Lava-PLUS

Verified contract

Active on Base with 1,995 txns
Deployed by via 0xcfe3dc84 at 19701084
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $48.7
ERC-20
--
0x3204eb1b1772c3249c6f2b55bd860b33e3a086aea5c95f9ba287961f02778664
0x1b5eb9575567be3d411d354b3ba2744e11de2c08e2373251dd83b366c999fdc1
0x692aaae7c55e1914a5bc714056b1a0d8c95c8bf948f8ae0e2b4bc9afab15a419
0x1e385ad62c87c75fa760ad6c6a9172e8c70384549736b171cd4a108c38398b64
0x9a881b42c461e338484b6baab43cd309b9bac26806be1aeb26e4c215a313cee2
0xfdd4b0f9aae095d3bfbd15b87f9b003abbf1d2229fe1e0d810ed5f5416667b86
0x5c777f45c3a829de4328369737077adf161127f1f090c36b4f3b62015725b787
0x4ab4e2b47732526148c39155a5e96e54ffcb1d3cf5710197decd8e8792853b46
0xcb0cde98b9ad3841fd9a4b2e9475ffeb9cc37b109b2d7fc2746bdddf2ec75063
0x36c09d4d76e2b26bf1b164360eb6979d087abca30a3527b8765ee4fa86baa4f3

Functions
Getter at block 22007494
creator(view returns (address)
0x63a5e7dc2ee6473a829e4e2973bc74821b1762a9
decimals(view returns (uint8)
18
getHoldersCount(view returns (uint256)
8
getLiquidity(view returns (uint256uint256uint256)
(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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getAmountsOut(address ownerview returns (uint256)
holderIndex(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
AddLiquidity(address indexed fromuint256 ethAmountuint256 tokenAmount
Approval(address indexed owneraddress indexed spenderuint256 value
BurnLiquidity(address indexed fromuint256 liquidity
Buy(address indexed fromuint256 amount
FundRewardClaimed(address indexed tokenaddress indexed touint256 amount
GameRewardClaimed(address indexed tokenaddress indexed touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PresaleIsOver(address indexed frombool isOver
RemoveLiquidity(address indexed fromuint256 liquidityuint256 amountTokenuint256 amountETH
RewardTokenIn(address indexed tokenuint256 indexed amount
RewardTokenOut(address indexed tokenuint256 indexed amount
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboladdress _creatoraddress _wethaddress _v2Routeraddress _factory_uint256 _maxAmountuint256 _minAmountuint256 _ratioAmountuint256 _phraseAmount
Fallback and receive
receive(
Errors
AlreadyBoundInvitaion(address user
CallerIsNotRouter(address caller
CreatePoolFailed(address creater
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 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 minAmountuint256 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(