PunkPacks

Verified contract

Active on Ethereum with 4,571 txns
Deployed by via 0xb2bf08ca at 17925576
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PunkPacks"

0x17ac169de4aab36e0e1adbd13bca6de7fb43409718dcc76936ca4fa8a3a66c14
0x9b44decb41b0b750b99548d7b3a00d4458cdc8567337875c66821b51ebcef3c4
0x0b52d58bd790b7ecc872a4fc14bcbd4d050998e2e1802f2a737054efb8d8aa00
0xbca09bbc610d277aac5402cc2a51bb2d8a9534fe45fad453d71a6eb7432a8d5d
0x3e1bb6695a8798f2fe8757b9aacf0be3ed30a3752d0dc52ac8d5caaee5557236
0xf8884b0766a6eb21348d5aafa238659b0073b3be4e673bc78aec9737b75f6fcf
0x1ac0d6e8478ff2d00305bd42deeb90b0d882b3d6efa4b53be87432a676dd0a71
0xea5ae5294d0703002404b123ef0d4bb63bb4728b49b6423ea165924632f79e8a
0xb764278b9e9c6a216e29941b75c1522a8ca04e481a15eb690f009c153fc24a6b
0x5e72173b19ef8ed0bd8e5a286afa973c0e65d11679f2aba860f7e0724e1766dc

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address _owneraddress operatorview returns (bool)
packClaims(uint256uint256view returns (bool)
packs(uint256view returns (uint256 tokenIdstring nameuint256 amountAvailableuint256 onSaleAtuint256 saleEndsAtbool isClaimableuint256 priceuint8 traitsPerPackstring uri)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
traitsPerPack(uint256 packIdview returns (uint8)
uri(uint256 _tokenIdview returns (string)
State-modifying
addPack(uint256 _tokenIdstring _nameuint256 _amountAvailableuint256 _onSaleAtuint256 _saleEndsAtbool _isClaimableuint256 _priceuint8 _traitsPerPackstring _uri
adminMint(address _walletuint256 _countuint256 _tokenId
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
claim(uint256 _packIdbytes callDatabytes signature
mint(uint256 countuint256 tokenIdpayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setAuthorizedSigner(address signer
setBurningContract(address _contract
transferOwnership(address newOwner
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
IncorrectAmountSent(
InvalidSignature(
MaxPerTransactionExceeded(
NotValidOwner(
OperatorNotAllowed(address operator
PackNotClaimable(
PackSoldOut(
SaleNotActive(
UnauthorizedSigner(
ZeroBalance(