ApprovedTokenRegistry
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "ApprovedTokenRegistry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15359586 | 2 years ago | | | 0 | 0.00098997225 | |
| 14166820 | 3 years ago | | | 0 | 0.0054937166 | |
| 14166815 | 3 years ago | | | 0 | 0.0089110018 | |
| 14166801 | 3 years ago | | | 0 | 0.0094233702 | |
| 14166468 | 3 years ago | | | 0 | 0.0027688565 | |
| 14166455 | 3 years ago | | | 0 | 0.0082474219 |
ABI
ABI objects
Getter at block 21176222
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TOKEN_REGISTER_ROLE() view returns (bytes32)
0x3ad8ed3e368783ee4585bc47a56e79dca48fef21d48900016e8700a420ec14aa
Read-only
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)
isApprovedToken(address _tokenContract) view returns (bool)
State-modifying
Events addApprovedToken(address _tokenContract)
grantRole(bytes32 role, address account)
removeApprovedToken(address _tokenContract)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAllTokensApproved(bool _allTokensApproved)
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)
TokenContractApproved(address _tokenContract, bool _approved)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.