IbETHRouter
Verified contract
Active on
Ethereum with 13,823 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 "IbETHRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17072101 | 2 years ago | | | 0 | 0.0074034672 | |
| 17072095 | 2 years ago | | | 0 | 0.0083317332 | |
| 17035599 | 2 years ago | | | 0 | 0.0070450424 | |
| 16592061 | 2 years ago | | | 0 | 0.0064643020 | |
| 16076987 | 2 years ago | | | 0 | 0.0022775791 | |
| 15680870 | 2 years ago | | | 0 | 0.00087732500 | |
| 14828771 | 2 years ago | | | 0 | 0.00032416934 | |
| 14379334 | 3 years ago | | | 0 | 0.0069381767 | |
| 13666704 | 3 years ago | | | 0 | 0.0041703471 | |
| 13666700 | 3 years ago | | | 0 | 0.033361408 |
ABI
ABI objects
Getter at block 21158052
alpha() view returns (address)
0xa1faa113cbe53436df28ff0aee54275c13b40975
ibETH() view returns (address)
0x67b66c99d3eb37fa76aa3ed1ff33e8e39f0b9c7a
isOwner() view returns (bool)
false
lpToken() view returns (address)
0x411a9b902f364817a0f9c4261ce28b5566a42875
owner() view returns (address)
0x5f5e537e5b2efc2334fea4e584790ca7a9001295
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
ibETHForExactETH(uint256 amountETH) view returns (uint256)
State-modifying
Events addLiquidityETH(uint256 amountAlphaDesired, uint256 amountAlphaMin, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountAlpha, uint256 amountETH, uint256 liquidity)
addLiquidityTwoSidesOptimal(uint256 amountIbETHDesired, uint256 amountAlphaDesired, uint256 amountLPMin, address to, uint256 deadline) returns (uint256 liquidity)
addLiquidityTwoSidesOptimalETH(uint256 amountAlphaDesired, uint256 amountLPMin, address to, uint256 deadline) payable returns (uint256 liquidity)
recover(address token, address to, uint256 value)
recoverETH(address to, uint256 value)
removeLiquidityAllAlpha(uint256 liquidity, uint256 amountAlphaMin, address to, uint256 deadline) returns (uint256 amountAlpha)
removeLiquidityETH(uint256 liquidity, uint256 amountAlphaMin, uint256 amountETHMin, address to, uint256 deadline) returns (uint256 amountAlpha, uint256 amountETH)
renounceOwnership()
swapAlphaForExactETH(uint256 amountETHOut, uint256 amountAlphaInMax, address to, uint256 deadline) returns (uint256[] amounts)
swapETHForExactAlpha(uint256 amountAlphaOut, address to, uint256 deadline) payable returns (uint256[] amounts)
swapExactAlphaForETH(uint256 amountAlphaIn, uint256 amountETHOutMin, address to, uint256 deadline) returns (uint256[] amounts)
swapExactETHForAlpha(uint256 amountAlphaOutMin, address to, uint256 deadline) payable returns (uint256[] amounts)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _router, address _ibETH, address _alpha)
fallback()
This contract contains no error objects.