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

AccessControlledAggregator

Verified contract

Active on Ethereum with 80,970 txns
Deployed by via 0x7d3af126 at 10920057
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,858.74
0xdaf5a5d439abe1b9c0870129643d336b67f23fb3f2c0cf0ec125d59cb745590a
0x4c3cd4a94afc3634b51fcbc59d36ccf39f700a18ca6ea162dfb2f22e77fb2de4
0x11bb2c4a03aa5a1f42fc65aac5f32bc03ca99f7b1a69e3763f134302e1b0cc7c
0x0c54f6131da4c2f1f17add89d4b9fd434e453e3e617194e6b57ca4823d9a026c
0x58a84fab1a4c80da01dd4b60f971a8b9f13c752d7ed2b63e70c74883671722c6
0xd9e2a178dd13cb4792dd7b9f96dd0f3eb9c6063d19f0096bf1894a357e240c34
0x0169ddd08cffed5b72bbf2871e120f3359db6eaeb90ce1507562b74a3860e7ee
0x4d1ae2a91a19c11f6a5bd82e32161393305158b84e589c3caccc63c0dff7a776
0xcfaf489601f29092e502ede57b3b0791d257ea947c9e240422efd101c9368a3c
0x03a6722e4ec7b30f23e00ed86348a23e329554650c1a6ea602a6b6fe3a0effdb

Functions
Getter at block 20804942
allocatedFunds(view returns (uint128)
164200000000000000000
availableFunds(view returns (uint128)
0
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
8
description(view returns (string)
XTZ / USD
getOracles(view returns (address[])
[0xeE4eD7389A1C565CE7Ba4586D86D049780d2fE5d, 0xCF2D187D3833Dd9063B019D0c39E4566576C3C56, 0xC4a92358757ef8d22580c5eFed30D5241ac725ae, 0x9aB2a7af33d50738caF23e9283E584d954DFb287, 0x1d0f12e3546E4734D7521a46ED02Ef2c2df51E59, 0x98DB8C499016aa9d860Fcd1a9b75A1d7Ef3Fc3b0, 0x6a5AFcDf8385CebdfD75678f8731e077D2523d9c, 0x50D6BDfc451314fB162D7D3322bFB4a005Cf192f, 0xDc2d40327BDf2BD50e7777104822B44E2E496E93]
 
latestAnswer(view returns (int256)
 
latestRound(view returns (uint256)
 
latestRoundData(view returns (uint80 roundIdint256 answeruint256 startedAtuint256 updatedAtuint80 answeredInRound)
 
latestTimestamp(view returns (uint256)
linkToken(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
maxSubmissionCount(view returns (uint32)
9
maxSubmissionValue(view returns (int256)
100000000000
minSubmissionCount(view returns (uint32)
5
minSubmissionValue(view returns (int256)
1000000
oracleCount(view returns (uint8)
9
owner(view returns (address)
0x304d69727dd28ad6e1aa2c01db301db556c7b725
paymentAmount(view returns (uint128)
0
restartDelay(view returns (uint32)
3
timeout(view returns (uint32)
172800
validator(view returns (address)
0x0000000000000000000000000000000000000000
version(view returns (uint256)
3
Read-only
getAdmin(address _oracleview returns (address)
getAnswer(uint256 _roundIdview returns (int256)
getRoundData(uint80 _roundIdview returns (uint80 roundIdint256 answeruint256 startedAtuint256 updatedAtuint80 answeredInRound)
getTimestamp(uint256 _roundIdview returns (uint256)
hasAccess(address _userbytes _calldataview returns (bool)
oracleRoundState(address _oracleuint32 _queriedRoundIdview returns (bool _eligibleToSubmituint32 _roundIdint256 _latestSubmissionuint64 _startedAtuint64 _timeoutuint128 _availableFundsuint8 _oracleCountuint128 _paymentAmount)
withdrawablePayment(address _oracleview returns (uint256)
State-modifying
acceptAdmin(address _oracle
acceptOwnership(
addAccess(address _user
changeOracles(address[] _removedaddress[] _addedaddress[] _addedAdminsuint32 _minSubmissionsuint32 _maxSubmissionsuint32 _restartDelay
disableAccessCheck(
enableAccessCheck(
onTokenTransfer(addressuint256bytes _data
removeAccess(address _user
requestNewRound(returns (uint80)
setRequesterPermissions(address _requesterbool _authorizeduint32 _delay
setValidator(address _newValidator
submit(uint256 _roundIdint256 _submission
transferAdmin(address _oracleaddress _newAdmin
transferOwnership(address _to
updateAvailableFunds(
updateFutureRounds(uint128 _paymentAmountuint32 _minSubmissionsuint32 _maxSubmissionsuint32 _restartDelayuint32 _timeout
withdrawFunds(address _recipientuint256 _amount
withdrawPayment(address _oracleaddress _recipientuint256 _amount
Events
AddedAccess(address user
AnswerUpdated(int256 indexed currentuint256 indexed roundIduint256 updatedAt
AvailableFundsUpdated(uint256 indexed amount
CheckAccessDisabled(
CheckAccessEnabled(
NewRound(uint256 indexed roundIdaddress indexed startedByuint256 startedAt
OracleAdminUpdateRequested(address indexed oracleaddress adminaddress newAdmin
OracleAdminUpdated(address indexed oracleaddress indexed newAdmin
OraclePermissionsUpdated(address indexed oraclebool indexed whitelisted
OwnershipTransferRequested(address indexed fromaddress indexed to
OwnershipTransferred(address indexed fromaddress indexed to
RemovedAccess(address user
RequesterPermissionsSet(address indexed requesterbool authorizeduint32 delay
RoundDetailsUpdated(uint128 indexed paymentAmountuint32 indexed minSubmissionCountuint32 indexed maxSubmissionCountuint32 restartDelayuint32 timeout
SubmissionReceived(int256 indexed submissionuint32 indexed roundaddress indexed oracle
ValidatorUpdated(address indexed previousaddress indexed current
Constructor
constructor(address _linkuint128 _paymentAmountuint32 _timeoutaddress _validatorint256 _minSubmissionValueint256 _maxSubmissionValueuint8 _decimalsstring _description
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.