Cr00ts-X

Unverified contract

Proxy

Active on Base with 172 txns
Deployed by via 0x6f2d19b5 at 17832925
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $0.12
0xd182c9ec64da717d5b10ebdf3367ba5014588acf3c242620a31864db116638ab
0xd7895d5543cbcfe9827422bc9fde5309cc24809790f7dd752e26e4b73260ee04
0x6b11617a45855073318576e7977bda25292717601e2f3caff3bad79354aafa96
0xa677b5f40713d8900dd3b41b0985a60fb1e58113dd3de8d89629bbc0657231ae
0x7db047f741bc238b95cd16bc34461f40d66ad422121cd7dfcc8bb8f8cce99c23
0x45d3ec5e540cfceb9643508b7401a303ce46613cf7e730f22abfa9570fad5fde
0x0ed67ff682cd736484e803516e91c208c133ef269e7abee779094f236b027dd6
0x1fad19b4c4656ecb7311ae2a15e2b68903a8b559a14ca1d0cbfa7a64190c7be4
0xeedb14bd159ac22cfc73f94d5047abf1981514aae16b9650a66dbe9baac6899f
0x85f7b68cebe70edb67e9eae1c9a8191ad40a762df2ec39a8b34aadf45421fbd6

Functions
Getter at block 22151983
baseURI(view returns (string)
ipfs://bafybeiczuel253bd2a5trcpt5uhxtwadvyk32dsrjrmqsbma7fwbe2267e/
costPublic(view returns (uint256)
40000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
0
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
0
maxMintPublic(view returns (uint256)
15
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
4545
name(view returns (string)
Cr00ts-X
owner(view returns (address)
0x3cbe0ed945e256eb643ee66952dfec1e6232b1d3
platformFeeMint(view returns (uint256)
50000000000000
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Cr00ts
totalSupply(view returns (uint256 result)
575
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantitypayable 
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(