UniV2 TWAP - CHI
Verified contract
Active on
Ethereum with 1,219 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
No balances found for "UniV2 TWAP - CHI"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20197062 | 5 months ago | | | 0 | 0.00024583416 | |
| 20196738 | 5 months ago | | | 0 | 0.00016765153 | |
| 20196414 | 5 months ago | | | 0 | 0.00019372403 | |
| 20196092 | 5 months ago | | | 0 | 0.00025081670 | |
| 20195770 | 5 months ago | | | 0 | 0.00020485094 | |
| 20195446 | 5 months ago | | | 0 | 0.00018917778 | |
| 20195122 | 5 months ago | | | 0 | 0.00016431773 | |
| 20194799 | 5 months ago | | | 0 | 0.00016350429 | |
| 20194476 | 5 months ago | | | 0 | 0.00017275688 | |
| 20194154 | 5 months ago | | | 0 | 0.00016027142 |
ABI
ABI objects
Getter at block 21223322 peek() view returns (uint256 price)
baseAmount() view returns (uint128)
1000000000000000000
baseToken() view returns (address)
0x3b21418081528845a6df4e970bd2185545b712ba
decimals() view returns (uint8)
8
lastSnapshot() view returns (uint256 price0, uint256 price1, uint32 blockTimestamp)
(price0=33511251306156413083859312764372913025117267414891960, price1=30716516154050547026755575372607275625404226794281102292, blockTimestamp=1719660695)
minPeriodFromLastSnapshot() view returns (uint32)
86400
name() view returns (string)
UniV2 TWAP - CHI
pair() view returns (address)
0x9f93f419d0267877247a39b4eb6b2775abac6bdc
previousSnapshot() view returns (uint256 price0, uint256 price1, uint32 blockTimestamp)
(price0=33511251306156413083728844956999088710895411954595460, price1=30716516154047404023151380277457543907896095311104303292, blockTimestamp=1719656795)
quoteTokenChainlinkFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
token0() view returns (address)
0x3b21418081528845a6df4e970bd2185545b712ba
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
updatePeriod() view returns (uint32)
3600
Read-only
getTwapQuote(address token, uint256 amountIn) view returns (uint256 amountOut)
State-modifying
Events updateCumulativePricesSnapshot()
UpdateCumulativePricesSnapshot()
constructor(address _factory, address _baseToken, address _quoteToken, uint32 _updatePeriod, uint32 _minPeriodFromLastSnapshot, address _quoteTokenChainlinkFeed)
This contract contains no fallback and receive objects.
InvalidToken()
NoReserves()
PeriodNotPassed()