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

Aggregator

Verified contract

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

No balances found for "Aggregator"

0xe6d4722e49983d6b55afdcbb01e289feafc808791ac0a92e446828354cc63be9
0x7eaaa202271ae6f1d74f2f74eae6519bd9d20b646861b2d6cf5f8c41e42e537d
0xea9e616f22c4c6e57c5473409ef4d0dae7683dccc6850b85dfb7bd8fe16b631a
0xac8a6a9c9f9e68cf56fbc03b29e88a857152d1cef4778d4cd50396f4d011c623
0x93af0e0c4173172ee81f8c9cdc71c2bbdc29fa3c47b6539ddfaadb6e93a1b9be
0x9c14233bc1699c6c98d2bb31528165ad6a31e0ccea72e758b21644a1fafbc980
0x3dc41c6bae2beadb8118041a61ed55d5af96165ceb926ec98e0a722954989600
0x9d38f273b780b095fec16981c4b4972e393e1a87f5693ff862f4493d4a4727a9
0x80190e317325b2d6dea3a26e402e403c854db97b8955d215c81db2c9a85de79c
0x95c823fc2a34a78a84721acbe1977e2dea2348dfb8332ccf68e320cc5cecc7b9

Functions
Getter at block 20798210
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.