LavaFiV2Token

Verified contract

Active on Base with 821 txns
Deployed by via 0x629b531a at 20926634
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xb139fa34c8676582cd542fe4f83e7107c867a2cfb5ec35deaf218fc9fd2be572
0x72c410bce414726455da2a4d2230f02f23350bb1fde8e908aaf3c43fcc7b9de2
0xc9b8cfcfaa0b135ba12d74794a28051f7718dfb9cd01537b9852f86ed441c405
0x0cb964d09ed713151f0342cbd041f1ffc4412f6968a63a055e110f82e73ad8c6
0x3cd2f2f174975e8fc116aba1c383ea2bf110a5e3f7befdbd3a1b852bcbde0bc5
0xdaf540764a44d6f26569841277158c937135cba2579f171d2ab7f407a7a9a856
0xa588a94d7757fe235a0bfaefb958e69ecc270cb4a4a1cf3500037abea45f8e56
0xc0de97a997622cfda3d8055edca2b5b7d1384e0f9a60b884359be7b817805296
0xa0e76d8b47302ce42c6e450fa4e3aee1fb079fe26664bbdc1808193362bf5e94
0x9e7e7cf99210bf12141bd65903df7c823e06b7e28438b09709cbf42ec61cb023

Functions
Getter at block 22139941
creator(view returns (address)
0x1b905772c2595dbf31bf52a28d97f66f658f450c
decimals(view returns (uint8)
18
getHoldersCount(view returns (uint256)
1
getLiquidity(view returns (uint256uint256uint256)
(252982212813470346559111, 1080110227135092321, 59935900065181222645135477867)
getLiquidityPercentage(view returns (uint256)
0
maxAmount(view returns (uint256)
2000000000000000000
minAmount(view returns (uint256)
10000000000000000
name(view returns (string)
Lava-MMG
owner(view returns (address)
0x0000000000000000000000000000000000000000
phraseAmount(view returns (uint256)
500000000000000000
presaleIsOver(view returns (bool)
true
protocolFeeRatio(view returns (uint256)
2
ratioAmount(view returns (uint256)
250000000000000000000000000
removedLiquidity(view returns (uint256)
63245553203367586639777
rewardFeeRatio(view returns (uint256)
3
symbol(view returns (string)
MMG
totalSupply(view returns (uint256)
76812500000000000000000000000
uniV2Pair(view returns (address)
0x42454c6113ed518a67531f2f2121018ab8f0d7c0
usdc(view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
weth(view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getMarketCap(address ownerview returns (uint256[])
holderIndex(addressview returns (uint256)
holderLiquidities(addressview returns (uint256)
holders(uint256view returns (address)
phraseIsBurned(uint256view returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AddAuthorized(address indexed to
AddLiquidity(address indexed fromuint256 indexed ethAmountuint256 indexed tokenAmountuint256 liquidity
Approval(address indexed owneraddress indexed spenderuint256 value
BurnLiquidity(address indexed fromuint256 indexed liquidity
Buy(address indexed fromuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RemoveAuthorized(address indexed to
RemoveLiquidity(address indexed fromuint256 indexed ethAmountuint256 indexed tokenAmountuint256 liquidity
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _LavaFiV2Statestring _symboladdress _creatoruint256 _maxAmountuint256 _minAmountuint256 _ratioAmountuint256 _phraseAmountuint256 _prototolFeeRatiouint256 _rewardFeeRatio
Fallback and receive
receive(
Errors
AlreadyAuthorized(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InsufficientAllowance(
InvalidEOA(
InvalidOperator(
InvalidParams(
InvalidToken(
NotEnoughBuyAmount(
NotEnoughETHBalance(
NotEnoughTokenBalance(
NotEnoughUSDCBalance(
NotLavaFiToken(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PresaleIsNotOver(
ReentrancyGuardReentrantCall(
Unauthorized(
ZeroAddress(