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

AccessControlledAggregator

Verified contract

Active on Ethereum with 44,127 txns
Deployed by via 0x0e01edf3 at 10607673
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $22.78
0x2f1f4ad35814af9fe8b191391ad761f68ddc7fb67d29ed00bfdf484ca3c7a3d2
0x205f6197c61392132e4af8bad4f45bde370394dc0210d62f547aa809a43859eb
0xb1a2513ab5ca4b3284cdf580d5b51631fd2002ff9074ae092baae81c6cafb6ed
0x31ebc8047a3cb39f1aa733d47dded5245bd41bec9128112ea29e8c630b569312
0xaa4c0418de563c184ec2b89577b4ce507ad25c2789d7f2911c5f8385b216c915
0x7e57ead518e19edd6ac48e926838369050d921dc0c695d5a9a151576668916cf
0x335880b15ca8ec8728c176743fe6481e06be0ba2a40a29a06e174a63e67919de
0xc09623fde7056e78da975810f1309893cdc2b83aad7d1d7e2ed07866dd3017b9
0x189e01703fdb89500b056c7f7227e729914acf5d5c717f0ddd9addcd7a3f7c0b
0xa7e8fa23a441a363e4eca6e5d14813ed853435a934cf1ccc62bccd8b001e1804

Functions
Getter at block 20796627
allocatedFunds(view returns (uint128)
2030000000000000000
availableFunds(view returns (uint128)
0
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
18
description(view returns (string)
REP / ETH
getOracles(view returns (address[])
[0xa14EBB5909FBA95a9305CBcaa6ea069733Fcd443, 0xfF2B320Cf904D78Eae7298ed10EC143C5E7e2314, 0x165Ff6730D449Af03B4eE1E48122227a3328A1fc, 0x0699a397c3cf614C9a7Db23a4Be28Fc4c8F3a755, 0xaC94A69B0996C8edcF19CB7548A644836cb77509, 0x501698a6f6F762C79e4D28E3815C135E3f9Af996, 0xf687BfA503376e088C6032cD277EEbdf19af4c7d, 0xeE4eD7389A1C565CE7Ba4586D86D049780d2fE5d, 0x1d0f12e3546E4734D7521a46ED02Ef2c2df51E59]
 
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)
10000000000000000000
minSubmissionCount(view returns (uint32)
5
minSubmissionValue(view returns (int256)
1000000000000000
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.