AccessControlledAggregator

Verified contract

Active on Ethereum with 4,587 txns
Deployed by via 0xd9a79304 at 10333003

The storage layout for this contract could not be retrieved.

No balances found for "AccessControlledAggregator"

0xe771ed8bd19e8c9c3a93df0be4adbc1a1c5f22433fdd16c50db24a91842d9501
0xe87d36349fa5f014fb602cd50f0633284394f0db83fb6f26b8f28bf11e49e54e
0x621165ddf20a2359211e106232683e0d62589f26fb84b478464d49753787255b
0x69b938fa6dc8ffb76d1215c3f8df8a1db18a4abc0fb9b8259663ce1d38c226f8
0x95e069aabf0cf6b4cb52db9b5805109697437e6d5f8d979e52a58b5f7924e4bd
0x57a604438922fb310cdc21a1531627a8129c27242db5823dbcdaa62a2d99f8da
0x42dc0418d15782ff4f0751bd8e155f24da24ce48658f5648bb5682c4fb6b6e64
0xc3c6e190ae1a51ffb2453b19d2b38d086c4ef98c4a862c8f91c20faf3a7be73c
0x3c5a6ba099d87f003f489ffe0dafeb9f1f85edf7bf12cc51a602d6f41a4c40f9
0x90abb4ea10308cd91400399ae56572b974f4d7431197ed49b60b327c0ef8ff59

Functions
Getter at block 21053376
allocatedFunds(view returns (uint128)
0
availableFunds(view returns (uint128)
0
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
8
description(view returns (string)
"XAG / USD"
getOracles(view returns (address[])
[0x0699a397c3cf614C9a7Db23a4Be28Fc4c8F3a755, 0x0EB2177f9BFf55a8df857F08B73724d52A7d92Ba, 0x165Ff6730D449Af03B4eE1E48122227a3328A1fc, 0x2aD9B7b9386c2f45223dDFc4A4d81C2957bAE19A, 0x501698a6f6F762C79e4D28E3815C135E3f9Af996, 0x6D1b8ee3D1b5834dDe3AE8BA6d7a587Ae6D14dC3, 0x9aB2a7af33d50738caF23e9283E584d954DFb287, 0xAaEed1E72A10214C705467316779272E4ba78433, 0xC4a92358757ef8d22580c5eFed30D5241ac725ae]
 
latestAnswer(view returns (int256)
latestRound(view returns (uint256)
767
 
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)
10000000000
minSubmissionCount(view returns (uint32)
1
minSubmissionValue(view returns (int256)
100000000
oracleCount(view returns (uint32)
9
owner(view returns (address)
0x01a4f5a0b81e94693ff42cc83c3d7aff36858162
paymentAmount(view returns (uint128)
0
reportingRound(view returns (uint256)
767
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.