DeCashRole
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DeCashRole"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16968313 | 2 years ago | | | 0 | 0.0011864424 | |
| 16968303 | 2 years ago | | | 0 | 0.0015670935 | |
| 12220763 | 4 years ago | | | 0 | 0.0040165650 | |
| 12220712 | 4 years ago | | | 0 | 0.0040803200 | |
| 12220640 | 4 years ago | | | 0 | 0.0050366450 | |
| 12116686 | 4 years ago | | | 0 | 0.0063463940 | |
| 12046196 | 4 years ago | | | 0 | 0.0054239900 | |
| 12046155 | 4 years ago | | | 0 | 0.0087720000 | |
| 12032883 | 4 years ago | | | 0 | 0.013597600 | |
| 12032881 | 4 years ago | | | 0 | 0.013612000 |
ABI
ABI objects
Getter at block 21189239
version() view returns (uint8)
1
Read-only
isAdmin(address _address) view returns (bool)
isBlacklisted(address _address) view returns (bool)
isDelegator(address _address) view returns (bool)
isFeeRecipient(address _address) view returns (bool)
isOwner(address _address) view returns (bool)
isSuperUser(address _address) view returns (bool)
State-modifying
Events addRole(string _role, address _address)
removeRole(string _role, address _address)
transferOwnership(address _newOwner)
OwnershipTransferred(address indexed from, address indexed to)
RoleAdded(bytes32 indexed role, address indexed to)
RoleRemoved(bytes32 indexed role, address indexed to)
constructor(address _decashStorageAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.