MemeBotRouter
Verified contract
Active on
Ethereum with 55 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25.50)
Native
Value
$25.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007531 | $3,385.40 |
$25.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20389971 | 4 months ago | | | 0.05 | 0.0012233002 | |
| 20389340 | 4 months ago | | | 0.05 | 0.00091776300 | |
| 20381655 | 4 months ago | | | 0.02 | 0.0010399790 | |
| 20338196 | 4 months ago | | | 0 | 0.0015833095 | |
| 20337672 | 4 months ago | | | 0 | 0.0014375455 | |
| 20334954 | 4 months ago | | | 0.05 | 0.0033555896 | |
| 20334541 | 4 months ago | | | 0.04 | 0.0036013524 | |
| 20333129 | 4 months ago | | | 0.1 | 0.0018474354 | |
| 20333097 | 4 months ago | | | 0.1 | 0.0016327354 | |
| 20327000 | 4 months ago | | | 0 | 0.0035294289 |
ABI
ABI objects
Getter at block 21263005
THOUSAND() view returns (uint256)
1000
UNI_V2_FACTORY() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
feeRate() view returns (uint256)
10
owner() view returns (address)
0x6a4481eb81b9772b992ae58c429d508f5273b823
Read-only
getAccountMultiTokenBalance(address account, address[] tokens) view returns (uint256[])
getAmountOutOnUniswapV2(address inputToken, address outputToken, address pair, uint256 inputAmount) view returns (uint256 outputAmount, bool isReverse)
getMultiAccountBalance(address[] accounts, address token) view returns (uint256[])
State-modifying
Events renounceOwnership()
setFeeRate(uint256 _feeRate)
swapExactEthForTokensOnUniswapV2(struct UniswapV2SwapData params) payable returns (uint256)
swapExactTokensForEthOnUniswapV2(struct UniswapV2SwapData params) returns (uint256)
transferOwnership(address newOwner)
withdraw(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFeeRate(uint256 feeRate)
SwapEthToTokenOnUniswapV2(address pair, address recipient, uint256 inputAmount, uint256 outputAmount, uint256 fee)
SwapTokenToEthOnUniswapV2(address pair, address recipient, uint256 inputAmount, uint256 outputAmount, uint256 fee)
constructor(address _WETH, address _UNI_V2_FACTORY, uint256 feeRate)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)