Closed sembrestels closed 3 years ago
If the param is an address, and "NO_ENTITY", "ANY_ENTITY" or "BURN_ENTITY" is passed, resolve as 0x00..00, 0xff..ff and 0x00..01, respectively.
"NO_ENTITY"
"ANY_ENTITY"
"BURN_ENTITY"
0x00..00
0xff..ff
0x00..01
Also add "ETH", "ZERO_ADDRESS", and "XDAI" constants as 0x00..00.
"ETH"
"ZERO_ADDRESS"
"XDAI"
Added support in c37694675dd5bac5354190364bec88bc40d5a26b and 3a61fcbcea63725a1f920859456e4d6c193ceb55.
If the param is an address, and
"NO_ENTITY"
,"ANY_ENTITY"
or"BURN_ENTITY"
is passed, resolve as0x00..00
,0xff..ff
and0x00..01
, respectively.