LavaFiV2Token

Verified contract

Active on Base with 690 txns
Deployed by via 0xe246a07d at 20957432
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x1ed189ff46686fdfba4979344e968589961b19660f22d46cd5709460f80c9fa0
0x4c749c8ac049f603df8dabf9cb93a3b860298cff5efb7dfd8edf3838c2698a6e
0x5866f02bbe527fccb67000c928b8542a104625546d5a7282b8a8e57846c54359
0x1ba59f4fba843822bcbb613413ce3a10abeeb69ac035ad827fd0b125729c9c51
0xf04adb8c82fe1cf27758aa5846fae584c4fca89852bb09cf01aef6fdaff9e802
0x1dba8a8b0662a1f5bed032cc01a943e7da426b1bd131490ad8ed74af223c1bb7
0x550480d6470385f4fdbaec6e47e9cc2ce6fb323d02013814d5ea69e771d8229b
0x56ac07636be2e14b3e0728285c5cb41266c83e855248612419d74f5f1ecf0490
0xef80d0b002b99f4377603271bc6df322aad98ce6a1c5e87981a0668782bf12d8
0xa65466b53764f6cd747bf6e7d929080f53d28b582febd102735becf20f556a7e

Functions
Getter at block 21869746
creator(view returns (address)
0xc38ebf8a68ad0a6ee3a8a212f75d6614a183a363
decimals(view returns (uint8)
18
getHoldersCount(view returns (uint256)
1
getLiquidity(view returns (uint256uint256uint256)
(252982212813470346559111, 1136818504615660157, 56796440619096066791085513682)
getLiquidityPercentage(view returns (uint256)
0
maxAmount(view returns (uint256)
2000000000000000000
minAmount(view returns (uint256)
10000000000000000
name(view returns (string)
Lava-GST
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)
GST
totalSupply(view returns (uint256)
79902500000000000000000000000
uniV2Pair(view returns (address)
0x379448523c49186cd4c64cd3f4bfcae157ff1143
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(