LavaFiV2Token
Verified contract
Active on
Base with 821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 252.982213K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22124639 | 9 hours ago | | | 0 | 1.9322764e-7 | |
| 22118274 | 12 hours ago | | | 0 | 2.2410325e-7 | |
| 22102436 | 21 hours ago | | | 0 | 8.4747248e-7 | |
| 22076545 | a day ago | | | 0 | 5.9407982e-7 | |
| 22074914 | 2 days ago | | | 0 | 1.9326061e-7 | |
| 21965514 | 4 days ago | | | 0 | 1.3859557e-7 | |
| 21960653 | 4 days ago | | | 0 | 6.9241396e-7 | |
| 21920131 | 5 days ago | | | 0 | 2.2434562e-7 | |
| 21873962 | 6 days ago | | | 0 | 1.4167743e-7 | |
| 21840995 | 7 days ago | | | 0 | 2.2291815e-7 |
ABI
ABI objects
Getter at block 22139941
creator() view returns (address)
0x1b905772c2595dbf31bf52a28d97f66f658f450c
decimals() view returns (uint8)
18
getHoldersCount() view returns (uint256)
1
getLiquidity() view returns (uint256, uint256, uint256)
(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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMarketCap(address owner) view returns (uint256[])
holderIndex(address) view returns (uint256)
holderLiquidities(address) view returns (uint256)
holders(uint256) view returns (address)
phraseIsBurned(uint256) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AddAuthorized(address indexed to)
AddLiquidity(address indexed from, uint256 indexed ethAmount, uint256 indexed tokenAmount, uint256 liquidity)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnLiquidity(address indexed from, uint256 indexed liquidity)
Buy(address indexed from, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveAuthorized(address indexed to)
RemoveLiquidity(address indexed from, uint256 indexed ethAmount, uint256 indexed tokenAmount, uint256 liquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _LavaFiV2State, string _symbol, address _creator, uint256 _maxAmount, uint256 _minAmount, uint256 _ratioAmount, uint256 _phraseAmount, uint256 _prototolFeeRatio, uint256 _rewardFeeRatio)
receive()
AlreadyAuthorized()
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)
InsufficientAllowance()
InvalidEOA()
InvalidOperator()
InvalidParams()
InvalidToken()
NotEnoughBuyAmount()
NotEnoughETHBalance()
NotEnoughTokenBalance()
NotEnoughUSDCBalance()
NotLavaFiToken()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PresaleIsNotOver()
ReentrancyGuardReentrantCall()
Unauthorized()
ZeroAddress()