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) |
---|---|---|---|---|---|---|---|
| 21200736 | 20 hours ago | | | 0 | 0.0016248581 | |
| 21193569 | 2 days ago | | | 0 | 0.0038731332 | |
| 21186410 | 3 days ago | | | 0 | 0.0040192589 | |
| 21179249 | 4 days ago | | | 0 | 0.0086279550 | |
| 21172080 | 5 days ago | | | 0 | 0.0040493682 | |
| 21164921 | 6 days ago | | | 0 | 0.0020218195 | |
| 21157746 | 7 days ago | | | 0 | 0.0016504362 | |
| 21150574 | 8 days ago | | | 0 | 0.0015319967 | |
| 21143398 | 9 days ago | | | 0 | 0.0022990443 | |
| 21136251 | 10 days ago | | | 0 | 0.0016001096 |
ABI
ABI objects
Getter at block 21206812
cegaState() view returns (address)
0x0730aa138062d8cc54510aa939b533ba7c30f26b
decimals() view returns (uint8)
6
description() view returns (string)
OP/USD,Pyth
latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
(roundId=521, answer=1684250, startedAt=1731765600, updatedAt=1731765600, answeredInRound=0)
nextRoundId() view returns (uint80)
522
version() view returns (uint256)
1
Read-only
getRoundData(uint80 _roundId) view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
oracleData(uint256) view returns (int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
State-modifying
Events addNextRoundData(struct RoundData _roundData)
updateRoundData(uint80 roundId, struct RoundData _roundData)
OracleCreated(address indexed cegaState, uint8 decimals, string description)
RoundDataAdded(int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
RoundDataUpdated(uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
constructor(address _cegaState, uint8 _decimals, string _description)
This contract contains no fallback and receive objects.
This contract contains no error objects.