Aggregator
Verified contract
Active on
Ethereum with 1,352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5149…86ca
Balances ($0.00)
No balances found for "Aggregator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10735956 | 4 years ago | | | 0 | 0.0019822140 | |
| 10412437 | 4 years ago | | | 0 | 0.039447476 | |
| 10412182 | 4 years ago | | | 0 | 0.042804708 | |
| 10411901 | 4 years ago | | | 0 | 0.043644016 | |
| 10411608 | 4 years ago | | | 0 | 0.047001248 | |
| 10411349 | 4 years ago | | | 0 | 0.041965400 | |
| 10411073 | 4 years ago | | | 0 | 0.040286784 | |
| 10410989 | 4 years ago | | | 0 | 0.047001248 | |
| 10410807 | 4 years ago | | | 0 | 0.037768860 | |
| 10410535 | 4 years ago | | | 0 | 0.041965400 |
ABI
ABI objects
Getter at block 21223201
latestAnswer() view returns (int256)
618407000000
latestRound() view returns (uint256)
1345
latestTimestamp() view returns (uint256)
1594126875
minimumResponses() view returns (uint128)
5
owner() view returns (address)
0x6f61507f902e1c22bcd7aa2c0452cd2212009b61
paymentAmount() view returns (uint128)
160000000000000000
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.