AUT_TokenGated_Roles_v1.sol
State Variables
isTokenGated
mapping(bytes32 => bool) public isTokenGated;thresholdMap
mapping(bytes32 => uint) public thresholdMap;__gap
uint[50] private __gap;Functions
supportsInterface
onlyEmptyRole
Name
Type
Description
onlyTokenGated
Name
Type
Description
validThreshold
Name
Type
Description
hasTokenRole
Name
Type
Description
Name
Type
Description
getThresholdValue
Name
Type
Description
Name
Type
Description
makeRoleTokenGatedFromModule
Name
Type
Description
grantTokenRoleFromModule
Name
Type
Description
setThresholdFromModule
Name
Type
Description
setTokenGated
Name
Type
Description
setThreshold
Name
Type
Description
_grantRole
Name
Type
Description
Name
Type
Description
_revokeRole
Name
Type
Description
Name
Type
Description
_setThreshold
Name
Type
Description
_hasTokenRole
Name
Type
Description
checkForRole
Name
Type
Description
Name
Type
Description
Last updated