Keep3rV2OracleFactory
Verified contract
Active on
Ethereum with 2,828 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 "Keep3rV2OracleFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13307331 | 3 years ago | | | 0 | 0.0056425500 | |
| 13307327 | 3 years ago | | | 0 | 0.0065202800 | |
| 13307324 | 3 years ago | | | 0 | 0.0060437980 | |
| 13288052 | 3 years ago | | | 0 | 0.029907402 | |
| 13283917 | 3 years ago | | | 0 | 0.020076736 | |
| 13283237 | 3 years ago | | | 0 | 0.032933057 | |
| 13283116 | 3 years ago | | | 0 | 0.039541136 | |
| 13282297 | 3 years ago | | | 0 | 0.019454255 | |
| 13282171 | 3 years ago | | | 0 | 0.026450460 | |
| 13281885 | 3 years ago | | | 0 | 0.017075534 |
ABI
ABI objects
Getter at block 21276859
KP3R() view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
governance() view returns (address)
0x2d407ddb06311396fe14d4b49da5f0471447d45c
pairs() view returns (address[])
[0xaf988afF99d3d0cb870812C325C588D8D8CB7De8]
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
workable() view returns (bool canWork)
true
Read-only
byteCode(address pair) pure returns (bytes bytecode)
current(address pair, address tokenIn, uint256 amountIn, address tokenOut) view returns (uint256 amountOut, uint256 lastUpdatedAgo)
current(address tokenIn, uint256 amountIn, address tokenOut, bool sushiswap) view returns (uint256 amountOut, uint256 lastUpdatedAgo)
feeds(address) view returns (address)
quote(address pair, address tokenIn, uint256 amountIn, address tokenOut, uint256 points) view returns (uint256 amountOut, uint256 lastUpdatedAgo)
quote(address tokenIn, uint256 amountIn, address tokenOut, uint256 points, bool sushiswap) view returns (uint256 amountOut, uint256 lastUpdatedAgo)
sample(address pair, address tokenIn, uint256 amountIn, address tokenOut, uint256 points, uint256 window) view returns (uint256[] prices, uint256 lastUpdatedAgo)
sample(address tokenIn, uint256 amountIn, address tokenOut, uint256 points, uint256 window, bool sushiswap) view returns (uint256[] prices, uint256 lastUpdatedAgo)
workable(address pair) view returns (bool)
State-modifying
Events acceptGovernance()
cache(address pair, uint256 size)
cache(uint256 size)
deploy(address pair) returns (address feed)
setGovernance(address _governance)
update(address pair) returns (bool)
work()
work(address pair)
workForFree()
workForFree(address pair)
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.