AccessControlledAggregator

Verified contract

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

No balances found for "AccessControlledAggregator"

0xe6cfca33b031476dcb8b9db3ce750dcd0f5a9ddd7dedaa0599d153ddd63709d0
0xdccc0894e0602489418225889ea5a7dc61cad88da8bae1bc6f18c3421ebe061d
0x7f008d9b3d0a246c1f0d485d24357d665766c7bba8322aa6138deef7d393e116
0x98f0616f2c8893b9525576e2ac01fb7832eb243c86a622dc47f92d80da1d82ba
0xfdb73b40aa0239a0acd68fe6cf893b85796b9f0fe1c92a9ae5dcb458fca71bc8
0x5210e7c7a7694575f54404c135c63ec5e6472425e36388df9a2f1943d34b6e75
0x992f0a117682b2fef237de68d681dff804b7ed05ece20fb23e97a8318630a95a
0xab3d8d9740e66fe50763456f17fd291ac5b174c2660945edce5d4f8461b97231
0xeac885e771d98fd2118d79c43783fa3a04b23b0d9ae29cfb8dea126962273d24
0xb89135921cf2a54ad475397b6178db1cd4edffbca6c290f0ece55953c985954b

Functions
Getter at block 21182173
allocatedFunds(view returns (uint128)
0
availableFunds(view returns (uint128)
0
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
18
description(view returns (string)
"LRC / ETH"
getOracles(view returns (address[])
[0x2183464128D6f4020cB4c1c908BAE2e87f83214A, 0x6D1b8ee3D1b5834dDe3AE8BA6d7a587Ae6D14dC3, 0x890eBD48c67fb57a1D595ecA1F2DfcE128A2A473, 0x9aB2a7af33d50738caF23e9283E584d954DFb287, 0xAaEed1E72A10214C705467316779272E4ba78433, 0xC4a92358757ef8d22580c5eFed30D5241ac725ae, 0xf687BfA503376e088C6032cD277EEbdf19af4c7d]
 
latestAnswer(view returns (int256)
latestRound(view returns (uint256)
538
 
latestRoundData(view returns (uint256 roundIdint256 answeruint256 startedAtuint256 updatedAtuint256 answeredInRound)
 
latestTimestamp(view returns (uint256)
linkToken(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
maxSubmissionCount(view returns (uint32)
7
maxSubmissionValue(view returns (int256)
1000000000000000000
minSubmissionCount(view returns (uint32)
1
minSubmissionValue(view returns (int256)
1000000000000
oracleCount(view returns (uint32)
7
owner(view returns (address)
0x01a4f5a0b81e94693ff42cc83c3d7aff36858162
paymentAmount(view returns (uint128)
0
reportingRound(view returns (uint256)
538
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.