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 "Lore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062651 | 14 days ago | | | 0 | 0.00019129391 | |
| 18909240 | 10 months ago | | | 0 | 0.00059397269 | |
| 18908699 | 10 months ago | | | 0 | 0.00058671368 | |
| 18888840 | 10 months ago | | | 0 | 0.00083316600 | |
| 18853853 | a year ago | | | 0 | 0.00091546616 | |
| 16909957 | 2 years ago | | | 0 | 0.00066308346 | |
| 16732794 | 2 years ago | | | 0 | 0.0015684178 | |
| 16553009 | 2 years ago | | | 0 | 0.00050464713 | |
| 16368747 | 2 years ago | | | 0 | 0.00072572670 | |
| 16344735 | 2 years ago | | | 0 | 0.00084232703 |
ABI
ABI objects
Getter at block 21159884
name() view returns (string)
Lore
owner() view returns (address)
0x66636d375f588d2ef0b1515a78149ddf85fe6600
symbol() view returns (string)
LORE
totalSupply() view returns (uint256)
1987
Read-only
balanceOf(address owner) view returns (uint256)
getAge(uint256 tokenId) view returns (string)
getAlignment(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getDeity(uint256 tokenId) view returns (string)
getJob(uint256 tokenId) view returns (string)
getOrigin(uint256 tokenId) view returns (string)
getPantheon(uint256 tokenId) view returns (string)
getRace(uint256 tokenId) view returns (string)
getRealm(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.