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 "Prints"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16806922 | 2 years ago | | | 0 | 0.0011458162 | |
| 16801515 | 2 years ago | | | 0 | 0.0015920403 | |
| 16801513 | 2 years ago | | | 0 | 0.0014974766 | |
| 16801512 | 2 years ago | | | 0 | 0.0014969612 | |
| 16799878 | 2 years ago | | | 0.018 | 0.0040856234 | |
| 16797417 | 2 years ago | | | 0 | 0.0033040688 | |
| 16796465 | 2 years ago | | | 0.014 | 0.00078155984 | |
| 16796461 | 2 years ago | | | 0 | 0.0022200681 | |
| 16796410 | 2 years ago | | | 0.018 | 0.0026736204 | |
| 16796347 | 2 years ago | | | 0 | 0.0023728779 |
ABI
ABI objects
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(address) view returns (uint8)
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 airdrop(uint8 _amountPerAddress, address[] addresses)
approve(address to, uint256 tokenId)
print(uint8 _mintAmount) payable
renounceOwnership()
resmint(uint16 _mintAmount, address _receiver)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unPause()
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 _uriPrefix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()