UniswapV2AddLiquidityHelperV1
Verified contract
Active on
Ethereum with 1 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 "UniswapV2AddLiquidityHelperV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12442442 | 3 years ago | | | 0 | 0.0010652500 |
ABI
ABI objects
Getter at block 21096675
_uniswapV2FactoryAddress() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
_uniswapV2Router02Address() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x000000004fa9e635dbe91c83aee357d01494936d
Read-only
calcAmountAToSwap(uint256 reserveA, uint256 reserveB, uint256 amountA, uint256 amountB) pure returns (uint256 amountAToSwap)
State-modifying
Events emergencyWithdrawErc20(address tokenAddress)
emergencyWithdrawEther()
renounceOwnership()
swapAndAddLiquidityEthAndToken(address tokenAddressB, uint112 amountB, uint112 minLiquidityOut, address to, uint64 deadline) payable returns (uint256 liquidity)
swapAndAddLiquidityTokenAndToken(address tokenAddressA, address tokenAddressB, uint112 amountA, uint112 amountB, uint112 minLiquidityOut, address to, uint64 deadline) returns (uint256 liquidity)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address uniswapV2FactoryAddress, address uniswapV2Router02Address, address wethAddress)
receive()
This contract contains no error objects.