Pirates

Verified contract

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

No balances found for "Pirates"

0x791ea666b95742770250a60d19b9a9ffbe31dfe4d4e4d75233c7c520900d9004
0x4727aefbfa9afc7b448d91438d122f4e22847342b3cbf751f51559d5e5f27cf5
0x50cb687a6e09edc27603ecd312ed19e7120836a310fe7c60db4b53cf51051729
0x097725af2f18461c2a50394b0d36f6e7cec046f37fbe8da92014c271463237b2
0xb95183c116d6dea3776ef9797e27eb27b9da7354abfb6bb5feb9e629e6b9da68
0xdb157a08a099584e7f9482a295ee6fcad582818ff460247eb15be9fad48376df
0xf3b5cf1313314f1882b095d47cf99a064e2da40f159f8f6a0344e747a6e0115d
0x203792f464165a65c9a8b4210e018c15a10b111518de5d0d2007694f063cc705
0x6e5796537c97690ac10a71dc7bcd075c4415ae2c4c5bc8a57edb4ba8bc1998e8
0x9d4e4a7db8236df6bdb8128e186587be01fe7621b55e966a94ac7865f1b4137b

Functions
Getter at block 21045018
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseURL(view returns (string)
ipfs://bafybeifchmhynll5krzwc7mndpquajtok32vu76to5l4oawb54qogblbqu/
contractURI(pure returns (string)
gateEnabled(view returns (bool)
false
isFreeClaim(view returns (bool)
true
isMetadataFinal(view returns (bool)
false
isPublicMint(view returns (bool)
true
maxFreeClaim(view returns (uint256)
1
maxPerWallet(view returns (uint256)
10
maxSupply(view returns (uint256)
3000
merkleRoot(view returns (bytes32)
0x23383728133f05c0ca10c6ea995032f5e338c17866a21e451ff96d1465ad4b9a
name(view returns (string)
Pirates
owner(view returns (address)
0xd44c050a26ec297b01539d6cd2746fcb9a220d0a
prerevealURL(view returns (string)
publicPrice(view returns (uint256)
9000000000000000
symbol(view returns (string)
ARRG
totalSupply(view returns (uint256)
3000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenIdpayable 
finalizeMetadata(
freeClaim(uint256 countbytes32[] proof
mint(uint256 countpayable 
renounceOwnership(
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMaxFreeClaim(uint256 newMax
setMaxPerWallet(uint256 newMax
setMaxSupply(uint256 newMaxSupply
setMerkleRoot(bytes32 _merkleRoot
setPublicPrice(uint256 _price
toggleFreeClaim(
toggleGate(
togglePublicState(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(