LavaFiV2Token

Verified contract

Active on Base with 840 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
--
0xbeacb17a386d2dd4951759fd270e73b4fed02fd89f67ca97949f36710c0d2889
0xf9ca78e1cdd2c83602dcb9c9e5eaf32d9e28a0eaf33dd53017f0e533b8a98f44
0x168130ba75284fad07955232906d2bd29e24c085abcf0dabe64173f2ba449382
0xe638d6337e2f30203effc9628b7f63470a6a74b5cda64c3169f66a1035c75c24
0x26d0efef6c333186901c6f5bd83d8cf94a7b2706077900bdebac25d1ef01cbca
0x97e111ea56701533e52ba31e4cbd4d15f839e04938929811a7e158deba43051a
0x96bdf52f645f0b8478dac42462e6843e3caba7e65279299065acbb68b9b39828
0x0a17fac91eb0b1956e8a0ff53bbc30c0d746905596cd81ee1cf505bdde0b4408
0x3baa4b3c14e4de650aa9e8384d0914354525e5d0ab262396efe09615e9248e72
0xb61076521595be563b70f3a52e261ae80d1ee2ade22cb4836543f72a94fe21aa

Functions
Getter at block 22779348
creator(view returns (address)
0x1b905772c2595dbf31bf52a28d97f66f658f450c
decimals(view returns (uint8)
18
getHoldersCount(view returns (uint256)
1
getLiquidity(view returns (uint256uint256uint256)
(252982212813470346559111, 1061667109564150268, 60988302890981414282521711135)
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(