CryptoPirates

Verified contract

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

No balances found for "CryptoPirates"

0xc72e518cb901c3b2260f3ceef710ef922ad9353b8da4d32d96a34911405ecbdc
0x91755723a8dcdbe33069dda405aa0405888589777155f9a4acd33d85032df2e8
0xcca15c00d68f7cdeb83d8887a4b4e0e38e452070ab74ea8cec07b66dea1e7793
0x0de2a23ca8f959f76764f0a7a9c8131e94bc9e1e841d5aac7e0cfc6fb08a18b3
0x69736d08c51167785d60adc177e563e830af18847df1e3e2f5ec9d2113982a54
0xa1f2f3ac5532d73074cc08bd58992936c3230346c8e04fcbca2c89cc8a6efdb6
0x538d33e283516e4bb91505c1a9bfdf0331cbfe85273393472e71224746499fc4
0x8b41d909ad471be28a40aaa3780d1cca490b332eba08857495b7c9d5b288fd22
0x5fe4ff9adc3ef8e867ebea10576c803a893972d22c85a982296b17912af18004
0x8cba9c135bee34a6d7c487d477b8070651c0a1662197b73e65015e2ceac373ab

Functions
Getter at block 20868334
MAX_ROYALTIES(view returns (uint96)
333
MAX_SUPPLY(view returns (uint256)
7500
PRICE(view returns (uint256)
50000000000000000
PUBLIC_MAX_AMOUNT(view returns (uint256)
20
TYPE_COMMON(view returns (uint256)
0
TYPE_EPIC(view returns (uint256)
2
TYPE_LEGENDARY(view returns (uint256)
3
TYPE_RARE(view returns (uint256)
1
baseURI(view returns (string)
ipfs://bafybeidx26v5sh5s3bpbjem2jzim5e2t2pt5hd5eloj777cq6rqlkvr3se/
isOperatorFilterRegistryRevoked(view returns (bool)
false
isPaused(view returns (bool)
false
isPresaleOpen(view returns (bool)
true
isSaleOpen(view returns (bool)
true
name(view returns (string)
CryptoPirates
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x683580bdef944893b17425f0b7b0f78e49ccac84
presalePaused(view returns (bool)
false
publicPaused(view returns (bool)
false
saleStartTime(view returns (uint256)
1683828900
symbol(view returns (string)
OGMF
totalSupply(view returns (uint256)
7500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMints(addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
types(uint256view returns (uint256)
whitelist(addressview returns (uint256)
State-modifying
addToWhitelist(address[] addressesuint256[] amounts
approve(address touint256 tokenIdpayable 
mint(uint256 amountpayable 
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string __baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setPaused(bool _isPaused
setPresalePaused(bool _presalePaused
setPublicPaused(bool _publicPaused
setSaleStartTime(uint256 _saleStartTime
setType(uint256[] tokenIdsuint256 _type
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
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
OperatorFilterRegistryAddressUpdated(address newRegistry
OperatorFilterRegistryRevoked(
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(
InitialRegistryAddressCannotBeZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RegistryHasBeenRevoked(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(