UniswapV2Oracle
Verified contract
Active on
Ethereum with 540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1ceb…5a44
Balances ($0.00)
No balances found for "UniswapV2Oracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11447359 | 4 years ago | | | 0 | 0.036238056 | |
| 11447355 | 4 years ago | | | 0 | 0.036238056 | |
| 11447351 | 4 years ago | | | 0 | 0.036238056 | |
| 11447350 | 4 years ago | | | 0 | 0.036238056 | |
| 11447347 | 4 years ago | | | 0 | 0.036192131 | |
| 11447342 | 4 years ago | | | 0 | 0.036238056 | |
| 11447337 | 4 years ago | | | 0 | 0.036238056 | |
| 11258275 | 4 years ago | | | 0 | 0.0096938777 | |
| 11238577 | 4 years ago | | | 0 | 0.038748888 | |
| 11216546 | 4 years ago | | | 0 | 0.012197064 |
ABI
ABI objects
Getter at block 21288094 pairs() view returns (address[]) updateableList() view returns (address[] list)
KP3R() view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
governance() view returns (address)
0x2d407ddb06311396fe14d4b49da5f0471447d45c
granularity() view returns (uint8)
8
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
periodSize() view returns (uint256)
1800
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 acceptGovernance()
add(address tokenA, address tokenB)
setGovernance(address _governance)
setKeep3r(address _keep3r)
update(address tokenA, address tokenB) returns (bool)
updateFor(uint256 i, uint256 length) returns (bool updated)
updatePair(address pair) returns (bool)
work()
This contract contains no event objects.
constructor(address _keep3r)
This contract contains no fallback and receive objects.
This contract contains no error objects.