ChainlinkTWAP
Verified contract
Active on
Ethereum with 688 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe806…6855
Balances ($0.00)
No balances found for "ChainlinkTWAP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242965 | 23 minutes ago | | | 0 | 0.041623233 | |
| 21239384 | 12 hours ago | | | 0 | 0.040757282 | |
| 21235796 | a day ago | | | 0 | 0.043795778 | |
| 21232220 | 2 days ago | | | 0 | 0.044165016 | |
| 21228644 | 2 days ago | | | 0 | 0.041526879 | |
| 21225059 | 3 days ago | | | 0 | 0.040978025 | |
| 21221471 | 3 days ago | | | 0 | 0.040177966 | |
| 21217883 | 4 days ago | | | 0 | 0.040220197 | |
| 21214296 | 4 days ago | | | 0 | 0.047283826 | |
| 21210708 | 5 days ago | | | 0 | 0.047678257 |
ABI
ABI objects
Getter at block 21243077
RAY() view returns (uint256)
1000000000000000000000000000
WAD() view returns (uint256)
1000000000000000000
chainlinkAggregator() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
converterResultCumulative() view returns (uint256)
82551219714432000
earliestObservationIndex() view returns (uint256)
667
getObservationListLength() view returns (uint256)
673
getResultWithValidity() view returns (uint256, bool)
(3184846439600000000000, true)
granularity() view returns (uint8)
6
lastUpdateTime() view returns (uint256)
1732274807
linkAggregatorTimestamp() view returns (uint256)
1732274123
maxWindowSize() view returns (uint256)
518400
multiplier() view returns (uint256)
10000000000
periodSize() view returns (uint256)
43200
read() view returns (uint256)
3184846439600000000000
rewardRelayer() view returns (address)
0xe8063b122bef35d6723e33dbb3446092877c6855
staleThreshold() view returns (uint256)
3
symbol() view returns (bytes32)
0x4554482d5553442d545741500000000000000000000000000000000000000000
timeElapsedSinceFirstObservation() view returns (uint256)
217356
updates() view returns (uint256)
673
windowSize() view returns (uint256)
259200
Read-only
addition(uint256 x, uint256 y) pure returns (uint256 z)
authorizedAccounts(address) view returns (uint256)
chainlinkObservations(uint256) view returns (uint256 timestamp, uint256 timeAdjustedResult)
minimum(uint256 x, uint256 y) pure returns (uint256 z)
multiply(uint256 x, uint256 y) pure returns (uint256 z)
rad(uint256 x) pure returns (uint256 z)
ray(uint256 x) pure returns (uint256 z)
rdivide(uint256 x, uint256 y) pure returns (uint256 z)
rmultiply(uint256 x, uint256 y) pure returns (uint256 z)
rpower(uint256 x, uint256 n, uint256 base) pure returns (uint256 z)
subtract(uint256 x, uint256 y) pure returns (uint256 z)
wdivide(uint256 x, uint256 y) pure returns (uint256 z)
wmultiply(uint256 x, uint256 y) pure returns (uint256 z)
State-modifying
Events addAuthorization(address account)
modifyParameters(bytes32 parameter, address addr)
modifyParameters(bytes32 parameter, uint256 data)
removeAuthorization(address account)
updateResult(address feeReceiver)
AddAuthorization(address account)
ModifyParameters(bytes32 parameter, address addr)
ModifyParameters(bytes32 parameter, uint256 val)
RemoveAuthorization(address account)
UpdateResult(uint256 result)
constructor(address aggregator, uint256 windowSize_, uint256 maxWindowSize_, uint256 multiplier_, uint8 granularity_)
This contract contains no fallback and receive objects.
This contract contains no error objects.