RestrictedUSDYMetadata
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "RestrictedUSDYMetadata"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19527792 | 8 months ago | | | 0 | 0.0071475186 | |
| 19484331 | 8 months ago | | | 0 | 0.0078696923 | |
| 19484315 | 8 months ago | | | 0 | 0.0031034501 |
ABI
ABI objects
Getter at block 21187233
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
RESTRICTED_LIST_SETTER() view returns (bytes32)
0x1180c868a375d9d603e225f2130de2cecc59a65bd72deee6d4f070ba6b7ba21f
Read-only
getRestrictedAmount(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
restrictionList(address, uint256) view returns (bytes32 depositId, uint256 amountRestricted, uint256 restrictedUntil)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addToRestrictedList(address account, struct IRestrictedUSDYMetadataRestriction restriction)
grantRole(bytes32 role, address account)
removeFromRestrictedList(address account, struct IRestrictedUSDYMetadataRestriction restriction)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
RestrictionAdded(address account, struct IRestrictedUSDYMetadataRestriction restriction)
RestrictionRemoved(address account, struct IRestrictedUSDYMetadataRestriction restriction)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address admin, address restrictedListSetter)
This contract contains no fallback and receive objects.
RestrictedUntilInPast()
RestrictionAmountZero()
RestrictionNotFound()