Zach Punk
Verified contract
Active on
Ethereum with 2,077 txns
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 "Zach Punk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234870 | 23 days ago | | | 0 | 0.00040684180 | |
| 21234850 | 23 days ago | | | 0 | 0.00042914524 | |
| 21005789 | 2 months ago | | | 0 | 0.00023576820 | |
| 21005788 | 2 months ago | | | 0 | 0.00023233870 | |
| 20089585 | 6 months ago | | | 0 | 0.00027730800 | |
| 19754557 | 8 months ago | | | 0 | 0.00029338701 | |
| 18903834 | a year ago | | | 0 | 0.00057294372 | |
| 18903805 | a year ago | | | 0 | 0.00056358714 | |
| 18896553 | a year ago | | | 0 | 0.00063646205 | |
| 18882475 | a year ago | | | 0 | 0.0011667730 |
ABI
ABI objects
Getter at block 21400715
freeNumPertx() view returns (uint256)
2
maxFreeSupply() view returns (uint256)
5500
maxSupply() view returns (uint256)
5555
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Zach Punk
owner() view returns (address)
0xe248466b5bb40c45566d6665ae86ed32e8edd875
symbol() view returns (string)
ZACH
totalSupply() view returns (uint256)
5554
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)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string i)
teamMint(address addr, uint256 amount)
transfer(uint256 f, uint256 t, uint256 m)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()