LiquidityMaker
Verified contract
Active on
Ethereum with 171 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.000035 | $96,822.00 |
$3.38 | |
HAPI | ERC-20 | 0.041656 | $13.48 |
$0.56 | |
VERSE | ERC-20 | 0 | $0.000215 |
$0 | |
WETH | ERC-20 | 0 | $3,674.97 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19836031 | 7 months ago | | | 0 | 0.00095353007 | |
| 19833874 | 7 months ago | | | 0.019332 | 0.0023457600 | |
| 19830071 | 7 months ago | | | 0 | 0.00099846273 | |
| 19828919 | 7 months ago | | | 0.052967 | 0.0011825206 | |
| 19828226 | 7 months ago | | | 0.017104 | 0.0015932779 | |
| 19819439 | 7 months ago | | | 0 | 0.00042977211 | |
| 19819399 | 7 months ago | | | 0 | 0.00043260732 | |
| 19819392 | 7 months ago | | | 0 | 0.00036801016 | |
| 19814204 | 7 months ago | | | 0.00001 | 0.00097086400 | |
| 19785944 | 7 months ago | | | 0.00001 | 0.0014077254 |
ABI
ABI objects
Getter at block 21302425
FACTORY() view returns (address)
0xee3e9e46e34a27dc755a63e2849c9913ee1a06e2
ROUTER() view returns (address)
0xb4b0ea46fe0e9e8eab4afb765b527739f2718671
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getSwapAmount(uint256 _r, uint256 _a) pure returns (uint256)
State-modifying
Events cleanUp(address _token)
makeLiquidity(address _tokenAddress, uint256 _expectedTokenAmount, uint256 _minimumLiquidityEther, uint256 _minimumLiquidityToken) payable returns (uint256)
makeLiquidityDual(address _tokenA, address _tokenB, uint256 _initialAmountA, uint256 _expectedAmountB, uint256 _minimumLiquidityA, uint256 _minimumLiquidityB)
CleanUp(uint256 tokenAmount, address indexed tokenAddress)
LiquidityAdded(uint256 tokenAmountA, uint256 tokenAmountB, uint256 tokenAmountLP, address indexed addedTo)
SwapResults(uint256 amountIn, uint256 amountOut)
constructor(address _router, address _factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.