Aggregator
Verified contract
Active on
Ethereum with 85 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 "Aggregator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11842675 | 4 years ago | | | 0 | 0.14996842 | |
| 11842675 | 4 years ago | | | 0 | 0.015742940 | |
| 11635557 | 4 years ago | | | 0 | 0.25045160 | |
| 11635557 | 4 years ago | | | 0 | 0.045178400 | |
| 11471492 | 4 years ago | | | 0 | 0.19642732 | |
| 11471492 | 4 years ago | | | 0 | 0.024688600 | |
| 11323602 | 4 years ago | | | 0 | 0.041305520 | |
| 11323602 | 4 years ago | | | 0 | 0.0053670400 | |
| 11296900 | 4 years ago | | | 0 | 0.093123180 | |
| 11296900 | 4 years ago | | | 0 | 0.0095490000 |
ABI
ABI objects
Getter at block 21165200
latestAnswer() view returns (int256)
78580000
latestRound() view returns (uint256)
42
latestTimestamp() view returns (uint256)
1613144220
minimumResponses() view returns (uint128)
5
owner() view returns (address)
0xdd718be41b6cf0f53e9a4dec5c848e3fbdc83b73
paymentAmount() view returns (uint128)
750000000000000000
Read-only
authorizedRequesters(address) view returns (bool)
getAnswer(uint256 _roundId) view returns (int256)
getTimestamp(uint256 _roundId) view returns (uint256)
jobIds(uint256) view returns (bytes32)
oracles(uint256) view returns (address)
State-modifying
Events cancelRequest(bytes32 _requestId, uint256 _payment, uint256 _expiration)
chainlinkCallback(bytes32 _clRequestId, int256 _response)
destroy()
renounceOwnership()
requestRateUpdate()
setAuthorization(address _requester, bool _allowed)
transferLINK(address _recipient, uint256 _amount)
transferOwnership(address _newOwner)
updateRequestDetails(uint128 _paymentAmount, uint128 _minimumResponses, address[] _oracles, bytes32[] _jobIds)
AnswerUpdated(int256 indexed current, uint256 indexed roundId, uint256 timestamp)
ChainlinkCancelled(bytes32 indexed id)
ChainlinkFulfilled(bytes32 indexed id)
ChainlinkRequested(bytes32 indexed id)
NewRound(uint256 indexed roundId, address indexed startedBy, uint256 startedAt)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ResponseReceived(int256 indexed response, uint256 indexed answerId, address indexed sender)
constructor(address _link, uint128 _paymentAmount, uint128 _minimumResponses, address[] _oracles, bytes32[] _jobIds)
This contract contains no fallback and receive objects.
This contract contains no error objects.