Oracle
Verified contract
Active on
Ethereum with 153,124 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,792.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 1.075594K | $14.68 |
$15,789.72 | |
CAT | ERC-20 | 50 | $0.059027 |
$2.95 | |
FOR | ERC-20 | 1 | $0.003818 |
$0 | |
HBRS | ERC-20 | 500 | -- | -- | |
FAN | ERC-20 | 1 | -- | -- | |
AZP | ERC-20 | 0.49 | -- | -- | |
METH | ERC-20 | 0.001244 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13136466 | 3 years ago | | | 0 | 0.010387290 | |
| 13130021 | 3 years ago | | | 0 | 0.0086002501 | |
| 13104161 | 3 years ago | | | 0 | 0.010251498 | |
| 13097683 | 3 years ago | | | 0 | 0.0050785431 | |
| 13091227 | 3 years ago | | | 0 | 0.0086560111 | |
| 13084729 | 3 years ago | | | 0 | 0.0045119727 | |
| 13078316 | 3 years ago | | | 0 | 0.0023731347 | |
| 13071793 | 3 years ago | | | 0 | 0.0052858286 | |
| 13065369 | 3 years ago | | | 0 | 0.0035385495 | |
| 13058909 | 3 years ago | | | 0 | 0.0022622674 |
ABI
ABI objects
Getter at block 21158630 withdrawable() view returns (uint256)
EXPIRY_TIME() view returns (uint256)
300
owner() view returns (address)
0x4fbefaf1bff0130945c61603b97d38dd6e21f5cf
Read-only
getAuthorizationStatus(address _node) view returns (bool)
State-modifying
Events cancelOracleRequest(bytes32 _requestId, uint256 _payment, bytes4 _callbackFunc, uint256 _expiration)
fulfillOracleRequest(bytes32 _requestId, uint256 _payment, address _callbackAddress, bytes4 _callbackFunctionId, uint256 _expiration, bytes32 _data) returns (bool)
onTokenTransfer(address _sender, uint256 _amount, bytes _data)
oracleRequest(address _sender, uint256 _payment, bytes32 _specId, address _callbackAddress, bytes4 _callbackFunctionId, uint256 _nonce, uint256 _dataVersion, bytes _data)
renounceOwnership()
setFulfillmentPermission(address _node, bool _allowed)
transferOwnership(address _newOwner)
withdraw(address _recipient, uint256 _amount)
CancelOracleRequest(bytes32 indexed requestId)
OracleRequest(bytes32 indexed specId, address requester, bytes32 requestId, uint256 payment, address callbackAddr, bytes4 callbackFunctionId, uint256 cancelExpiration, uint256 dataVersion, bytes data)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _link)
This contract contains no fallback and receive objects.
This contract contains no error objects.