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 "punkles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16273288 | 2 years ago | | | 0 | 0.00053918468 | |
| 16273209 | 2 years ago | | | 0 | 0.00080772232 | |
| 16073557 | 2 years ago | | | 0 | 0.00056072006 | |
| 16002061 | 2 years ago | | | 0 | 0.00030911910 | |
| 15404736 | 2 years ago | | | 0 | 0.00076545997 | |
| 15311717 | 2 years ago | | | 0 | 0.00055145409 | |
| 15311598 | 2 years ago | | | 0 | 0.00059034458 | |
| 15304536 | 2 years ago | | | 0 | 0.0012430509 | |
| 15304532 | 2 years ago | | | 0 | 0.0011299856 | |
| 15289905 | 2 years ago | | | 0 | 0.00040626429 |
ABI
ABI objects
Getter at block 21385231
maxSupply() view returns (uint16)
10000
name() view returns (string)
punkles
owner() view returns (address)
0x36e89a4f2dd9527f72a41a3cd564578c6d4a0846
ownerCounter() view returns (uint8)
101
symbol() view returns (string)
PNKLS
tokenPrice() view returns (uint64)
20000000000000000
totalSupply() view returns (uint256)
604
Read-only
_freeTokensMinted(address) view returns (uint8)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint8 amount)
ownerMint(address wallet, uint8 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint8 amount) payable
setApprovalForAll(address operator, bool approved)
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.