Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8e7a…ed29
0xa78f…3c63
0x3312…fdfd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22106780 | 20 days ago | | | 0 | 3.1666663e-7 | |
| 16667493 | 5 months ago | | | 0 | 6.4971133e-7 | |
| 16241667 | 5 months ago | | | 0 | 0.0000011717845 | |
| 16012633 | 5 months ago | | | 0 | 0.0000016419959 | |
| 15188162 | 6 months ago | | | 0 | 2.6326292e-7 | |
| 15161206 | 6 months ago | | | 0 | 1.1333129e-7 | |
| 13722554 | 7 months ago | | | 0 | 0.0000080948868 | |
| 13681975 | 7 months ago | | | 0 | 0.0000012609848 | |
| 13489303 | 7 months ago | | | 0 | 0.0000025356780 | |
| 13489109 | 7 months ago | | | 0 | 0.0000023108748 |
ABI
ABI objects
Getter at block 22990718
_buyTotalFees() view returns (uint256)
0
_sellTotalFees() view returns (uint256)
0
_totalSupply() view returns (uint256)
100000000000000000000000000
_walletMax() view returns (uint256)
100000000000000000000000000
checkWalletLimit() view returns (bool)
false
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWalletAddress() view returns (address)
0x8e7a0f50f232f9e0e885796d031df2a0d7ebed29
enableTrading() view returns (bool)
true
getCirculatingSupply() view returns (uint256)
80000000000000000000000000
launchAt() view returns (uint256)
13332500
name() view returns (string)
BIGGA
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BIGGA
teamWalletAddress() view returns (address)
0xa78fb2b7517ccd6338c7a986f7d76ee4bee83c63
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapPair() view returns (address)
0x4952b2345f2eb266b0a9fbf52183d1b33b2f6175
uniswapV3Factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
uniswapV3PositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
wETH() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events EnableTrading()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setMarketPairStatus(address account, bool newValue)
setMaxWallet(uint256 walletMax)
setTeamWallet(address _address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)