Oracle

Verified contract

Active on Ethereum with 51 txns
Deployed by via 0x6db0dac1 at 17822992
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Oracle"

0x99859a451e85f026fdd7915f4a4448e60d2596d39612f3b33720ad7d96292186
0xa94400c52e72c02e0c667d5d507da380d822fd5234a451a7c25430407f52389c
0xb6ffc8a8c60786f9ec618535755fece06ab8e4809a8c793b8b109d8a9ec1b284
0xc07549ff8af7ed4d95ed57ec968890849ea165180c4cabacde0a35b83c70edef
0xf612f2edcc13abd5251a9a502f994b7704fbb3f77f92937ff53ebe3a57997d60
0xf324c9df4f1f0bfd941a172c6c240e695a22f0aa6c3b54bde3c2c4af9e4376d5
0xc99ea491c6b03c1ebe2bab9196556eb8340ec6441d721645e6664768a9605e24
0x461a3788588f243529965d62cadd401a7f5567caff5742ff0b21ea65c4f352a4
0x1478890c2d7b77d7f38beb2b5ce59e335a281d1cfc83783ae9b7f96a6aed1ebe
0x7221e674d7c4cf7ed87ffa18312159274e1e900bf05bc5f5bb443994376a6ae2

Functions
Getter at block 21176846
operator(view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner(view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkOperatorOrOwner(address _addressview 
supportsInterface(bytes4 interfaceIdview returns (bool)
verify(bytes32[] _proofaddress _feeDistributorInstanceuint256 _amountInGweiview 
State-modifying
acceptOwnership(
changeOperator(address _newOperator
dismissOperator(
report(bytes32 _root
transferERC1155(address _tokenaddress _recipientuint256 _tokenIduint256 _amountbytes _data
transferERC20(address _tokenaddress _recipientuint256 _amount
transferERC721(address _tokenaddress _recipientuint256 _tokenId
transferEther(address _recipientuint256 _amount
transferOwnership(address newOwner
Events
ERC1155Transferred(address indexed _tokenaddress indexed _recipientuint256 _tokenIduint256 _amountbytes _data
ERC20Transferred(address indexed _tokenaddress indexed _recipientuint256 _amount
ERC721Transferred(address indexed _tokenaddress indexed _recipientuint256 _tokenId
EtherTransferred(address indexed _recipientuint256 _amount
OperatorChanged(address indexed _previousOperatoraddress indexed _newOperator
Oracle__Reported(bytes32 indexed _root
OwnershipTransferStarted(address indexed _previousOwneraddress indexed _newOwner
OwnershipTransferred(address indexed _previousOwneraddress indexed _newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
Access__AddressNeitherOperatorNorOwner(address _addressaddress _operatoraddress _owner
Access__CallerNeitherOperatorNorOwner(address _calleraddress _operatoraddress _owner
Access__SameOperator(address _operator
Access__ZeroNewOperator(
AssetRecoverer__TransferFailed(address _recipientuint256 _amount
Oracle__InvalidProof(
Ownable2Step__CallerNotNewOwner(
Ownable2Step__NewOwnerShouldNotBeCurrentOwner(
OwnableBase__CallerNotOwner(address _calleraddress _owner
TokenRecoverer__NoBurn(