Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BROC | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20398165 | 4 months ago | | | 0 | 0.00013230063 | |
| 20231711 | 5 months ago | | | 0 | 0.00018521062 | |
| 20093245 | 6 months ago | | | 0 | 0.00023440413 | |
| 19307314 | 9 months ago | | | 0 | 0.0016840814 | |
| 18995106 | a year ago | | | 0 | 0.00078534865 | |
| 18935760 | a year ago | | | 0 | 0.0011344182 | |
| 18880644 | a year ago | | | 0 | 0.0016331222 | |
| 18698880 | a year ago | | | 0 | 0.0014396413 | |
| 18647258 | a year ago | | | 0 | 0.00088089075 | |
| 18575146 | a year ago | | | 0 | 0.0011910180 |
ABI
ABI objects
Getter at block 21323919
maxSupply() view returns (uint256)
5998
name() view returns (string)
Tool
owner() view returns (address)
0x8e068b267f412a4ba069a27363965803d3187f4c
symbol() view returns (string)
TOOL
totalSupply() view returns (uint256)
5189
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCatchphrase(uint256 tokenId) view returns (string)
getClothing(uint256 tokenId) view returns (string)
getDayJob(uint256 tokenId) view returns (string)
getJewelry(uint256 tokenId) view returns (string)
getLeftHand(uint256 tokenId) view returns (string)
getPfp(uint256 tokenId) view returns (string)
getRide(uint256 tokenId) view returns (string)
getRightHand(uint256 tokenId) view returns (string)
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)
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)
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.
This contract contains no error objects.