Loot
Verified contract
Implementation
Active on
Ethereum with 22,143 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HF | ERC-20 | 9.9944M | -- | -- | |
HF | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106169 | 7 days ago | | | 0 | 0.00010869491 | |
| 21103783 | 8 days ago | | | 0 | 0.000081839802 | |
| 21103611 | 8 days ago | | | 0 | 0.00091024412 | |
| 21103583 | 8 days ago | | | 0 | 0.000099109300 | |
| 21077012 | 11 days ago | | | 0 | 0.0028525119 | |
| 21069733 | 12 days ago | | | 0 | 0.00033005731 | |
| 21068804 | 12 days ago | | | 0 | 0.00040069652 | |
| 21068651 | 12 days ago | | | 0 | 0.00057600430 | |
| 21067000 | 13 days ago | | | 0 | 0.00077409907 | |
| 21065092 | 13 days ago | | | 0 | 0.00091730439 |
ABI
ABI objects
Getter at block 21158117
name() view returns (string)
Loot
owner() view returns (address)
0xbf7e3c8b16ae63fc74e8d35c3f5ea8a6a2a7995e
symbol() view returns (string)
LOOT
totalSupply() view returns (uint256)
7779
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getChest(uint256 tokenId) view returns (string)
getFoot(uint256 tokenId) view returns (string)
getHand(uint256 tokenId) view returns (string)
getHead(uint256 tokenId) view returns (string)
getNeck(uint256 tokenId) view returns (string)
getRing(uint256 tokenId) view returns (string)
getWaist(uint256 tokenId) view returns (string)
getWeapon(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)
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.