Aggregator
Verified contract
Active on
Ethereum with 2,025 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) |
---|---|---|---|---|---|---|---|
| 12222005 | 4 years ago | | | 0 | 0.17599104 | |
| 12215445 | 4 years ago | | | 0 | 0.17599104 | |
| 12208908 | 4 years ago | | | 0 | 0.17599104 | |
| 12202436 | 4 years ago | | | 0 | 0.17599104 | |
| 12195968 | 4 years ago | | | 0 | 0.17599104 | |
| 12189433 | 4 years ago | | | 0 | 0.19359015 | |
| 12182952 | 4 years ago | | | 0 | 0.19359015 | |
| 12176419 | 4 years ago | | | 0 | 0.19359015 | |
| 12169880 | 4 years ago | | | 0 | 0.17599104 | |
| 12163355 | 4 years ago | | | 0 | 0.19359015 |
ABI
ABI objects
Getter at block 21159935
latestAnswer() view returns (int256)
[unknown]
latestRound() view returns (uint256)
[unknown]
latestTimestamp() view returns (uint256)
[unknown]
minimumResponses() view returns (uint128)
[unknown]
owner() view returns (address)
[unknown]
paymentAmount() view returns (uint128)
[unknown]
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)
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.