ChaosGems

Verified contract

Active on Ethereum with 406 txns
Deployed by via 0x4e920844 at 19193010
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ChaosGems"

0x05b4ab16699b1bad65eb65bb3a38156423ea74d0138b289ce01080ec4cb6bf70
0xdd978c912cd431f070ba56991010a3d641cc956ab28707dc3d915f676c157c4b
0xe8de072937d781bc73bd9b4fb12747a21e94932beadc51e404ddef1b475381a8
0x3d2025abe22ba018c3dd1ee4aca82de3a02c82a62411fb538a3306f0cce84d9e
0x0a77c99e001fc12a96aeb800c5e5629279d0809f8dd937ec8e0a6441e419f084
0x1783ce71e6446fb37336874535f8bbbe177e0df691e029806e974da5d08ef1e6
0x381919a0ed401c2860ed46e054448244dddfcd0a6a370403c715a0fa43803c4f
0xe2273e9b7e3b4ec132bd625d4a8a0bdd64d2784a92987f4d153b949a9a8867c0
0xc3c49c077ff3377d8017b46128936a504c20f12fa4f69ec75d5e5e701e49aa95
0x250977e946558dea4ca5dad60a3eb10e2566b796e5aa359c776252eb8679ea57

Functions
Getter at block 20893647
baseTokenURI(view returns (string)
dataURI(view returns (string)
ipfs://QmdsxU2WSpqYARBg4RrRgUMvjMwqKxPkR41e6jmsgqUFfG/
decimals(view returns (uint8)
18
minted(view returns (uint256)
13347
name(view returns (string)
ChaosGems
owner(view returns (address)
0x9804c380ec4c9958bdb45a27c3c9f10c23fe5bf4
symbol(view returns (string)
CHAOS
totalSupply(view returns (uint256)
20000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(