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 "Oracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8732148 | a year ago | | | 0 | 0.000000016554900000 | |
| 8732145 | a year ago | | | 0 | 0.000000016556100000 | |
| 8732141 | a year ago | | | 0 | 0.000000016556100000 | |
| 8731990 | a year ago | | | 0 | 0.000000018264900000 | |
| 8731988 | a year ago | | | 0 | 0.000000009228200000 |
ABI
ABI objects
Getter at block 23191141
MAX_CHAINLINK_TIMEOUT() view returns (uint256)
86400
MAX_DEVIATION() view returns (uint256)
100000
MAX_PRICE_POST_DELAY() view returns (uint256)
60
PRICE_FEED_ERROR() view returns (uint256)
3600
PRICE_FEED_ERROR_SPREAD() view returns (uint256)
50000
PRICE_FEED_INACTIVE() view returns (uint256)
300
PRICE_FEED_INACTIVE_SPREAD() view returns (uint256)
2000
SEQUENCER_GRACE_PERIOD_TIME() view returns (uint256)
3600
owner() view returns (address)
0xe11aadb7bbc0c76a15bcd5b3afb9590bbcbfb865
sequencerUptimeFeed() view returns (address)
0xbcf85224fc0756b9fa45aa7892530b47e10b6433
Read-only
getLastPrice(address token) view returns (uint256 lastPrice)
getMultiplePrices(address[] tokens, bool max) view returns (uint256[])
getPrice(address token, bool max) view returns (uint256)
getReferencePrice(address token) view returns (uint256)
isReporter(address) view returns (bool)
lastAnswerBlock(address) view returns (uint256)
lastAnswerTimestamp(address) view returns (uint256)
lastAnswers(address) view returns (uint256)
reporters(uint256) view returns (address)
tokenConfig(address) view returns (uint256 baseUnits, uint256 priceUnits, address chainlinkPriceFeed, uint256 chainlinkDeviation, uint256 chainlinkTimeout)
whitelistedTokens(uint256) view returns (address)
State-modifying
Events addReporter(address reporter)
configToken(address token, uint256 tokenDecimals, address priceFeed, uint256 priceDecimals, uint256 chainlinkTimeout, uint256 chainlinkDeviation)
postPrices(address[] tokens, uint256[] prices, uint256[] timestamps)
removeReporter(address reporter)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PricePosted(address indexed token, uint256 price)
ReporterAdded(address indexed arg0)
ReporterRemoved(address indexed arg0)
TokenAdded(address indexed token)
constructor(address _sequencerUptimeFeed)
This contract contains no fallback and receive objects.
ChainlinkStaled()
InvalidAddress()
InvalidChainlinkDeviation()
InvalidDecimals()
InvalidPriceData()
InvalidTimeout()
NotAReporter()
NotAllowed()
ReporterExists()
SequencerDown()
SequencerGracePeriodNotOver()
TokenNotConfigured()