ChainlinkOvalImmutable
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ChainlinkOvalImmutable"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19385218 | 9 months ago | | | 0 | 0.0022388392 | |
| 19378227 | 9 months ago | | | 0 | 0.0024866937 | |
| 19370596 | 9 months ago | | | 0 | 0.0045624359 |
ABI
ABI objects
Getter at block 21391062
CHAINLINK_SOURCE() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
decimals() view returns (uint8)
8
getLatestSourceData() view returns (int256, uint256)
(3933900000000000000000, 1734061283)
internalLatestData() view returns (int256, uint256)
(3933900000000000000000, 1734061283)
lastUnlockTime() view returns (uint256)
1709837735
latestAnswer() view returns (int256)
393390000000
latestRoundData() view returns (uint80, int256, uint256, uint256, uint80)
(1, 393390000000, 1734061283, 1734061283, 1)
latestTimestamp() view returns (uint256)
1734061283
lockWindow() view returns (uint256)
36
maxTraversal() view returns (uint256)
4
Read-only
canUnlock(address caller, uint256 _lastUnlockTime) view returns (bool)
tryLatestDataAt(uint256 timestamp, uint256 maxTraversal) view returns (int256, uint256)
unlockers(address) view returns (bool)
State-modifying
Events snapshotData()
unlockLatestValue()
DecimalsSet(uint8 indexed decimals)
LatestValueUnlocked(uint256 indexed timestamp)
LockWindowSet(uint256 indexed lockWindow)
MaxTraversalSet(uint256 indexed maxTraversal)
SourceSet(address indexed sourceOracle, uint8 indexed sourceDecimals)
UnlockerSet(address indexed unlocker, bool indexed allowed)
constructor(address source, uint8 decimals, uint256 lockWindow, uint256 maxTraversal, address[] unlockers)
This contract contains no fallback and receive objects.
This contract contains no error objects.