Prints

Verified contract

Active on Ethereum
Deployed by via 0x29cec260 at 16781907
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Prints"

0x5a451a164431fafa544f1d036810fe563e47fa514fceb5106297042c6740ccb7
0x436b812456f24252109add590e252104025ab304499f9c71f9193ca064f88ebc
0xc9b63a4370d28b836283a7146959d606d5c68e9288a06009ef93703edb61b2d0
0xf64fce0b906f64661651c0920420a5093ebebbae8b36b156fe26ef4a04988108
0xd078effca12418145c25049ab92033e91c6e7665cf61eb00540c5ba48cbb62f5
0x813d02d96803b9e6560acfbca48a36a6a3ab322f820227e4d6a29990e5e09794
0x3dd44a025388f4651693a4637fb4a5750a89afa6fffb9e55e8b55ec128c36ac8
0x7df39e93b4bc5df46a2bdf23322d930b426cf109e1eea09572f2fa23b717f8eb
0xf12e4782f48b64aafc0944be66dd37512f90025c39f59410119d24feb3edd531
0x6a741a6efc8045214c0106ec06e1245a3bfba548b3d6191fbf8654a90ccbfc5a

Functions
Getter at block 21423936
cost(view returns (uint256)
2000000000000000
maxFreeMintAmountPerWallet(view returns (uint8)
2
maxMintAmountPerTx(view returns (uint8)
20
maxSupply(view returns (uint16)
2000
name(view returns (string)
Prints
owner(view returns (address)
0x9aadaa0b225f86d5e1c4d66fa414af71c2d0bb74
paused(view returns (bool)
false
symbol(view returns (string)
PRINTS
totalSupply(view returns (uint256)
899
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airdrop(uint8 _amountPerAddressaddress[] addresses
approve(address touint256 tokenId
print(uint8 _mintAmountpayable 
renounceOwnership(
resmint(uint16 _mintAmountaddress _receiver
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unPause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _uriPrefix
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(