Loot Personality
Verified contract
Active on
Ethereum with 2,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff9c…13d7
Balances ($0.00)
No balances found for "Loot Personality"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20992547 | a month ago | | | 0 | 0.00061663370 | |
| 19308164 | 9 months ago | | | 0 | 0.00072379394 | |
| 19308164 | 9 months ago | | | 0 | 0.00072379394 | |
| 19256126 | 9 months ago | | | 0 | 0.0012635929 | |
| 19119898 | 10 months ago | | | 0 | 0.0010893910 | |
| 19016858 | 10 months ago | | | 0 | 0.00059628828 | |
| 18906032 | a year ago | | | 0 | 0.00092579619 | |
| 18353476 | a year ago | | | 0 | 0.00012035329 | |
| 16300933 | 2 years ago | | | 0 | 0.0010962696 | |
| 16074470 | 2 years ago | | | 0 | 0.00058615872 |
ABI
ABI objects
Getter at block 21222852
name() view returns (string)
Loot Personality
owner() view returns (address)
0xf735f11cef6d8a711a39130295bf5b3bbb8b01c0
symbol() view returns (string)
LOOTPERSONALITY
totalSupply() view returns (uint256)
1881
Read-only
balanceOf(address owner) view returns (uint256)
getAlignment(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getBackground(uint256 tokenId) view returns (string)
getPhysique(uint256 tokenId) view returns (string)
getRaces(uint256 tokenId) view returns (string)
getVice(uint256 tokenId) view returns (string)
getVirtue(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)
claimForLoot(uint256 tokenId)
ownerClaim(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.