AccessControlledAggregator

Verified contract

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

No balances found for "AccessControlledAggregator"

0x18011f199db3b574eb74960e68ae14679bc10022750ca55bfeaea1a83a6e5ecd
0x9810c3de9d0ade8f6c6f4c825eebf26252ac8f0f368cd016d5cdc83c5b29f9f2
0xb2ac6837fd1d00f0a518f2443792d6a8de0dddb8be65d7e2db680256e783b9d3
0x1441435034099831eb43be91ec433a05898948d169b9f308b4e808b58fb674d5
0x3fd75cf549ac618129cbdec0859450d36b3ae89a8590c1b1de8b9ea7493271c0
0x547865738d31f98a4fab5f76288611afe3684d3984ccf2af3707f0e48d492124
0xb6363f78d0ef05c2aabdbd21010308306e5828d4b21815a4231e26ded1534147
0x761eae8a7730d66ab12430345d2e71d0c5c4d0f934fb98bd099f0aa463f68409
0xc6dd1129adf89e00c66d955b9cc898c2f48076cc742b10be5bba98765412d9f9
0x2393e942e83129bea5ea2a0410f962ba6b8706fc581516b45badc9fdaf8c33bc

Functions
Getter at block 20973048
allocatedFunds(view returns (uint128)
0
availableFunds(view returns (uint128)
0
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
8
description(view returns (string)
"N225 / JPY"
getOracles(view returns (address[])
[0x0699a397c3cf614C9a7Db23a4Be28Fc4c8F3a755, 0x165Ff6730D449Af03B4eE1E48122227a3328A1fc, 0x2aD9B7b9386c2f45223dDFc4A4d81C2957bAE19A, 0x501698a6f6F762C79e4D28E3815C135E3f9Af996, 0x890eBD48c67fb57a1D595ecA1F2DfcE128A2A473, 0xAaEed1E72A10214C705467316779272E4ba78433, 0xCF2D187D3833Dd9063B019D0c39E4566576C3C56]
 
latestAnswer(view returns (int256)
latestRound(view returns (uint256)
654
 
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)
100000000000000
minSubmissionCount(view returns (uint32)
1
minSubmissionValue(view returns (int256)
100000000000
oracleCount(view returns (uint32)
7
owner(view returns (address)
0x01a4f5a0b81e94693ff42cc83c3d7aff36858162
paymentAmount(view returns (uint128)
0
reportingRound(view returns (uint256)
654
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.