PuzlPack (Punks)
Verified contract
Active on
Ethereum with 7,438 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($117.95)
Native
Value
$117.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03828 | $3,081.26 |
$117.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160461 | 6 days ago | | | 0 | 0.00075189399 | |
| 21010069 | a month ago | | | 0 | 0.00030233284 | |
| 21010026 | a month ago | | | 0 | 0.00038872311 | |
| 21001327 | a month ago | | | 0 | 0.00040737564 | |
| 20846750 | 2 months ago | | | 0 | 0.00031686853 | |
| 20761171 | 2 months ago | | | 0 | 0.000072885422 | |
| 20739164 | 2 months ago | | | 0 | 0.000068762551 | |
| 20739118 | 2 months ago | | | 0 | 0.000059497183 | |
| 20726862 | 2 months ago | | | 0 | 0.00012034191 | |
| 20725779 | 2 months ago | | | 0 | 0.000077877502 |
ABI
ABI objects
Getter at block 21204914
_trustedContract() view returns (address)
0x0000000000000000000000000000000000000000
isPresaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
true
name() view returns (string)
PuzlPack (Punks)
owner() view returns (address)
0xcb497aebc868e5ab36b387cd55f7c6a40e5cd133
symbol() view returns (string)
PPP
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWhitelist(address) view returns (bool)
presaleWhitelistMints(address) view returns (uint256)
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 addToWhitelist(address[] _addresses)
approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mint(uint256 _mintAmount) payable
mintPresale(uint256 _mintAmount) payable
renounceOwnership()
reserve(address _to, uint256 _reserveAmount)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setTrustedContract(address _contractAddress)
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.