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

AccessControlledAggregator

Verified contract

Active on Ethereum with 6,202 txns
Deployed by via 0x8c260df6 at 10333007
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AccessControlledAggregator"

0x48f2caf4ef80a1b31b13179b7befaa23127656182355a501d4017f2ad266c840
0xeb6bdee6a6c36a1ccd928f51c0ec83f7742171eb2084a564143ca6fc98e8e093
0xa3d414e4f8c55c69becc213cd05fc84bdad1a92d52bfbdda22d1ea80fa98d46c
0xe10ec37c8aca22d865a30f462cfd024093db7711a020785a310d87530e3fa7be
0x1f3a14982959f32ad4f8d5c34312f6021619ed687b78e8efd4335674f7552102
0xaf6f2bbb3aa4fbb5201767ff3de3ede8f87ebcf0d6fa16e51a33f08d3a20f764
0x02c4ac48d7927d817249f9f28cd15fdaa34835e1b0a716e891b293cdb236053e
0x73e552337b6f619f28778df7af1577d4c2d14e004221206d441be0e8bba82c3f
0xbeee65a77ecfb45b8cca0a4a1e9ed449a7fd68d0a223c4339b43e81b8131bdde
0x2deb99de6fbd1c0400e627fcb93ea5a87dd6a5ad706f3650348b177d68201a39

Functions
Getter at block 20812703
allocatedFunds(view returns (uint128)
0
availableFunds(view returns (uint128)
0
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
18
description(view returns (string)
"LINK / ETH"
getOracles(view returns (address[])
[0x1d0f12e3546E4734D7521a46ED02Ef2c2df51E59, 0x3e00b2d6D7737114c8113D9e17440b8Ef6f10893, 0x50D6BDfc451314fB162D7D3322bFB4a005Cf192f, 0x6A9dEC02a37F08a7420186C8d273221FD462f7e8, 0xAaEed1E72A10214C705467316779272E4ba78433, 0xAb76E1200B94004a13425fa006F0bb28577590C3, 0xC4a92358757ef8d22580c5eFed30D5241ac725ae, 0xCF2D187D3833Dd9063B019D0c39E4566576C3C56, 0xD45727E3D7405C6Ab3B2b3A57474012e1f998483]
 
latestAnswer(view returns (int256)
latestRound(view returns (uint256)
1080
 
latestRoundData(view returns (uint256 roundIdint256 answeruint256 startedAtuint256 updatedAtuint256 answeredInRound)
 
latestTimestamp(view returns (uint256)
linkToken(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
maxSubmissionCount(view returns (uint32)
9
maxSubmissionValue(view returns (int256)
10000000000000000000
minSubmissionCount(view returns (uint32)
1
minSubmissionValue(view returns (int256)
1000000000000000
oracleCount(view returns (uint32)
9
owner(view returns (address)
0x01a4f5a0b81e94693ff42cc83c3d7aff36858162
paymentAmount(view returns (uint128)
0
reportingRound(view returns (uint256)
1080
restartDelay(view returns (uint32)
1
timeout(view returns (uint32)
3600
version(view returns (uint256)
3
Read-only
getAdmin(address _oracleview returns (address)
getAnswer(uint256 _roundIdview returns (int256)
getRoundData(uint256 _roundIdview returns (uint256 roundIdint256 answeruint256 startedAtuint256 updatedAtuint256 answeredInRound)
getTimestamp(uint256 _roundIdview returns (uint256)
hasAccess(address _userbytesview returns (bool)
latestSubmission(address _oracleview returns (int256uint256)
oracleRoundState(address _oracleuint32 _queriedRoundIdview returns (bool _eligibleToSubmituint32 _roundIdint256 _latestSubmissionuint64 _startedAtuint64 _timeoutuint128 _availableFundsuint32 _oracleCountuint128 _paymentAmount)
withdrawablePayment(address _oracleview returns (uint256)
State-modifying
acceptAdmin(address _oracle
acceptOwnership(
addAccess(address _user
addOracles(address[] _oraclesaddress[] _adminsuint32 _minSubmissionsuint32 _maxSubmissionsuint32 _restartDelay
disableAccessCheck(
enableAccessCheck(
onTokenTransfer(addressuint256bytes _data
removeAccess(address _user
removeOracles(address[] _oraclesuint32 _minSubmissionsuint32 _maxSubmissionsuint32 _restartDelay
requestNewRound(
setRequesterPermissions(address _requesterbool _authorizeduint32 _delay
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 timestamp
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
Constructor
constructor(address _linkuint128 _paymentAmountuint32 _timeoutint256 _minSubmissionValueint256 _maxSubmissionValueuint8 _decimalsstring _description
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.