LavaFiV2Token
Verified contract
Active on
Base with 690 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 |
---|---|---|---|---|---|
HDL | ERC-20 | 37.729504M | -- | -- | |
UNI-V2 | ERC-20 | 252.982213K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21840967 | 16 hours ago | | | 0 | 1.6611236e-7 | |
| 21840348 | 16 hours ago | | | 0 | 1.3824644e-7 | |
| 21836480 | 18 hours ago | | | 0 | 1.5664508e-7 | |
| 21835655 | 19 hours ago | | | 0 | 1.5721627e-7 | |
| 21835110 | 19 hours ago | | | 0 | 1.3500383e-7 | |
| 21826250 | a day ago | | | 0 | 1.6472257e-7 | |
| 21824530 | a day ago | | | 0 | 1.6373255e-7 | |
| 21790327 | 2 days ago | | | 0 | 5.4128170e-7 | |
| 21790153 | 2 days ago | | | 0 | 5.4095767e-7 | |
| 21787451 | 2 days ago | | | 0 | 6.3136255e-7 |
ABI
ABI objects
Getter at block 21869746
creator() view returns (address)
0xc38ebf8a68ad0a6ee3a8a212f75d6614a183a363
decimals() view returns (uint8)
18
getHoldersCount() view returns (uint256)
1
getLiquidity() view returns (uint256, uint256, uint256)
(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 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()