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 "AlienLoot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18234164 | a year ago | | | 0 | 0.0016290362 | |
| 18234164 | a year ago | | | 0 | 0.0017701839 | |
| 15150591 | 2 years ago | | | 0 | 0.00083901868 | |
| 13979888 | 3 years ago | | | 0 | 0.0093881544 | |
| 13921929 | 3 years ago | | | 0 | 0.011843716 | |
| 13909016 | 3 years ago | | | 0 | 0.0058275627 | |
| 13903581 | 3 years ago | | | 0 | 0.0056343045 | |
| 13902964 | 3 years ago | | | 0 | 0.016745924 | |
| 13898428 | 3 years ago | | | 0 | 0.011006362 | |
| 13898301 | 3 years ago | | | 0 | 0.011965123 |
ABI
ABI objects
Getter at block 21221187
contractURI() pure returns (string)
https://kag.mypinata.cloud/ipfs/QmUC1cTUH9wPVMBCdBuiP7Ss87KNhYMESAsQpnR1fYHqyc
name() view returns (string)
AlienLoot
owner() view returns (address)
0x7c2f9e77cfb36fc90bc8296c0cebbcd89e8d1981
symbol() view returns (string)
ALIENLOOT
totalSupply() view returns (uint256)
42
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getArmor(uint256 tokenId) view returns (string)
getDevice(uint256 tokenId) view returns (string)
getFoot(uint256 tokenId) view returns (string)
getHand(uint256 tokenId) view returns (string)
getNeck(uint256 tokenId) view returns (string)
getRing(uint256 tokenId) view returns (string)
getSpecies(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.