Loot plus
Verified contract
Active on
Ethereum with 179 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 plus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15445606 | 2 years ago | | | 0 | 0.00076691838 | |
| 15093785 | 2 years ago | | | 0 | 0.00050861394 | |
| 14221282 | 3 years ago | | | 0 | 0.0042204154 | |
| 14214730 | 3 years ago | | | 0 | 0.0024524540 | |
| 14214008 | 3 years ago | | | 0 | 0.0090890814 | |
| 13989294 | 3 years ago | | | 0 | 0.0057638405 | |
| 13422768 | 3 years ago | | | 0 | 0.0052654685 | |
| 13255726 | 3 years ago | | | 0 | 0.0015953187 | |
| 13178723 | 3 years ago | | | 0 | 0.0051471115 | |
| 13169805 | 3 years ago | | | 0 | 0.0041098640 |
ABI
ABI objects
Getter at block 21379598
name() view returns (string)
Loot plus
owner() view returns (address)
0x58f6e4ca46afa8ff7a94d1295b0f26f714752ecd
symbol() view returns (string)
Loot+
totalSupply() view returns (uint256)
145
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)
getHealthy(uint256 tokenId) pure returns (string)
getLeadership(uint256 tokenId) pure returns (string)
getMagic(uint256 tokenId) pure 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
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.