TokenGovernance
Verified contract
Active on
Ethereum with 34 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TokenGovernance"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18434042 | a year ago | | | 0 | 0.00054942082 | |
| 18433813 | a year ago | | | 0 | 0.00059001172 | |
| 18433728 | a year ago | | | 0 | 0.00062593716 | |
| 18433725 | a year ago | | | 0 | 0.00079210763 | |
| 16031470 | 2 years ago | | | 0 | 0.00079646308 | |
| 16031444 | 2 years ago | | | 0 | 0.0011968804 | |
| 14992793 | 2 years ago | | | 0 | 0.0024722324 | |
| 14992768 | 2 years ago | | | 0 | 0.0048994109 | |
| 14741800 | 3 years ago | | | 0 | 0.0013299757 | |
| 14741778 | 3 years ago | | | 0 | 0.0022072733 |
ABI
ABI objects
Getter at block 21158520
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_GOVERNOR() view returns (bytes32)
0xf7c047210237bf53c8285c7817cb2a0024d34daf6d0b9599c37e3e9df2af8f66
ROLE_MINTER() view returns (bytes32)
0xaeaef46186eb59f884e36929b6d682a6ae35e1e43d8f05f058dcefb92b601461
ROLE_SUPERVISOR() view returns (bytes32)
0x0c7ade2c7c08453ea605b4a8f3fb0e03e3ffcffbfa41ca8ee543d0fd74cada38
token() view returns (address)
0x48fb253446873234f2febbf9bdeaa72d9d387f94
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)
State-modifying
Events acceptTokenOwnership()
burn(uint256 amount)
grantRole(bytes32 role, address account)
mint(address to, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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 mintableToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.