Balances ($0.00)
No balances found for "SRC20Roles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13526787 | 3 years ago | | | 0 | 0.0083683569 | |
| 13526204 | 3 years ago | | | 0 | 0.0065184133 | |
| 13193062 | 3 years ago | | | 0 | 0.0064378520 | |
| 13148031 | 3 years ago | | | 0 | 0.012085657 | |
| 13130481 | 3 years ago | | | 0 | 0.0038265022 | |
| 12758854 | 3 years ago | | | 0 | 0.00015759000 | |
| 12758847 | 3 years ago | | | 0 | 0.00047839000 | |
| 12758790 | 3 years ago | | | 0 | 0.00047839000 | |
| 12401254 | 4 years ago | | | 0 | 0.0049991755 |
ABI
ABI objects
Getter at block 21382556
isOwner() view returns (bool)
false
manager() view returns (address)
0xa79958571d55749898292f09366ce2b7c2f89b74
owner() view returns (address)
0x3ec1440b81c55cb7646491a7187710512a7f4b19
Read-only
isAuthority(address account) view returns (bool)
isDelegate(address account) view returns (bool)
isManager(address account) view returns (bool)
State-modifying
Events addAuthority(address account) returns (bool)
addDelegate(address account) returns (bool)
removeAuthority(address account) returns (bool)
removeDelegate(address account) returns (bool)
renounceManagement() returns (bool)
renounceOwnership()
transferManagement(address newManager) returns (bool)
transferOwnership(address newOwner)
AuthorityAdded(address indexed account)
AuthorityRemoved(address indexed account)
DelegateAdded(address indexed account)
DelegateRemoved(address indexed account)
ManagementTransferred(address indexed previousManager, address indexed newManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner, address manager, address rules)
This contract contains no fallback and receive objects.
This contract contains no error objects.