Chroma Worlds
Verified contract
Active on
Ethereum with 1,574 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 "Chroma Worlds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19815527 | 6 months ago | | | 0 | 0.00029764462 | |
| 19373325 | 8 months ago | | | 0 | 0.0013145785 | |
| 18904084 | 10 months ago | | | 0 | 0.00081012103 | |
| 18564895 | a year ago | | | 0 | 0.0024846219 | |
| 18411967 | a year ago | | | 0 | 0.00093255154 | |
| 17982715 | a year ago | | | 0 | 0.00082247033 | |
| 17965252 | a year ago | | | 0 | 0.0015544061 | |
| 16812013 | 2 years ago | | | 0 | 0.0010159926 | |
| 16752393 | 2 years ago | | | 0 | 0.0011231289 | |
| 16716163 | 2 years ago | | | 0 | 0.0011835493 |
ABI
ABI objects
Getter at block 21184067
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmSt6Fjmk6kfqwf6fsuKvbgaQWBsh3M6HySd6KcmBJRnme/
maxSupply() view returns (uint256)
555
name() view returns (string)
Chroma Worlds
owner() view returns (address)
0x03860389a3252a5597eb5841a6993d499dd94e98
symbol() view returns (string)
CHROMA
totalSupply() view returns (uint256)
555
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 operator, uint256 tokenId)
claim(uint256 _tokenID)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
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.
OperatorNotAllowed(address operator)