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 "PuzlPunk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16377238 | 2 years ago | | | 0 | 0.0012203128 | |
| 14102870 | 3 years ago | | | 0 | 0.0070478248 | |
| 14102870 | 3 years ago | | | 0 | 0.0035376838 | |
| 14102787 | 3 years ago | | | 0 | 0.45015040 |
ABI
ABI objects
Getter at block 21279769
MAX_NFT() view returns (uint256)
10000
PUZL_BUILDER() view returns (address)
0x8266155840fc1ddc5b2708e6ab95748b566c5ad8
_trustedContract() view returns (address)
0x0000000000000000000000000000000000000000
creatorAddress() view returns (address)
0xf9c2ba78ae44ba98888b0e9eb27eb63d576f261b
name() view returns (string)
PuzlPunk
owner() view returns (address)
0xf9c2ba78ae44ba98888b0e9eb27eb63d576f261b
symbol() view returns (string)
PUZLPUNK
totalSupply() view returns (uint256)
131
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintPunk(address recipient) returns (uint256)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
seedInitialContractState(address[] tokenOwners, uint256[] tokens)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
updatePuzlBuilder(address _puzlbuilder)
withdrawAll()
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.