Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($13.94)
Native
Value
$13.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00417 | $3,342.66 |
$13.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21059794 | a month ago | | | 0.01 | 0.00064787800 | |
| 20758163 | 2 months ago | | | 0 | 0.00064831496 | |
| 20758161 | 2 months ago | | | 0 | 0.00059308216 | |
| 20757519 | 2 months ago | | | 0.0083932401 | 0.0010234791 | |
| 20745130 | 2 months ago | | | 0.0081933298 | 0.00054507437 | |
| 20744797 | 2 months ago | | | 0.091264534 | 0.00047719941 | |
| 20744214 | 2 months ago | | | 0.0082490555 | 0.0027335847 | |
| 20743975 | 2 months ago | | | 0.0082823623 | 0.0025708207 | |
| 20743691 | 2 months ago | | | 0.02 | 0.0010239107 | |
| 20743175 | 2 months ago | | | 0.0083021656 | 0.0013610290 |
ABI
ABI objects
Getter at block 21249028
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x5fafebc51e0b2f4ce6b8fc95e2f4cfe2f15cfdc9
treasury() view returns (address)
0xaee6e294163859f7d588adb514695325d46dfc78
Read-only
getAmountIn(uint256 amountOut, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountIn)
getAmountOut(uint256 amountIn, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountOut)
getAmountsIn(uint256 amountOut, address[] path) view returns (uint256[] amounts)
getAmountsOut(uint256 amountIn, address[] path) view returns (uint256[] amounts)
isExcluded(address) view returns (bool)
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
usdcToEth(uint256 usdcAmount) view returns (uint256)
State-modifying
Events addLiquidityETH(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
excluded(address[] _address)
excluded_(address _address, bool _bool)
launch(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, uint8 buyLpFee, uint8 sellLpFee, uint8 buyProtocolFee, uint8 sellProtocolFee, address protocolAddress) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
removeLiquidityETHSupportingFeeOnTransferTokens(address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, uint256 deadline) returns (uint256 amountETH)
swapExactETHForTokensSupportingFeeOnTransferTokens(uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
swapExactTokensForETHSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
This contract contains no event objects.
constructor(address _factory, address _WETH, address _oracleAddress)
receive()
This contract contains no error objects.