CF Mintstone

Verified contract

Active on Ethereum with 15,325 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"

0xb0976aedd9e5f13d4e4612d3d3e1150372a1a3b83cb3e4a046cd720afbeedeef
0xad8dc583b3651bee213be194293adc8db5632d48cda376b96249de393de51071
0x9beb583cbfeb831952c5987f61d55933c5354aa4b34089b1136e329ba44715f4
0xcc52234b71448330cec47817dcbda42f19f136579dd8007c2789429a2a35ce84
0x709d657fc2de61e76875599f13b7af0e3cdb3fa26338ea76ca674f9792944d3b
0x6d0a114339e18defa5f137512a2e6c08d41d6cdc44cb5d2ea2afea7e1580da2b
0x80e9f8ddfb39b213d1797f9df2b185e515d035260102cfe791392b84b94de21e
0x6d52a56c1a29210fbf1df5dc2c198d0d16f9950c2f9e6c27cd7588f7909741c6
0xca516d746571f4ae655dca146122000b1155118575e07ac9c14898211dfc3447
0xb68dbbee766b1f602fde298cf0c573a2c0f30100c74f58f0e4e3fef3c4dd69b2

Functions
Getter at block 20957208
_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(