LavaFiV2Token
Verified contract
Active on
Base with 1,282 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) |
---|---|---|---|---|---|---|---|
| 21800356 | 11 hours ago | | | 0 | 0.000000600669022954 | |
| 21790114 | 16 hours ago | | | 0 | 0.000000600489177442 | |
| 21782649 | 20 hours ago | | | 0 | 2.2267244e-7 | |
| 21782145 | 21 hours ago | | | 0 | 2.3295419e-7 | |
| 21738303 | 2 days ago | | | 0 | 2.3213022e-7 | |
| 21730959 | 2 days ago | | | 0 | 2.3200789e-7 | |
| 21730785 | 2 days ago | | | 0 | 2.3200868e-7 | |
| 21730499 | 2 days ago | | | 0 | 2.3200347e-7 | |
| 21725396 | 2 days ago | | | 0 | 0.000000700842973138 | |
| 21715864 | 2 days ago | | | 0 | 0.000000600848868466 |
ABI
ABI objects
Getter at block 21819347
creator() view returns (address)
0xd3f894ecb71d0126fc48309b83cc0d9564bc835a
decimals() view returns (uint8)
18
getHoldersCount() view returns (uint256)
1
getLiquidity() view returns (uint256, uint256, uint256)
(252982212813470346559104, 1191479499026990691, 54178137118906185360676765565)
getLiquidityPercentage() view returns (uint256)
0
maxAmount() view returns (uint256)
2000000000000000000
minAmount() view returns (uint256)
10000000000000000
name() view returns (string)
Lava-XLL
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)
63245553203367586639776
rewardFeeRatio() view returns (uint256)
3
symbol() view returns (string)
XLL
totalSupply() view returns (uint256)
73726798435739671134369292219
uniV2Pair() view returns (address)
0x51c683b158f47dcb1faa2d2518f07a36ad089e76
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()