UniswapV2Oracle
Verified contract
Active on
Ethereum with 180 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "UniswapV2Oracle"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11156291 | 4 years ago | | | 0 | 0.020109540 | |
| 11156001 | 4 years ago | | | 0 | 0.025704448 | |
| 11155720 | 4 years ago | | | 0 | 0.026812720 | |
| 11155403 | 4 years ago | | | 0 | 0.025495880 | |
| 11155123 | 4 years ago | | | 0 | 0.017093109 | |
| 11154834 | 4 years ago | | | 0 | 0.015052095 | |
| 11154576 | 4 years ago | | | 0 | 0.014076678 | |
| 11154260 | 4 years ago | | | 0 | 0.011038203 | |
| 11153954 | 4 years ago | | | 0 | 0.015386586 | |
| 11153635 | 4 years ago | | | 0 | 0.017393532 |
ABI
ABI objects
Getter at block 21390608 updateableList() view returns (address[] list)
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
granularity() view returns (uint8)
4
pairs() view returns (address[])
[0xBb2b8038a1640196FbE3e38816F3e67Cba72D940, 0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc, 0x0d4a11d5EEaaC28EC3F61d100daF4d40471f1852, 0xA478c2975Ab1Ea89e8196811F51A7B7Ade33eB11, 0xd3d2E2692501A5c9Ca623199D38826e513033a17, 0x2fDbAdf3C4D5A8666Bc06645B8358ab803996E28, 0xC2aDdA861F89bBB333c90c492cB837741916A225, 0xDFC14d2Af169B0D36C4EFF567Ada9b2E0CAE044f, 0xCFfDdeD873554F362Ac02f8Fb1f02E5ada10516f]
periodSize() view returns (uint256)
3600
updateable() view returns (bool)
true
windowSize() view returns (uint256)
14400
Read-only
consult(address tokenIn, uint256 amountIn, address tokenOut) view returns (uint256 amountOut)
lastUpdated(address) view returns (uint256)
observationIndexOf(uint256 timestamp) view returns (uint8 index)
pairObservations(address, uint256) view returns (uint256 timestamp, uint256 price0Cumulative, uint256 price1Cumulative)
updateable(address pair) view returns (bool)
updateableFor(uint256 i, uint256 length) view returns (bool)
State-modifying
Events add(address tokenA, address tokenB)
update(address tokenA, address tokenB) returns (bool)
updateAll() returns (bool updated)
updateFor(uint256 i, uint256 length) returns (bool updated)
updatePair(address pair) returns (bool)
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.