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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22670531 | 2 days ago | | | 0 | 0.0000054833576 | |
| 22659511 | 2 days ago | | | 0 | 0.0000030921400 | |
| 22659339 | 2 days ago | | | 0 | 0.0000032230312 | |
| 22648469 | 2 days ago | | | 0 | 0.0000032128506 | |
| 22619363 | 3 days ago | | | 0 | 0.0000032297058 | |
| 22349818 | 9 days ago | | | 0 | 0.0000025840891 | |
| 22301000 | 10 days ago | | | 0 | 1.2748745e-7 | |
| 22297656 | 10 days ago | | | 0 | 5.2886943e-7 | |
| 22296975 | 10 days ago | | | 0 | 0.0000014461145 | |
| 22286645 | 11 days ago | | | 0 | 0.0000031846163 |
ABI
ABI objects
Getter at block 22749514
getTotalSupply() view returns (uint256)
1098
maxSupply() view returns (uint256)
77777
name() view returns (string)
Base Whale
owner() view returns (address)
0xb7625bdc3099f2bfb0364baf146b9623387b4c6c
paused() view returns (bool)
false
salePrice() view returns (uint256)
100000000000000
symbol() view returns (string)
BWhale
totalSupply() view returns (uint256)
1098
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedFreeMint(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
freeMint()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setSalePrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.