UniswapPairOracle_FRAX_USDC
Verified contract
Active on
Ethereum with 4,042 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_FRAX_USDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13389126 | 3 years ago | | | 0 | 0.0027241739 | |
| 13389123 | 3 years ago | | | 0 | 0.0055432530 | |
| 13388672 | 3 years ago | | | 0 | 0.0046500287 | |
| 13388401 | 3 years ago | | | 0 | 0.0044463206 | |
| 13387966 | 3 years ago | | | 0 | 0.0038962549 | |
| 13387688 | 3 years ago | | | 0 | 0.0046499348 | |
| 13387344 | 3 years ago | | | 0 | 0.0048006130 | |
| 13386964 | 3 years ago | | | 0 | 0.0072602760 | |
| 13386617 | 3 years ago | | | 0 | 0.0059423460 | |
| 13386256 | 3 years ago | | | 0 | 0.0047318502 |
ABI
ABI objects
Getter at block 21118768
ALLOW_STALE_CONSULTS() view returns (bool)
true
CONSULT_LENIENCY() view returns (uint256)
120
PERIOD() view returns (uint256)
3600
blockTimestampLast() view returns (uint32)
1633844560
canUpdate() view returns (bool)
true
pair() view returns (address)
0x97c4adc5d28a86f9470c70dd91dc6cc2f20d2d4d
price0Average() view returns (uint224 _x)
5195561113779312561561
price0CumulativeLast() view returns (uint256)
137135500045174535609506005531
price1Average() view returns (uint224 _x)
5189327233404399188479876082874108755460112986
price1CumulativeLast() view returns (uint256)
132512613279963086888916512205688231573261129166054985
token0() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
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.