Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LootCV"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14214193 | 3 years ago | | | 0 | 0.0068453403 | |
| 13981045 | 3 years ago | | | 0 | 0.0080702465 | |
| 13977750 | 3 years ago | | | 0 | 0.0072254748 | |
| 13327246 | 3 years ago | | | 0 | 0.0039323307 | |
| 13324444 | 3 years ago | | | 0 | 0.0031492839 | |
| 13188343 | 3 years ago | | | 0 | 0.022528276 | |
| 13184614 | 3 years ago | | | 0 | 0.040601663 | |
| 13182896 | 3 years ago | | | 0 | 0.070363285 | |
| 13182463 | 3 years ago | | | 0 | 0.058845879 | |
| 13182304 | 3 years ago | | | 0 | 0.021724744 |
ABI
ABI objects
Getter at block 21210252
LOOTCV_COUNT() view returns (uint256)
8000
OWNER_CLAIMABLE_COUNT() view returns (uint256)
100
name() view returns (string)
LootCV
owner() view returns (address)
0x993bffcc4d7d39d5a4bf58989d23332cd21e01d8
symbol() view returns (string)
LCV
totalSupply() view returns (uint256)
32
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 numTokens)
ownerClaim()
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)
withdrawAll() payable
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.