Chemverse Compounds
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- | |
CMVC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Chemverse Compounds"
ABI
ABI objects
Getter at block 21336168
CANNOT_TRANSFER_TO_ZERO_ADDRESS() view returns (string)
018002
NOT_CURRENT_OWNER() view returns (string)
018001
name() view returns (string _name)
Chemverse Compounds
owner() view returns (address)
0xd5d0f8fcfe9ff50155d4453b802cc38b9bce7eaf
symbol() view returns (string _symbol)
CMVC
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 _owner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId)
claim(address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
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)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.