Chemverse Compounds
Verified contract
Active on
Ethereum with 831 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) |
---|---|---|---|---|---|---|---|
| 19037888 | a year ago | | | 0 | 0.00078511228 | |
| 18947846 | a year ago | | | 0 | 0.00025759210 | |
| 17403132 | 2 years ago | | | 0 | 0.00096532535 | |
| 15121264 | 2 years ago | | | 0 | 0.0010772077 | |
| 14827239 | 3 years ago | | | 0 | 0.0015180370 | |
| 14520123 | 3 years ago | | | 0 | 0.0026477283 | |
| 14268470 | 3 years ago | | | 0 | 0.0018705178 | |
| 14240565 | 3 years ago | | | 0 | 0.0028747377 | |
| 14240034 | 3 years ago | | | 0 | 0.0035803607 | |
| 14231455 | 3 years ago | | | 0 | 0.0086978476 |
ABI
ABI objects
Getter at block 21335399
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.