Punkillaz
Verified contract
Active on
Ethereum with 13,813 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 "Punkillaz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150232 | 9 days ago | | | 0 | 0.00033304159 | |
| 21101649 | 15 days ago | | | 0 | 0.00022299880 | |
| 21031668 | 25 days ago | | | 0 | 0.00012310108 | |
| 20704260 | 2 months ago | | | 0 | 0.000036358500 | |
| 20153045 | 5 months ago | | | 0 | 0.00016572414 | |
| 20091932 | 5 months ago | | | 0 | 0.00026861009 | |
| 19981831 | 6 months ago | | | 0 | 0.00046902491 | |
| 19902364 | 6 months ago | | | 0 | 0.00015294150 | |
| 19769812 | 7 months ago | | | 0 | 0.00055264880 | |
| 19625913 | 7 months ago | | | 0 | 0.00073962361 |
ABI
ABI objects
Getter at block 21212055
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
7777
mintEnabled() view returns (bool)
true
name() view returns (string)
Punkillaz
owner() view returns (address)
0x4ecf559e1baf9a60d34c1c72e47810cc58812294
price() view returns (uint256)
4000000000000000
symbol() view returns (string)
PNKZ
totalFree() view returns (uint256)
7777
totalSupply() view returns (uint256)
7777
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)
flipSale()
mint(uint256 count) payable
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)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()