Chroma

Verified contract

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

No balances found for "Chroma"

0xa4d6541dc76fd07dde5329ae64f85c1b492d2d9345e8880d818eca19d5c0da6e
0x68d44cadd59f6e42a45c7f3bf95cc602076e57f25d6bc094ecbfd8ac916e0ec7
0x598687646b2651962405b5740387d1e0f5b2e79eb6bddad43443091f16cb2d94
0x2ec6cacc539d8194d5c0d01c1d56042086f5b2a0c2dc44670744f62c7da63071
0x4135a070c8824c38a7d907d81abe98404929930da68d0e15132cd50ab503f24d
0xbfe16f3fd4094df6012ee51dff098aa79940bed9159cd09da5778d2467e30121
0xe3928790a11305ab1c5bd7f77bb120f2d25a98b4cdcb366b1071f3b28ba05184
0x77369fbeedd7a4e58af5618ff1e649dcf9b79b28e34adc26bf8ff6a3db048c56
0x3ee1410d7a2a8a4bca264f3d341ee6b3c04102a076f4212b9f39f33542df82c4
0x5e5ba895a334a2e327911c10e64d34705f3a8b1f3d8f587d52b039cb18facad7

Functions
Getter at block 21172776
baseTokenURI(view returns (string)
decimals(view returns (uint8)
18
minted(view returns (uint256)
2610
name(view returns (string)
Chroma
owner(view returns (address)
0xf59f2bd3fb5c55a9c8f83cb33924fe77e786b6ba
symbol(view returns (string)
CHROMA
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
getSVG(string hexStringpure returns (string)
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
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(