PunkPacks
Verified contract
Active on
Ethereum with 4,571 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 "PunkPacks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20613635 | 2 months ago | | | 0 | 0.00031616060 | |
| 20486059 | 3 months ago | | | 0 | 0.00023216374 | |
| 19722775 | 7 months ago | | | 0 | 0.00054900070 | |
| 19705447 | 7 months ago | | | 0 | 0.0019946407 | |
| 19704514 | 7 months ago | | | 0 | 0.0017034575 | |
| 19703842 | 7 months ago | | | 0 | 0.00045316370 | |
| 19703811 | 7 months ago | | | 0 | 0.00042221835 | |
| 19703795 | 7 months ago | | | 0 | 0.0014125185 | |
| 19703786 | 7 months ago | | | 0 | 0.0015251561 | |
| 19703419 | 7 months ago | | | 0 | 0.0011593539 |
ABI
ABI objects
Getter at block 21160062
MAX_PER_TRANSACTION() view returns (uint256)
5
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
approvedBurningContract() view returns (address)
0x87df0306f147e752805261156d5a00d912786b18
authorizedSigner() view returns (address)
0x4979808233c3dec200d17458f0e2df3edc185921
owner() view returns (address)
0x05dfb122c4bb912a6cfe91139b2685edf9dbbd8f
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address _owner, address operator) view returns (bool)
packClaims(uint256, uint256) view returns (bool)
packs(uint256) view returns (uint256 tokenId, string name, uint256 amountAvailable, uint256 onSaleAt, uint256 saleEndsAt, bool isClaimable, uint256 price, uint8 traitsPerPack, string uri)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
traitsPerPack(uint256 packId) view returns (uint8)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events addPack(uint256 _tokenId, string _name, uint256 _amountAvailable, uint256 _onSaleAt, uint256 _saleEndsAt, bool _isClaimable, uint256 _price, uint8 _traitsPerPack, string _uri)
adminMint(address _wallet, uint256 _count, uint256 _tokenId)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claim(uint256 _packId, bytes callData, bytes signature)
mint(uint256 count, uint256 tokenId) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorizedSigner(address signer)
setBurningContract(address _contract)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyClaimed()
IncorrectAmountSent()
InvalidSignature()
MaxPerTransactionExceeded()
NotValidOwner()
OperatorNotAllowed(address operator)
PackNotClaimable()
PackSoldOut()
SaleNotActive()
UnauthorizedSigner()
ZeroBalance()