Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4752…ad24
0x694e…d906
Balances ($48.70)
Native
Value
$48.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.02 | $2,435.09 |
$48.7 | |
UNI-V2 | ERC-20 | 255.540767K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21876261 | 3 days ago | | | 0 | 6.1277937e-7 | |
| 21856534 | 3 days ago | | | 0 | 4.1911401e-7 | |
| 21841014 | 4 days ago | | | 0 | 1.4552814e-7 | |
| 21835187 | 4 days ago | | | 0 | 0.000000099734006244 | |
| 21833400 | 4 days ago | | | 0 | 1.4183219e-7 | |
| 21825605 | 4 days ago | | | 0 | 2.2062853e-7 | |
| 21825570 | 4 days ago | | | 0 | 1.4598346e-7 | |
| 21824946 | 4 days ago | | | 0 | 1.4587261e-7 | |
| 21790106 | 5 days ago | | | 0 | 4.1895653e-7 | |
| 21782680 | 5 days ago | | | 0 | 1.4581937e-7 |
ABI
ABI objects
Getter at block 22007494
creator() view returns (address)
0x63a5e7dc2ee6473a829e4e2973bc74821b1762a9
decimals() view returns (uint8)
18
getHoldersCount() view returns (uint256)
8
getLiquidity() view returns (uint256, uint256, uint256)
(255540766863602678432296, 1115903701345455216, 59424117644471189866370275054)
maxAmount() view returns (uint256)
2000000000000000000
minAmount() view returns (uint256)
10000000000000000
name() view returns (string)
Lava-PLUS
owner() view returns (address)
0x0000000000000000000000000000000000000000
phraseAmount() view returns (uint256)
500000000000000000
presaleIsOver() view returns (bool)
true
ratioAmount() view returns (uint256)
250000000000000000000000000
symbol() view returns (string)
PLUS
totalSupply() view returns (uint256)
76448622331464031878802645891
uniV2Pair() view returns (address)
0x694ec669b0f25aae451f345f4d2a5a328c0bd906
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAmountsOut(address owner) view returns (uint256)
holderIndex(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)
AddLiquidity(address indexed from, uint256 ethAmount, uint256 tokenAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnLiquidity(address indexed from, uint256 liquidity)
Buy(address indexed from, uint256 amount)
FundRewardClaimed(address indexed token, address indexed to, uint256 amount)
GameRewardClaimed(address indexed token, address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleIsOver(address indexed from, bool isOver)
RemoveLiquidity(address indexed from, uint256 liquidity, uint256 amountToken, uint256 amountETH)
RewardTokenIn(address indexed token, uint256 indexed amount)
RewardTokenOut(address indexed token, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _creator, address _weth, address _v2Router, address _factory_, uint256 _maxAmount, uint256 _minAmount, uint256 _ratioAmount, uint256 _phraseAmount)
receive()
AlreadyBoundInvitaion(address user)
CallerIsNotRouter(address caller)
CreatePoolFailed(address creater)
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)
InvalidAmount()
InvalidBuyer(address buyer)
InvalidEOA()
InvalidFee(uint256 fee)
InvalidOperator()
InvalidRatioConfig()
InvalidToken(address token)
MCapIsTooLow(address token)
NotEnoughBalance(uint256 balance)
NotEnoughBuyAmount(uint256 minAmount, uint256 buyValue)
NotEnoughCreationFee(uint256 fee)
NotEnoughETHBalance()
NotEnoughFundTokenBalance(uint256 balance)
NotEnoughTokenBalance()
NotEnoughUSDCBalance(uint256 balance)
NotLavaFiToken()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PoolNotExist(address pool)
PresaleIsNotOver()
ReentrancyGuardReentrantCall()
TradeIsLimited(uint256 amount)
ZeroAddress()