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 "EtherLoot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5802557 | 6 years ago | | | 0 | 0.00014753800 | |
| 5802557 | 6 years ago | | | 0 | 0.00014741000 | |
| 5802557 | 6 years ago | | | 0 | 0.00014728200 | |
| 5802555 | 6 years ago | | | 0 | 0.00014741000 | |
| 5802553 | 6 years ago | | | 0 | 0.00014715400 | |
| 5802549 | 6 years ago | | | 0 | 0.00014741000 | |
| 5802546 | 6 years ago | | | 0 | 0.00014741000 | |
| 5802539 | 6 years ago | | | 0 | 0.00014741000 | |
| 5802536 | 6 years ago | | | 0 | 0.00014741000 | |
| 5802534 | 6 years ago | | | 0 | 0.00014741000 |
ABI
ABI objects
Getter at block 21289584
NAME() view returns (string)
EtherLoot
SYMBOL() view returns (string)
ETLT
implementsERC721() pure returns (bool)
true
name() pure returns (string)
EtherLoot
owner() view returns (address)
0x21fe2bdd20c9b6656c3e0198f7ef7bc3b5706230
symbol() pure returns (string)
ETLT
tokenMetadataBaseURI() view returns (string)
http://api.etherloot.moonshadowgames.com/tokenmetadata/
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256 _tokenId)
tokenURI(uint256 tokenId) view returns (string infoUrl)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events addApprovedContractAddress(address contractAddress)
approve(address _to, uint256 _tokenId)
approveAll(address _to)
disapproveAll(address _to)
finalizeApprovedContracts()
mint(address _to, uint256 _tokenId)
removeApprovedContractAddress(address contractAddress)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setTokenMetadataBaseURI(string _tokenMetadataBaseURI)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.