Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
34 additional
variables
Balances ($0.00)
No balances found for "Role"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155127 | 14 days ago | | | 0 | 0.00062148911 | |
| 21152506 | 15 days ago | | | 0 | 0.00044673065 | |
| 21106954 | 21 days ago | | | 0 | 0.00014275143 | |
| 21092404 | 23 days ago | | | 0 | 0.00031019235 | |
| 21092338 | 23 days ago | | | 0 | 0.00035358963 | |
| 20952008 | a month ago | | | 0 | 0.00035104639 | |
| 20703905 | 3 months ago | | | 0 | 0.000037905756 | |
| 20676337 | 3 months ago | | | 0 | 0.000081480475 | |
| 20662883 | 3 months ago | | | 0 | 0.000080245490 | |
| 20507115 | 3 months ago | | | 0 | 0.000067728174 |
ABI
ABI objects
Getter at block 21256867
name() view returns (string)
Role
owner() view returns (address)
0x138355cb9816553e85db9cc4d85c43657deebcd1
symbol() view returns (string)
ROLE
totalSupply() view returns (uint256)
9800
Read-only
balanceOf(address owner) view returns (uint256)
getAlignment(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getCharisma(uint256 tokenId) view returns (string)
getConstitution(uint256 tokenId) view returns (string)
getDexterity(uint256 tokenId) view returns (string)
getGender(uint256 tokenId) view returns (string)
getIntelligence(uint256 tokenId) view returns (string)
getOccupation(uint256 tokenId) view returns (string)
getOccupationColor(uint256 tokenId) view returns (uint256)
getOccupationType(uint256 tokenId) view returns (uint256)
getRace(uint256 tokenId) view returns (string)
getStrength(uint256 tokenId) view returns (string)
getTrait1(uint256 tokenId) view returns (string)
getTrait2(uint256 tokenId) view returns (string)
getTrait3(uint256 tokenId) view returns (string)
getTraitColor(uint256 tokenId, uint256 index) view returns (string)
getWisdom(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, uint256 genderId, uint256 raceId, uint256 alignId, uint256 strNum, uint256 dexNum, uint256 conNum, uint256 wisNum, uint256 chaNum, uint256 intNum)
ownerClaim(uint256 tokenId, uint256 genderId, uint256 raceId, uint256 alignId, uint256 strNum, uint256 dexNum, uint256 conNum, uint256 wisNum, uint256 chaNum, uint256 intNum)
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.