LavaFiV2Token

Verified contract

Active on Base with 1,455 txns
Deployed by via 0xea7318b1 at 20794412
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $248.26
ERC-20
--
0x20bd2a1ccbced4da49602d645aed653c9f339a2cae0476d0a49e1090e05fe274
0xc8b56b5828b758cfd2bbd36fc5c98101f211cc1fa1f55dcf7daed168b30b25f9
0x290572acbdb8e1782729af83ade0320083824378bc58fb0f30a5078a51e7c42d
0xf4bbbd71b14300e95de9ad5a77b9a7d95ecbb27997b9573718fa08916a896054
0xd06be42936f12365cfe63156b1b029815174d8cd174840be6c121e84015253f7
0x473c90c72ee2619f5e7ee6d7eb140a51c1dcdb45fcd4a9660621079f604845d0
0xc9d57146a512420d2485a4a8a9931f8109486ea0d0e250a390a065ffa7b0937c
0x39ac1cd2bf72e69dbf86f6b6cda08d1632b3d60c18c3f5edacdd1add2b064d4d
0x6f918ee9f3d35f9cde77cb6373eebe16fbd8e38bf81cf6cfcec135099f0ba436
0xb8a58fa91be91d43562d6ed6e093ef36b7449c678ff6c1bd0b616e85c76cfca2

Functions
Getter at block 21884139
creator(view returns (address)
0x88aeaee9d96d920ec28e389ee712e63be288ce79
decimals(view returns (uint8)
18
getHoldersCount(view returns (uint256)
1
getLiquidity(view returns (uint256uint256uint256)
(252982212813470346559111, 1119677582696050387, 57744206870030277828655026024)
getLiquidityPercentage(view returns (uint256)
0
maxAmount(view returns (uint256)
2000000000000000000
minAmount(view returns (uint256)
10000000000000000
name(view returns (string)
Lava-OKX
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)
OKX
totalSupply(view returns (uint256)
74046180309733053787362358446
uniV2Pair(view returns (address)
0x4bc372a803d687fb4fba8b797628938801b89eea
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(