eWhitelist docs
EWhitelist
_EWHITELIST_TOKEN_WHITELIST_SLOT
bytes32 _EWHITELIST_TOKEN_WHITELIST_SLOTauthority
address authorityWhitelistSlot
struct WhitelistSlot {
mapping(address => bool) isWhitelisted;
}onlyAuthorized
modifier onlyAuthorized()constructor
constructor(address newAuthority) publicwhitelistToken
Parameters
Name
Type
Description
removeToken
Parameters
Name
Type
Description
batchUpdateTokens
Parameters
Name
Type
Description
isWhitelistedToken
Parameters
Name
Type
Description
Return Values
Name
Type
Description
getAuthority
Return Values
Name
Type
Description
_getWhitelistSlot
_assertCallerIsAuthorized
_isContract
Last updated