SpaceLoot
Verified contract
Active on
Ethereum with 10,137 txns
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 "SpaceLoot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101840 | 24 days ago | | | 0 | 0.00026724136 | |
| 21101835 | 24 days ago | | | 0 | 0.00021710251 | |
| 20398338 | 4 months ago | | | 0 | 0.00013167593 | |
| 20168581 | 5 months ago | | | 0 | 0.00018244932 | |
| 20168564 | 5 months ago | | | 0 | 0.00021667222 | |
| 20168560 | 5 months ago | | | 0 | 0.00021959566 | |
| 20150205 | 5 months ago | | | 0 | 0.000069829132 | |
| 20150205 | 5 months ago | | | 0 | 0.000069829132 | |
| 19545294 | 8 months ago | | | 0 | 0.00092658478 | |
| 18934313 | a year ago | | | 0 | 0.00054039178 |
ABI
ABI objects
Getter at block 21276615
name() view returns (string)
SpaceLoot
owner() view returns (address)
0x110807fba1541200721a84f50cd215c89eff3062
symbol() view returns (string)
SLOOT
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
existsPubl(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getArtifact(uint256 tokenId) view returns (string)
getChest(uint256 tokenId) view returns (string)
getFoot(uint256 tokenId) view returns (string)
getGadget(uint256 tokenId) view returns (string)
getHand(uint256 tokenId) view returns (string)
getHead(uint256 tokenId) view returns (string)
getImplant(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)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
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.