AccessControlledAggregator
Verified contract
Active on
Ethereum with 1,709 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5149…86ca
Balances ($10.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 0.95 | $11.30 |
$10.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16397682 | 2 years ago | | | 0 | 0.00044046753 | |
| 13939914 | 3 years ago | | | 0 | 0.0055389637 | |
| 13867220 | 3 years ago | | | 0 | 0.0022537620 | |
| 13803890 | 3 years ago | | | 0 | 0.0034668762 | |
| 13800851 | 3 years ago | | | 0 | 0.0042047486 | |
| 13797487 | 3 years ago | | | 0 | 0.0040212259 | |
| 13796238 | 3 years ago | | | 0 | 0.0022877658 | |
| 13766407 | 3 years ago | | | 0 | 0.0070832520 | |
| 13765867 | 3 years ago | | | 0 | 0.0087456747 | |
| 13760119 | 3 years ago | | | 0 | 0.0050520986 |
ABI
ABI objects
Getter at block 21091884 latestAnswer() view returns (int256) latestRound() view returns (uint256) latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound) latestTimestamp() view returns (uint256)
allocatedFunds() view returns (uint128)
950000000000000000
availableFunds() view returns (uint128)
0
checkEnabled() view returns (bool)
true
decimals() view returns (uint8)
18
description() view returns (string)
GNO / ETH
getOracles() view returns (address[])
[0x2aD9B7b9386c2f45223dDFc4A4d81C2957bAE19A, 0x501698a6f6F762C79e4D28E3815C135E3f9Af996, 0xc8f53fAE35468100Df31901E939d8Ff80b667166, 0x02507B703206B862E867E56Bee903eC1C0bf55f9, 0x2183464128D6f4020cB4c1c908BAE2e87f83214A, 0x39bEe2F266414630fD9b543Dbe9dc16D213A2eF0, 0x0699a397c3cf614C9a7Db23a4Be28Fc4c8F3a755, 0xC4a92358757ef8d22580c5eFed30D5241ac725ae, 0xC7310123914f624Da9C376f8eC590055e62733c1]
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 _oracle) view returns (address)
getAnswer(uint256 _roundId) view returns (int256)
getRoundData(uint80 _roundId) view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
getTimestamp(uint256 _roundId) view returns (uint256)
hasAccess(address _user, bytes _calldata) view returns (bool)
oracleRoundState(address _oracle, uint32 _queriedRoundId) view returns (bool _eligibleToSubmit, uint32 _roundId, int256 _latestSubmission, uint64 _startedAt, uint64 _timeout, uint128 _availableFunds, uint8 _oracleCount, uint128 _paymentAmount)
withdrawablePayment(address _oracle) view returns (uint256)
State-modifying
Events acceptAdmin(address _oracle)
acceptOwnership()
addAccess(address _user)
changeOracles(address[] _removed, address[] _added, address[] _addedAdmins, uint32 _minSubmissions, uint32 _maxSubmissions, uint32 _restartDelay)
disableAccessCheck()
enableAccessCheck()
onTokenTransfer(address, uint256, bytes _data)
removeAccess(address _user)
requestNewRound() returns (uint80)
setRequesterPermissions(address _requester, bool _authorized, uint32 _delay)
setValidator(address _newValidator)
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 updatedAt)
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)
ValidatorUpdated(address indexed previous, address indexed current)
constructor(address _link, uint128 _paymentAmount, uint32 _timeout, address _validator, int256 _minSubmissionValue, int256 _maxSubmissionValue, uint8 _decimals, string _description)
This contract contains no fallback and receive objects.
This contract contains no error objects.