LavaFiV2Token

Verified contract

Active on Base with 1,282 txns
Deployed by via 0xec19fd67 at 20882876
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x4390581fd5350e057ee952be54aa3933ef313f1fe7b539d0c613d6765a40af00
0xc018fb13a2c7c9a19f93854454eb9942fede3eb1b8cfafb6216c241395dfba1e
0xe2b8e83d2448bf8dbfe71f016d3f5520a83b6c4a7c5b798b76b23553ffbfeb27
0xa4559224348442a178e73cbe788f804a4de4ebfe7f619742d94d3edba34aaf74
0xfc91f6eac5be2f3162342db7774900145d1cb928a2d91608f2d0f9817c58eba0
0x851d4f296af76bef85ff6c314ae4d86d6d3904c325e21579eb1f8e11690b762d
0x43540c335f3c13d27a6d493c0876b30d0251bc1f6c32329efdf8260a4fb730d8
0x5236338e158c86d7e10d6b9bcb0e4b9b3a22f16af4eaa19f0170d93ea2b00ff4
0x97419d82d3f40dfc9ad0757a0ff9fe9f3f01b18e77bea9be1be59b49cc21ffa0
0xa7d025518373601ed33778015fe94ac8dddfdbf14b88cf77bf7f85cfd64db3e6

Functions
Getter at block 21819347
creator(view returns (address)
0xd3f894ecb71d0126fc48309b83cc0d9564bc835a
decimals(view returns (uint8)
18
getHoldersCount(view returns (uint256)
1
getLiquidity(view returns (uint256uint256uint256)
(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 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(