This contract is being backfilled. You may encounter incomplete storage history.

Aggregator

Verified contract

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

No balances found for "Aggregator"

0x2386523e79341a874eb5d76b7bcff8894eae260499bdc185becb60b8063f1395
0xb2240a22bf9b8ba70932e699a111219ebe8dc7a9c3c354305eac3b74e5009429
0xd761daaf6a4a5400375e71809d1f2a2150c86c3cbe29364c43ebbd5fbd21f908
0xe98bffc57d9ffe2d92db610ec9d775d5455a8186c32597a69f6a108cfae8bb6e
0xe9dfc0f03af13899041fc1c4a2612124ca9e99b915f3ca4288f904b68fd5a54e
0x6a33bbb85814b3fde8b741ea3858beebcbfbdf5562bd523dced6d2109eb071a0
0x26a451e1ea1d70b811981b51bb67a38220cd9e3cb4aca5774d0e3b335f47fb2f
0x3771cb41531d25e89d79e926ae4accbbdbf6c1a124f0fa6cf415b2de1fca26d9
0x130d86142f3768bb03e69f98dbe088413ab72e68239d0d1ce63194033aaeb1fc
0xbb5eca350abe7da521b1f032e3d746ee194a8f82c077cc391c267cc616e22f35

Functions
Getter at block 20803860
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(addressview returns (bool)
getAnswer(uint256 _roundIdview returns (int256)
getTimestamp(uint256 _roundIdview returns (uint256)
jobIds(uint256view returns (bytes32)
oracles(uint256view returns (address)
State-modifying
cancelRequest(bytes32 _requestIduint256 _paymentuint256 _expiration
chainlinkCallback(bytes32 _clRequestIdint256 _response
destroy(
renounceOwnership(
requestRateUpdate(
setAuthorization(address _requesterbool _allowed
transferLINK(address _recipientuint256 _amount
transferOwnership(address _newOwner
updateRequestDetails(uint128 _paymentAmountuint128 _minimumResponsesaddress[] _oraclesbytes32[] _jobIds
Events
AnswerUpdated(int256 indexed currentuint256 indexed roundIduint256 timestamp
ChainlinkCancelled(bytes32 indexed id
ChainlinkFulfilled(bytes32 indexed id
ChainlinkRequested(bytes32 indexed id
NewRound(uint256 indexed roundIdaddress indexed startedBy
OwnershipRenounced(address indexed previousOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ResponseReceived(int256 indexed responseuint256 indexed answerIdaddress indexed sender
Constructor
constructor(address _linkuint128 _paymentAmountuint128 _minimumResponsesaddress[] _oraclesbytes32[] _jobIds
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.