CF MintStone II
Verified contract
Active on
Ethereum with 1,552 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 II"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106738 | 13 days ago | | | 0 | 0.00011742903 | |
| 21104509 | 13 days ago | | | 0 | 0.00010283514 | |
| 21029793 | 24 days ago | | | 0 | 0.00091230206 | |
| 20686376 | 2 months ago | | | 0 | 0.00013937305 | |
| 20620247 | 3 months ago | | | 0 | 0.000090599424 | |
| 20549074 | 3 months ago | | | 0 | 0.000060311928 | |
| 20548116 | 3 months ago | | | 0 | 0.000032716336 | |
| 20408141 | 4 months ago | | | 0 | 0.000065833349 | |
| 20405856 | 4 months ago | | | 0 | 0.00016137354 | |
| 20305055 | 4 months ago | | | 0 | 0.000073626188 |
ABI
ABI objects
Getter at block 21199870
baseURILocked() view returns (bool)
false
contractPaused() view returns (bool)
false
contractURI() pure returns (string)
https://cloneforce.xyz/api/mintstone2/marketplace-metadata
name() view returns (string)
CF MintStone II
owner() view returns (address)
0x1a53358bf7d39db2e381b8f04897ba8b1878a1c3
symbol() view returns (string)
MINTSTONE2
totalSupply() view returns (uint256)
4653
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
blockMarketplace(address addr, bool blocked)
burn(uint256 tokenId)
lockBaseURI()
mint(address to, uint256 tokenId)
pauseContract(bool paused)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdmin(address admin)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBurnAuthorizedContract(address authorizedContract)
setMintAuthorizedContract(address authorizedContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseTokenURI, address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.