LootCreatures
Verified contract
Active on
Ethereum with 11,045 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LootCreatures"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062656 | 14 days ago | | | 0 | 0.00022013100 | |
| 20574412 | 3 months ago | | | 0 | 0.000025872437 | |
| 19821958 | 6 months ago | | | 0 | 0.000098959726 | |
| 19772576 | 6 months ago | | | 0 | 0.00029419528 | |
| 19560776 | 7 months ago | | | 0 | 0.00085326338 | |
| 19523522 | 7 months ago | | | 0 | 0.00048720034 | |
| 19391149 | 8 months ago | | | 0 | 0.0038867575 | |
| 19386545 | 8 months ago | | | 0 | 0.0045924044 | |
| 19386412 | 8 months ago | | | 0 | 0.0049273197 | |
| 18967913 | 10 months ago | | | 0 | 0.00066779205 |
ABI
ABI objects
Getter at block 21160461
name() view returns (string)
LootCreatures
symbol() view returns (string)
LOOTC
totalSupply() view returns (uint256)
8331
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEighth(uint256 tokenId) view returns (string)
getFifth(uint256 tokenId) view returns (string)
getFirst(uint256 tokenId) view returns (string)
getFourth(uint256 tokenId) view returns (string)
getSecond(uint256 tokenId) view returns (string)
getSeventh(uint256 tokenId) view returns (string)
getSixth(uint256 tokenId) view returns (string)
getThird(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)
esteemedClaim(uint256 tokenId)
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)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.