UniswapPairOracle_FXS_USDC
Verified contract
Active on
Ethereum with 1,229 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_FXS_USDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12280133 | 4 years ago | | | 0 | 0.0095113740 | |
| 11826344 | 4 years ago | | | 0 | 0.0074642040 | |
| 11793002 | 4 years ago | | | 0 | 0.015325782 | |
| 11792702 | 4 years ago | | | 0 | 0.025641707 | |
| 11792402 | 4 years ago | | | 0 | 0.023885453 | |
| 11792133 | 4 years ago | | | 0 | 0.011628830 | |
| 11792131 | 4 years ago | | | 0 | 0.022243328 | |
| 11791832 | 4 years ago | | | 0 | 0.016162904 | |
| 11791531 | 4 years ago | | | 0 | 0.010536188 | |
| 11791531 | 4 years ago | | | 0 | 0.020412911 |
ABI
ABI objects
Getter at block 21120132
ALLOW_STALE_CONSULTS() view returns (bool)
true
CONSULT_LENIENCY() view returns (uint256)
120
PERIOD() view returns (uint256)
1200
blockTimestampLast() view returns (uint32)
1618962234
canUpdate() view returns (bool)
true
pair() view returns (address)
0x9bac32d4f3322bc7588bb119283bad7073145355
price0Average() view returns (uint224 _x)
44420170875062192537733
price0CumulativeLast() view returns (uint256)
493494740420861942666093866628
price1Average() view returns (uint224 _x)
635310281342243926140284763928789848838163713
price1CumulativeLast() view returns (uint256)
8313972600457061435824192009494306774060563633422833
token0() view returns (address)
0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0
token1() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
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.