AccessControlledAggregator

Verified contract

Active on Ethereum with 23,024 txns
Deployed by via 0x310347da at 11460417
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,753.73
0x17582f93c469b2233cde6cce6743f019e18fcebfa509d579f80dfe8ad9464fa6
0x067d7a0e21f3bf4f1321d04a04df66c95ca3f7b89b75240c97c91e3572bf963b
0xa5521229db957f580ad07e25ff841ffdc721635de035efdf349be161ec1430ef
0xbe6f818f66d8e43b89d110f85b836ac66a9de89ad3e0f8936c47ddabae1d45ff
0x9c7e68d297b735aa2ccda7efca508c14aaf8c4a87b3d2429d4ab068245328b5c
0x6fd783926d1ffe75302310b1b6f2b67cafce2ceb13951d7a44424be2b656bd82
0x038ee3a1b1fb6ba2de2cfb6cb410742b9970bccfc58eba1fbd36db32e53c75d6
0xd37d201cbf6aa9272165f3b67c8c1491a3e0b6b741c868ef7843368bae52e46f
0x5dd5599fc3811a9bcb1f1e01fe7938b5748e46f02a30f41e1c474c46996f6d68
0x96fdb71310c67a050a35aaf072e34ef9c736a8a44c70b844b1aaf1d53404e022

Functions
Getter at block 21223780
allocatedFunds(view returns (uint128)
117700000000000000000
availableFunds(view returns (uint128)
0
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
8
description(view returns (string)
INJ / USD
getOracles(view returns (address[])
[0xaC94A69B0996C8edcF19CB7548A644836cb77509, 0xc8f5dBdbd3c568d1aFEE1113EFa4945e8F7A9B74, 0x6a5AFcDf8385CebdfD75678f8731e077D2523d9c, 0x6D1b8ee3D1b5834dDe3AE8BA6d7a587Ae6D14dC3, 0xc8f53fAE35468100Df31901E939d8Ff80b667166, 0xeE4eD7389A1C565CE7Ba4586D86D049780d2fE5d, 0xCF2D187D3833Dd9063B019D0c39E4566576C3C56, 0x87Bf62Ec62f872A4C74b1a39Bb143702c5364785, 0xC7310123914f624Da9C376f8eC590055e62733c1]
 
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)
1000000000000
minSubmissionCount(view returns (uint32)
5
minSubmissionValue(view returns (int256)
10000000
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.