Mushi

Verified contract

Active on Base with 9,412 txns
Deployed by via 0xecf1ba6f at 12722131
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $3.31
ERC-20
Value $0.98
ERC-20
Value $0.2
ERC-20
Value $0.05
ERC-20
Value $0.02
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
0x720ced084c3b2f68b4f8e8fe97a48ba54f3d17e7f40fc41de4fc88424fc90083
0x4bfc52d36e2d80e301c33b8e2ec8ffce8750b689c3fa7a66200255d68f3d88ad
0x17f38eac60355b264dfb7400a65fd71e534a37268a35bafbd7bf4a44134b69d4
0x2d0135b64b1a90e0c03ed334eb6d38147987ca3ef7cd508ea31e7b99a9c81809
0x2e373806c19de2b11e41e9960b1886ab45aebce4a1bb0b3891597cb18e685929
0x0eb05f2a6541abf38f5a5ea0e866c8fba06bdd5f8661a4127962446938f2c5c4
0xc64eab03dd5c4eea6f929d3ce808000a879215c2d520c34d8d773936cb37d431
0xf94cff6288977de6ce451a24d5b827c297be460aa182b5dea945a97381e39f14
0xcd4ba1ae368889127adc471c66debd9ad3ba7667074e3f8d5fe4749342c40f8c
0xd738b9f82a9a39e2b5bab90cf4657244abfde423a6ccbb05c962bd613d15586f

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
LunchEvent(address indexed touint256 amountuint256 ethAmountuint256 liquidity
MintEvent(address minteruint256 amountuint256 cost
RefundEvent(address refundeeuint256 valueuint256 _eth
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(uint256 _priceuint256 _amountPerUnitsaddress _launcheraddress _uniswapRouteraddress _uniswapFactorystring _namestring _symboluint256 totalSupplyuint256 _ethMintLimitPerAddress
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ReentrancyGuardReentrantCall(