Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($119.87)
Native
Value
$119.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0384 | $3,121.58 |
$119.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104085 | 17 days ago | | | 0 | 0.00010887750 | |
| 15849248 | 2 years ago | | | 0 | 0.0010447837 | |
| 15841879 | 2 years ago | | | 0.012 | 0.0015566397 | |
| 15841611 | 2 years ago | | | 0 | 0.00056386245 | |
| 15841608 | 2 years ago | | | 0 | 0.00062711986 | |
| 15830026 | 2 years ago | | | 0 | 0.00050809017 | |
| 15801081 | 2 years ago | | | 0 | 0.00077455887 | |
| 15796837 | 2 years ago | | | 0 | 0.0016664192 | |
| 15796834 | 2 years ago | | | 0 | 0.0016192543 | |
| 15796829 | 2 years ago | | | 0 | 0.0016055495 |
ABI
ABI objects
Getter at block 21223462
FREE_COUNT() view returns (uint256)
5000
MAX_MINT() view returns (uint256)
10
MINT_PRICE() view returns (uint256)
1500000000000000
TOTAL_SIZE() view returns (uint256)
10000
contractURI() view returns (string)
https://metadata.puzzlrnft.com/meta/contract.json
currentIndex() view returns (uint256)
339
name() view returns (string)
Puzzlr
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x3773e029a53f1c5a680c3e662740653a9776a155
saleStatus() view returns (uint8)
1
symbol() view returns (string)
PUZZ
totalSupply() view returns (uint256)
339
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasFreeMintDone(address wallet) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) payable
payableAmount(uint256 count) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setFreeCount(uint256 count)
setPrice(uint256 _pubPrice)
setStatus(uint8 status)
setTotal(uint256 count)
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)
minted(uint256 count)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.