ChainlinkOvalImmutable
Verified contract
Active on
Ethereum with 59 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) |
---|---|---|---|---|---|---|---|
| 20582710 | 3 months ago | | | 0 | 0.000026070839 | |
| 20582542 | 3 months ago | | | 0 | 0.000023755192 | |
| 20578314 | 3 months ago | | | 0 | 0.00013044633 | |
| 20540277 | 3 months ago | | | 0 | 0.000037719481 | |
| 20540262 | 3 months ago | | | 0 | 0.000037671008 | |
| 20540256 | 3 months ago | | | 0 | 0.000036262483 | |
| 20540254 | 3 months ago | | | 0 | 0.000039020092 | |
| 20525627 | 3 months ago | | | 0 | 0.000062957309 | |
| 20525620 | 3 months ago | | | 0 | 0.000048790239 | |
| 20525518 | 3 months ago | | | 0 | 0.000042883128 |
ABI
ABI objects
Getter at block 21160999
CHAINLINK_SOURCE() view returns (address)
0xa01fbdc580d09ecc0d6aae2bc02fb666207cf93c
decimals() view returns (uint8)
8
getLatestSourceData() view returns (int256, uint256)
(39000000000000000000, 1719507755)
internalLatestData() view returns (int256, uint256)
(39000000000000000000, 1719507755)
lastUnlockTime() view returns (uint256)
1724312375
latestAnswer() view returns (int256)
3900000000
latestRoundData() view returns (uint80, int256, uint256, uint256, uint80)
(1, 3900000000, 1719507755, 1719507755, 1)
latestTimestamp() view returns (uint256)
1719507755
lockWindow() view returns (uint256)
600
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.