Piratez

Verified contract

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

No balances found for "Piratez"

0x4398167a99e423600d563ec2f1f48d2ff9e9d018b4604e9ec0df804275f2cd28
0xa993c58dd2adbd8db0fe008b36bffdeb123397a6a2c05cc7d5e0bb0f99245164
0x6b28f8c98890990b9a4fe8bd83100bb5156cd1fc1a33e1e6b6bc95bebb4a6609
0xab029c96be835955f550a9ecc70ed81750742220cbf840d07d3b2c086225dd8f
0x31074a47312132fa14d8eca2102386798e474b936d8bae7e846f6977ec9a8489
0xbab97267561acb17a590be7e0df1bdbf083f9f148225aa80306de9ca87441599
0xcd15a18dcac129f8c4344b695e1197f28914bb9d23930e324347ea0dc7cf2636
0x60cf913eeb87502e804214bc8a8c075de63c666e0fe9b5f7730246c3b138aac4
0x75078739d4b0ef583963981deb60447d3eb0403b29746ae8e76af33ae925119a
0x1fac1ad69022c5e36d1198e45432c85004f218dfe97545325935b0f98e497823

Functions
Getter at block 21011755
cost(view returns (uint256)
3000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
21
maxSupply(view returns (uint16)
3333
name(view returns (string)
Piratez
owner(view returns (address)
0x87fb6e0984007d840fc177f2146f6ac597d0f0e0
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
ARGH
totalSupply(view returns (uint256)
3333
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
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
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(