Operators
Verified contract
Active on
Ethereum with 5,186 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 "Operators"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21379717 | an hour ago | | | 0 | 0.0010798944 | |
| 21379245 | 3 hours ago | | | 0 | 0.00087072378 | |
| 21379011 | 4 hours ago | | | 0 | 0.00074838339 | |
| 21377014 | 11 hours ago | | | 0 | 0.00065248728 | |
| 21376866 | 11 hours ago | | | 0 | 0.00064818729 | |
| 21375738 | 15 hours ago | | | 0 | 0.00073330468 | |
| 21375548 | 15 hours ago | | | 0 | 0.00070835164 | |
| 21374475 | 19 hours ago | | | 0 | 0.00096575344 | |
| 21372085 | a day ago | | | 0 | 0.00074319724 | |
| 21371955 | a day ago | | | 0 | 0.00065827159 |
ABI
ABI objects
Getter at block 21380146
owner() view returns (address owner_)
0x6f24a47fc8ae5441eb47effc3665e70e69ac3f05
pendingOwner() view returns (address owner_)
0x0000000000000000000000000000000000000000
Read-only
isOperator(address account) view returns (bool)
operators(address) view returns (bool)
State-modifying
Events acceptOwnership()
addOperator(address operator)
executeContract(address target, bytes callData, uint256 nativeValue) payable returns (bytes)
proposeOwnership(address newOwner)
removeOperator(address operator)
transferOwnership(address newOwner)
OperatorAdded(address indexed operator)
OperatorRemoved(address indexed operator)
OwnershipTransferStarted(address indexed newOwner)
OwnershipTransferred(address indexed newOwner)
constructor(address initialOwner)
receive()
ExecutionFailed()
InvalidOperator()
InvalidOwner()
InvalidOwnerAddress()
NotAnOperator()
NotOperator()
NotOwner()
OperatorAlreadyAdded()