UniswapPairOracle_USDT_WETH
Verified contract
Active on
Ethereum with 5,315 txns
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 "UniswapPairOracle_USDT_WETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13527878 | 3 years ago | | | 0 | 0.016703833 | |
| 13527482 | 3 years ago | | | 0 | 0.011793356 | |
| 13527085 | 3 years ago | | | 0 | 0.0078890417 | |
| 13526667 | 3 years ago | | | 0 | 0.0091695531 | |
| 13526292 | 3 years ago | | | 0 | 0.013891252 | |
| 13525887 | 3 years ago | | | 0 | 0.011136861 | |
| 13525470 | 3 years ago | | | 0 | 0.0098945520 | |
| 13525081 | 3 years ago | | | 0 | 0.0067394543 | |
| 13524674 | 3 years ago | | | 0 | 0.010687216 | |
| 13524292 | 3 years ago | | | 0 | 0.0098546020 |
ABI
ABI objects
Getter at block 21284004
ALLOW_STALE_CONSULTS() view returns (bool)
true
CONSULT_LENIENCY() view returns (uint256)
120
PERIOD() view returns (uint256)
3600
blockTimestampLast() view returns (uint32)
1635725018
canUpdate() view returns (bool)
true
pair() view returns (address)
0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc
price0Average() view returns (uint224 _x)
1207799833816858662663048028873388915766934
price0CumulativeLast() view returns (uint256)
393217411519062624767768975202506822770012361912313
price1Average() view returns (uint224 _x)
22321588757714606878291998
price1CumulativeLast() view returns (uint256)
377650937069428733914420912251985
token0() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
consult(address token, uint256 amountIn) view returns (uint256 amountOut)
State-modifying
Events setAllowStaleConsults(bool _allow_stale_consults)
setConsultLeniency(uint256 _consult_leniency)
setOwner(address _owner_address)
setPeriod(uint256 _period)
setTimelock(address _timelock_address)
update()
This contract contains no event objects.
constructor(address factory, address tokenA, address tokenB, address owner_address, address timelock_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.