This contract is being backfilled. You may encounter incomplete storage history.

TRC: Full Body

Verified contract

Active on Ethereum with 51 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $12.85
0xcd88cb9d7c9f7a8baec7c2ff0244199c1edbfb70217b3ee304c538cf14ef92d6
0xe0441a97e3f32c3c3ce3dd145cfafcb802574b0e69604ce68829530bdb207df1
0xc158704c74d8d5d5ea88af07bd74d81630b2f7af2ca2d2b69a772ca0ad40ecb8
0x54f3bb2a932636cb2accbd48d5d1aca05f57e81c538beb47e5cdd5414fe3e812
0xc0c2168c7f42bace01e749a3b2ddcdf2524b7056e7cc67c7630a4d74eedcf880
0x53b05a3e49c639d593943ea4424bf094adbc08c0b1242791ad85b975fb50fd5b
0xf800222f6a80e302975c3543ad604ed0ce89995d5bfe7f5876dbfffc06ba2a80
0x846ac5be511e1499c420297cd183aa04fc6f6cbccbc8273762409a7dc0a9c6d2
0xb0a22b6c6b903d61218ce119a26ebb9b866a4a6f21e24537165e01159a64ac73
0x51ef5dbb3b7651898615cac530ce9884b252a6377ce4d27e00c7ae2df6a5a43e

Functions
Getter at block 20799617
MAX_SUPPLY(view returns (uint256)
5000
MINT_PRICE(view returns (uint256)
5000000000000000
UTIL_PRICE(view returns (uint256)
1000000000000000000000
UTIL_PUBLIC_PRICE(view returns (uint256)
1500000000000000000000
collectionAddress(view returns (address)
0xb1b0de0b760d4454585e4e4f16db87bc294d7db9
isPublicMintOpen(view returns (bool)
true
name(view returns (string)
TRC: Full Body
owner(view returns (address)
0x8093e596c243ba11c38c530f19758295ffcb9eb3
startTokenIdMinted(view returns (uint256)
2
symbol(view returns (string)
TRCFB
totalSupply(view returns (uint256)
86
utilAddress(view returns (address)
0x0644def359b95c0a640196b28d88e5e0de8e4c66
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
claimByIds(uint256[] ids
publicMint(uint256 amountbool paymentTypepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAddress(address _collectionaddress _util
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPrices(uint256 mintPriceuint256 utilPriceuint256 utilPublicPrice
setPublicMint(bool _bool
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
claimedTokens(uint256[] claimed
Constructor
constructor(address _collectionAddressaddress _utilstring _baseuri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NotOwnerOfToken(