RestrictedUSDYMetadata

Verified contract

Active on Ethereum with 3 txns
Deployed by via 0x4b92c64f at 19370645
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RestrictedUSDYMetadata"

0x0ab3068b34c25d34be17040ad6eb92f5c33ba0514f8c61832f2614470e3dc38d
0xb373505761efc60f643530a87080d559131c221301f1e4d171228ea34f5ef5b7
0xd0c80d56ee3d821b38a907517ae23638781fb8944b99e906fdb98cae9b5642c2

Functions
Getter at block 21187233
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
RESTRICTED_LIST_SETTER(view returns (bytes32)
0x1180c868a375d9d603e225f2130de2cecc59a65bd72deee6d4f070ba6b7ba21f
Read-only
getRestrictedAmount(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
restrictionList(addressuint256view returns (bytes32 depositIduint256 amountRestricteduint256 restrictedUntil)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addToRestrictedList(address accountstruct IRestrictedUSDYMetadataRestriction restriction
grantRole(bytes32 roleaddress account
removeFromRestrictedList(address accountstruct IRestrictedUSDYMetadataRestriction restriction
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
Events
RestrictionAdded(address accountstruct IRestrictedUSDYMetadataRestriction restriction
RestrictionRemoved(address accountstruct IRestrictedUSDYMetadataRestriction restriction
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address adminaddress restrictedListSetter
Fallback and receive

This contract contains no fallback and receive objects.

Errors
RestrictedUntilInPast(
RestrictionAmountZero(
RestrictionNotFound(