Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BasePunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23261970 | a day ago | | | 0 | 0.0000031057868 | |
| 23253292 | a day ago | | | 0 | 0.0000029018926 | |
| 22869225 | 10 days ago | | | 0 | 0.0000028565019 | |
| 22745357 | 13 days ago | | | 0 | 0.0000097546954 | |
| 22723157 | 14 days ago | | | 0 | 0.0000085478636 | |
| 22656911 | 15 days ago | | | 0 | 0.0000028546338 | |
| 22577243 | 17 days ago | | | 0 | 0.0000028569422 | |
| 22548734 | 18 days ago | | | 0 | 0.0000028538679 | |
| 22513577 | 18 days ago | | | 0 | 0.0000016995736 | |
| 22184711 | a month ago | | | 0 | 7.4234766e-7 |
ABI
ABI objects
Getter at block 23308629
FREE_SUPPLY() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
50000
PAID_SUPPLY() view returns (uint256)
20
name() view returns (string)
BasePunks
owner() view returns (address)
0xd0f2c7397e82e88b483f1716ccc5d4c42ae39622
symbol() view returns (string)
BasePunks
totalSupply() view returns (uint256)
1467
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOut(address _to)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()