TRC: Full Body
Verified contract
Active on
Ethereum with 51 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.60)
Native
Value
$19.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,919.27 |
$19.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17302512 | 2 years ago | | | 0 | 0.0016761481 | |
| 17235314 | 2 years ago | | | 0.005 | 0.011933320 | |
| 17212114 | 2 years ago | | | 0 | 0.0033572257 | |
| 17211404 | 2 years ago | | | 0 | 0.048426636 | |
| 17178898 | 2 years ago | | | 0 | 0.065531744 | |
| 17157899 | 2 years ago | | | 0 | 0.018637505 | |
| 17156733 | 2 years ago | | | 0 | 0.0036889818 | |
| 17148940 | 2 years ago | | | 0 | 0.011042045 | |
| 17145662 | 2 years ago | | | 0 | 0.0026608581 | |
| 17145661 | 2 years ago | | | 0 | 0.0077253739 |
ABI
ABI objects
Getter at block 21385257
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 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 to, uint256 tokenId)
claimByIds(uint256[] ids)
publicMint(uint256 amount, bool paymentType) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAddress(address _collection, address _util)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPrices(uint256 mintPrice, uint256 utilPrice, uint256 utilPublicPrice)
setPublicMint(bool _bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
claimedTokens(uint256[] claimed)
constructor(address _collectionAddress, address _util, string _baseuri)
This contract contains no fallback and receive objects.
NotOwnerOfToken()