IMethodWhitelist
WhitelistedParams
struct WhitelistedParams {
bytes4 selector;
uint112 callLimit;
}IMethodWhitelist
Whitelisted
struct Whitelisted {
bytes4 selector;
uint112 callCount;
uint112 callLimit;
}setRestrictedMethods
function setRestrictedMethods(bytes4[] restricted) externalName
Type
Description
setWhitelistedMethods
Name
Type
Description
getMethodRestricted
Name
Type
Description
Name
Type
Description
getMethodWhitelisted
Name
Type
Description
Name
Type
Description
getWhitelistedMethods
Name
Type
Description
Name
Type
Description
getSentinelIndex
Name
Type
Description
Name
Type
Description
SelectorWhitelistUpdated
Name
Type
Description
SelectorRestrictedForWhitelisting
Name
Type
Description
MethodNotWhitelisted
Name
Type
Description
CallLimitReached
Name
Type
Description
Last updated