AccessControlledAggregator
Verified contract
Active on
Ethereum with 3,517 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AccessControlledAggregator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16397666 | 2 years ago | | | 0 | 0.00049855309 | |
| 12252078 | 4 years ago | | | 0 | 0.017204768 | |
| 12086761 | 4 years ago | | | 0 | 0.0049262906 | |
| 12059207 | 4 years ago | | | 0 | 0.0073009960 | |
| 11532812 | 4 years ago | | | 0 | 0.0031612560 | |
| 11512639 | 4 years ago | | | 0 | 0.011290200 | |
| 11499762 | 4 years ago | | | 0 | 0.0018817000 | |
| 11470338 | 4 years ago | | | 0 | 0.0075268000 | |
| 11422807 | 4 years ago | | | 0 | 0.0012419220 | |
| 11413111 | 4 years ago | | | 0 | 0.0016993580 |
ABI
ABI objects
Getter at block 21160266 getOracles() view returns (address[]) latestAnswer() view returns (int256) latestRoundData() view returns (uint256 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint256 answeredInRound) latestTimestamp() view returns (uint256)
allocatedFunds() view returns (uint128)
0
availableFunds() view returns (uint128)
0
checkEnabled() view returns (bool)
true
decimals() view returns (uint8)
8
description() view returns (string)
"BTC / USD"
latestRound() view returns (uint256)
322
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
maxSubmissionCount() view returns (uint32)
21
maxSubmissionValue() view returns (int256)
100000000000000
minSubmissionCount() view returns (uint32)
1
minSubmissionValue() view returns (int256)
100000000
oracleCount() view returns (uint32)
21
owner() view returns (address)
0x01a4f5a0b81e94693ff42cc83c3d7aff36858162
paymentAmount() view returns (uint128)
0
reportingRound() view returns (uint256)
322
restartDelay() view returns (uint32)
1
timeout() view returns (uint32)
3600
version() view returns (uint256)
3
Read-only
getAdmin(address _oracle) view returns (address)
getAnswer(uint256 _roundId) view returns (int256)
getRoundData(uint256 _roundId) view returns (uint256 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint256 answeredInRound)
getTimestamp(uint256 _roundId) view returns (uint256)
hasAccess(address _user, bytes) view returns (bool)
latestSubmission(address _oracle) view returns (int256, uint256)
oracleRoundState(address _oracle, uint32 _queriedRoundId) view returns (bool _eligibleToSubmit, uint32 _roundId, int256 _latestSubmission, uint64 _startedAt, uint64 _timeout, uint128 _availableFunds, uint32 _oracleCount, uint128 _paymentAmount)
withdrawablePayment(address _oracle) view returns (uint256)
State-modifying
Events acceptAdmin(address _oracle)
acceptOwnership()
addAccess(address _user)
addOracles(address[] _oracles, address[] _admins, uint32 _minSubmissions, uint32 _maxSubmissions, uint32 _restartDelay)
disableAccessCheck()
enableAccessCheck()
onTokenTransfer(address, uint256, bytes _data)
removeAccess(address _user)
removeOracles(address[] _oracles, uint32 _minSubmissions, uint32 _maxSubmissions, uint32 _restartDelay)
requestNewRound()
setRequesterPermissions(address _requester, bool _authorized, uint32 _delay)
submit(uint256 _roundId, int256 _submission)
transferAdmin(address _oracle, address _newAdmin)
transferOwnership(address _to)
updateAvailableFunds()
updateFutureRounds(uint128 _paymentAmount, uint32 _minSubmissions, uint32 _maxSubmissions, uint32 _restartDelay, uint32 _timeout)
withdrawFunds(address _recipient, uint256 _amount)
withdrawPayment(address _oracle, address _recipient, uint256 _amount)
AddedAccess(address user)
AnswerUpdated(int256 indexed current, uint256 indexed roundId, uint256 timestamp)
AvailableFundsUpdated(uint256 indexed amount)
CheckAccessDisabled()
CheckAccessEnabled()
NewRound(uint256 indexed roundId, address indexed startedBy, uint256 startedAt)
OracleAdminUpdateRequested(address indexed oracle, address admin, address newAdmin)
OracleAdminUpdated(address indexed oracle, address indexed newAdmin)
OraclePermissionsUpdated(address indexed oracle, bool indexed whitelisted)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
RemovedAccess(address user)
RequesterPermissionsSet(address indexed requester, bool authorized, uint32 delay)
RoundDetailsUpdated(uint128 indexed paymentAmount, uint32 indexed minSubmissionCount, uint32 indexed maxSubmissionCount, uint32 restartDelay, uint32 timeout)
SubmissionReceived(int256 indexed submission, uint32 indexed round, address indexed oracle)
constructor(address _link, uint128 _paymentAmount, uint32 _timeout, int256 _minSubmissionValue, int256 _maxSubmissionValue, uint8 _decimals, string _description)
This contract contains no fallback and receive objects.
This contract contains no error objects.