AccessControlledAggregator

Verified contract

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

No balances found for "AccessControlledAggregator"

0xfd2c8a554d7c89a2d8e838eef923627a05bd8488a572627954f9b7aca87aa639
0xcca8fad5bf64ef58c7307b4ebc72e3a2a2f0d7ee6e9a0bb94a4e44a448762811
0x606d2f655fe652e99cc99bcf885cc99fd137ffbf30f2ae3fed3c5d7c38350a4b
0x3438b4d4e7704def1915c26a866d4ee11ffdcd47da1eaa1f362226faea4b15ce
0xa10a50000299d6cd5f16e7e2a244aab058b94c6fc2821cd5422e788e3a33c809
0xce5d32ef3958adc230ab8b4123f7535a6b2f65f66f47364c1b3279578363863b
0x3a0f151d786a4cfb27a68a125a0bdb88dc0faa3121b4ba9191ae09f48007b940
0x8a4091a3320b84bdc0afb47716b97007b44403df630ca1389a14be4d6c93bdc4
0x10280565c25cc9a87ced931bee924f6e3f0840960dc51356d51ad1dcae169f4c
0xcf7c9ba1b0b2bd3a073dd584331a71204412fcce66d1cbd1b975cf6abd1d3abc

Functions
Getter at block 20850642
allocatedFunds(view returns (uint128)
0
availableFunds(view returns (uint128)
0
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
18
description(view returns (string)
BAL / ETH
getOracles(view returns (address[])
[0x74722f39a94485AaCD43c14Be4C76f7fe914D764, 0xC7310123914f624Da9C376f8eC590055e62733c1, 0x23c8Fbd5E14A9565707D8D1a88045F2fA5648968, 0x98DB8C499016aa9d860Fcd1a9b75A1d7Ef3Fc3b0, 0x1EDB9539D67B0CEB929aE1f334A6C24499Ae9CB9, 0xfF2B320Cf904D78Eae7298ed10EC143C5E7e2314, 0xABbAbB17965310949842323f06EEDE92fD787d0D, 0x0EB2177f9BFf55a8df857F08B73724d52A7d92Ba, 0xf6025e63cee5E436a5F1486e040aEEAd7e97B745]
 
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)
100000000000000
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.