CF Mintstone
Verified contract
Active on
Ethereum with 15,336 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CF Mintstone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162939 | 18 days ago | | | 0 | 0.00055324739 | |
| 21107180 | a month ago | | | 0 | 0.00011868480 | |
| 21106742 | a month ago | | | 0 | 0.00011022870 | |
| 21105238 | a month ago | | | 0 | 0.00015134100 | |
| 21104977 | a month ago | | | 0 | 0.00011002722 | |
| 21102457 | a month ago | | | 0 | 0.00014107500 | |
| 21030688 | a month ago | | | 0 | 0.00046650000 | |
| 20997344 | a month ago | | | 0 | 0.00021034621 | |
| 20997343 | a month ago | | | 0 | 0.00021017100 | |
| 20984601 | a month ago | | | 0 | 0.00034561277 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isAllowlisted(address account, bytes32[] merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
lockBaseURI()
lockMaxSupply()
mint(bytes32[] merkleProof, uint256 quantity)
ownerMint(address to, uint256 quantity)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address admin)
setAllowlistMerkleRoot(bytes32 root)
setApprovalForAll(address operator, bool approved)
setAuthorizedContract(address authorizedContract)
setBaseURI(string newBaseURI)
setMaxMintPerWallet(uint256 quantity)
setMaxSupply(uint256 supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseTokenURI, address admin, bytes32 allowlistMerkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()