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 "Oracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085929 | 13 days ago | | | 0 | 0.00043432107 | |
| 21085261 | 13 days ago | | | 0 | 0.00032184207 | |
| 20970843 | a month ago | | | 0 | 0.00078423197 | |
| 20970227 | a month ago | | | 0 | 0.00052825271 | |
| 20865791 | a month ago | | | 0 | 0.00068753352 | |
| 20863897 | a month ago | | | 0 | 0.00058161487 | |
| 20763727 | 2 months ago | | | 0 | 0.00077358336 | |
| 20762124 | 2 months ago | | | 0 | 0.00058602753 | |
| 20655905 | 2 months ago | | | 0 | 0.00010479505 | |
| 20655536 | 2 months ago | | | 0 | 0.00010365034 |
ABI
ABI objects
Getter at block 21176846
operator() view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner() view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkOperatorOrOwner(address _address) view
supportsInterface(bytes4 interfaceId) view returns (bool)
verify(bytes32[] _proof, address _feeDistributorInstance, uint256 _amountInGwei) view
State-modifying
Events acceptOwnership()
changeOperator(address _newOperator)
dismissOperator()
report(bytes32 _root)
transferERC1155(address _token, address _recipient, uint256 _tokenId, uint256 _amount, bytes _data)
transferERC20(address _token, address _recipient, uint256 _amount)
transferERC721(address _token, address _recipient, uint256 _tokenId)
transferEther(address _recipient, uint256 _amount)
transferOwnership(address newOwner)
ERC1155Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId, uint256 _amount, bytes _data)
ERC20Transferred(address indexed _token, address indexed _recipient, uint256 _amount)
ERC721Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId)
EtherTransferred(address indexed _recipient, uint256 _amount)
OperatorChanged(address indexed _previousOperator, address indexed _newOperator)
Oracle__Reported(bytes32 indexed _root)
OwnershipTransferStarted(address indexed _previousOwner, address indexed _newOwner)
OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Access__AddressNeitherOperatorNorOwner(address _address, address _operator, address _owner)
Access__CallerNeitherOperatorNorOwner(address _caller, address _operator, address _owner)
Access__SameOperator(address _operator)
Access__ZeroNewOperator()
AssetRecoverer__TransferFailed(address _recipient, uint256 _amount)
Oracle__InvalidProof()
Ownable2Step__CallerNotNewOwner()
Ownable2Step__NewOwnerShouldNotBeCurrentOwner()
OwnableBase__CallerNotOwner(address _caller, address _owner)
TokenRecoverer__NoBurn()