CF Mintstone

Verified contract

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

No balances found for "CF Mintstone"

0xe712731d67aed118e3b37e69a873ce45d54f34e0c02b0810a243a3fc2c62041c
0x5f6b6289b93a348f86b5368cef8e0c57918df7188b1c8e17c11c52dc9e4355dc
0xd39b9154d56d106a68c4b5b428c2f480ffa4396871b71995cf7743d011c067e8
0x9db8cee120e01fbe8726e90b0e283e56ad6ad4a3958e45fd9744b1b0fc35930f
0x7632786c32a6f65ad97a6ae96136836aabca86cce0c7042ab93c19f0ffd48a12
0x0df72f6419f391c62dc7abe7d544922a7e61982df71b87cb3f717ac7e3181ae4
0xcc98ba3edc85a10d0bb64f4d68929deb5703f67a715bfe8a6c084e5338743a94
0x09ca9ea13d2898fe979d2ae95da347cd49f860a09d803b85aa8f6e2fc782ccd5
0xf7a117653b27c199af9778e757735ebf92bd92aed1cc93ab3894ff099b0c8a60
0x971522aa358f7c533887dc0c9b1f3134af537d1a5028cfd88b0f1385c04e2a65

Functions
Getter at block 21294747
_allowlistMerkleRoot(view returns (bytes32)
0x3bf87e6c223378b1a7ab18ee5d3e3064d83accc0cb23b3d35ae7d7439622e7c8
_baseURILocked(view returns (bool)
false
_maxMintPerWallet(view returns (uint256)
1
_maxSupply(view returns (uint256)
7000
contractURI(pure returns (string)
https://cloneforce.xyz/api/mintstone/marketplace-metadata
name(view returns (string)
CF Mintstone
owner(view returns (address)
0x1a53358bf7d39db2e381b8f04897ba8b1878a1c3
paused(view returns (bool)
true
symbol(view returns (string)
MINTSTONE
totalSupply(view returns (uint256)
1276
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isAllowlisted(address accountbytes32[] merkleProofview returns (bool)
isApprovedForAll(address owneraddress operatorview 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
approve(address touint256 tokenId
burn(uint256 tokenId
lockBaseURI(
lockMaxSupply(
mint(bytes32[] merkleProofuint256 quantity
ownerMint(address touint256 quantity
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdmin(address admin
setAllowlistMerkleRoot(bytes32 root
setApprovalForAll(address operatorbool approved
setAuthorizedContract(address authorizedContract
setBaseURI(string newBaseURI
setMaxMintPerWallet(uint256 quantity
setMaxSupply(uint256 supply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
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
Paused(address account
PermanentURI(string _valueuint256 indexed _id
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string baseTokenURIaddress adminbytes32 allowlistMerkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(