BasePunk "EXCLUSIVE AIRDROP" NFT
Verified contract
Active on
Base with 357 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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21824652 | 4 days ago | | | 0 | 2.6483315e-7 | |
| 21611573 | 9 days ago | | | 0 | 0.000000097328000000 | |
| 21456249 | 12 days ago | | | 0 | 1.4654052e-7 | |
| 21231966 | 18 days ago | | | 0 | 1.4654052e-7 | |
| 21224903 | 18 days ago | | | 0 | 2.6969714e-7 | |
| 20204560 | a month ago | | | 0 | 2.6469668e-7 | |
| 19225275 | 2 months ago | | | 0 | 1.2364053e-7 | |
| 19151509 | 2 months ago | | | 0 | 1.2543774e-7 | |
| 19040773 | 2 months ago | | | 0 | 1.4436631e-7 | |
| 19040759 | 2 months ago | | | 0 | 1.4386792e-7 |
ABI
ABI objects
Getter at block 21993874
baseUrl() view returns (string)
https://api.nftfeed.guru/api/public/metadata
name() view returns (string)
BasePunk "EXCLUSIVE AIRDROP" NFT
owner() view returns (address)
0x2c6b315391e753ecb2c1ddca480d11f19e345862
paused() view returns (bool)
false
symbol() view returns (string)
BPNFT
tokenIdTracker() view returns (uint256 _value)
643
totalSupply() view returns (uint256)
643
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenIdsOfOwner(address _owner) view returns (uint256[] tokenIds)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
viewPageNftInfosOfOwner(address _owner, uint256 _pageIndex, uint256 _pageSize) view returns (struct ERC721TemplateNftInfo[] data, uint256 total)
viewPageTokenIdsOfOwner(address _owner, uint256 _pageIndex, uint256 _pageSize) view returns (uint256[] data, uint256 total)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to) returns (uint256)
mintBatch(address _to, uint256 _qty) returns (uint256[] tokenIds)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUrl(string _baseUrl)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 indexed tokenId, address indexed to)
MintBatch(uint256[] tokenIds, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _baseUrl)
This contract contains no fallback and receive objects.
This contract contains no error objects.