UniswapV2OracleV2
Verified contract
Active on
Ethereum with 7,178 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 "UniswapV2OracleV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212989 | 35 minutes ago | | | 0 | 0.00082823954 | |
| 21212670 | 2 hours ago | | | 0 | 0.00055975152 | |
| 21212370 | 3 hours ago | | | 0 | 0.00067866468 | |
| 21212071 | 4 hours ago | | | 0 | 0.00064358048 | |
| 21211772 | 5 hours ago | | | 0 | 0.00068400053 | |
| 21211472 | 6 hours ago | | | 0 | 0.00071139659 | |
| 21211175 | 7 hours ago | | | 0 | 0.00056384317 | |
| 21210875 | 8 hours ago | | | 0 | 0.00052556770 | |
| 21210575 | 9 hours ago | | | 0 | 0.00061115982 | |
| 21210275 | 10 hours ago | | | 0 | 0.00069670943 |
ABI
ABI objects
Getter at block 21213162 viewPriceInUSD() view returns (uint256 price)
ALLOW_STALE_CONSULTS() view returns (bool)
false
CONSULT_LENIENCY() view returns (uint256)
220
PERIOD() view returns (uint256)
3500
aggregator() view returns (address)
0x60a50662a240908c3b0d5fc25e4e21e4930ae91a
blockTimestampLast() view returns (uint32)
1731913451
canUpdate() view returns (bool)
false
isFirstToken() view returns (bool)
true
owner() view returns (address)
0xa004e4cedea8497d6f028463e6756a5e6296bad3
pair() view returns (address)
0x74e6cac32234133fe06bd0f4d8237dee1dede057
price0Average() view returns (uint224 _x)
3389028649714987343168091659548
price0CumulativeLast() view returns (uint256)
646064159956230613920836963121838336152
price1Average() view returns (uint224 _x)
7955066024425002809451502212916629700
price1CumulativeLast() view returns (uint256)
111807235890390189485574109192759284497321484
token0() view returns (address)
0x5fe72ed557d8a02fff49b3b826792c765d5ce162
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setAllowStaleConsults(bool _allow_stale_consults)
setConsultLeniency(uint256 _consult_leniency)
setPeriod(uint256 _period)
transferOwnership(address newOwner)
update()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _prevAggregator)
This contract contains no fallback and receive objects.
This contract contains no error objects.