Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.001 | $3,306.09 |
$3.31 | |
DEGEN | ERC-20 | 50.751 | $0.019381 |
$0.98 | |
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.2 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
AIINU | ERC-20 | 1 | $0.020547 |
$0.02 | |
LAMBOW | ERC-20 | 2.69 | $0.000384 |
$0 | |
BOOMER | ERC-20 | 0.069 | $0.010557 |
$0 | |
Boe | ERC-20 | 0.69 | $0.000162 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000763 |
$0 | |
MINKY | ERC-20 | 11 | $0.000006 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21491198 | a month ago | | | 0 | 0.000000309517708000 | |
| 19716360 | 2 months ago | | | 0 | 3.9060334e-7 | |
| 19641121 | 2 months ago | | | 0 | 5.1517371e-7 | |
| 18861103 | 3 months ago | | | 0 | 4.5341589e-7 | |
| 18164626 | 3 months ago | | | 0 | 4.6211422e-7 | |
| 18164270 | 3 months ago | | | 0 | 5.2683968e-7 | |
| 17559825 | 4 months ago | | | 0 | 3.8453773e-7 | |
| 17559031 | 4 months ago | | | 0 | 0.000000603047970096 | |
| 17503278 | 4 months ago | | | 0 | 0.0000067985074 | |
| 17321459 | 4 months ago | | | 0 | 0.0000067985074 |
ABI
ABI objects
Getter at block 22754822
amountPerUnits() view returns (uint256)
30000000000000000000000
decimals() view returns (uint8)
18
ethMintLimitPerAddress() view returns (uint256)
2000000000000000000
launcher() view returns (address)
0x5a1c97ac371d86ce19d011a547c623ac124ec5a6
lpDeployed() view returns (bool)
true
mintSupply() view returns (uint256)
15000000000000000000000000000
minted() view returns (uint256)
8113740000000000000000000000
name() view returns (string)
Mushi
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
MUSHI
totalSupply() view returns (uint256)
16227480000000000000000000000
unmintedSupply() view returns (uint256)
6886260000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LunchEvent(address indexed to, uint256 amount, uint256 ethAmount, uint256 liquidity)
MintEvent(address minter, uint256 amount, uint256 cost)
RefundEvent(address refundee, uint256 value, uint256 _eth)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _price, uint256 _amountPerUnits, address _launcher, address _uniswapRouter, address _uniswapFactory, string _name, string _symbol, uint256 totalSupply, uint256 _ethMintLimitPerAddress)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ReentrancyGuardReentrantCall()