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 "wLoot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19081458 | 10 months ago | | | 0 | 0.00029843266 | |
| 17389703 | a year ago | | | 0 | 0.0010921374 | |
| 17166552 | 2 years ago | | | 0 | 0.0040385209 | |
| 16295158 | 2 years ago | | | 0 | 0.00068514814 | |
| 15368842 | 2 years ago | | | 0 | 0.00035304681 | |
| 15368835 | 2 years ago | | | 0 | 0.00046031042 | |
| 14428192 | 3 years ago | | | 0 | 0.00042975724 | |
| 14413349 | 3 years ago | | | 0 | 0.0011836243 | |
| 14237416 | 3 years ago | | | 0 | 0.0040104071 | |
| 14237227 | 3 years ago | | | 0 | 0.0045489392 |
ABI
ABI objects
Getter at block 21304761
name() view returns (string)
wLoot
owner() view returns (address)
0xf2ab592fc279236677e00e9f6ca214b4c9030318
symbol() view returns (string)
WLOOT
tokenIdCounter() view returns (uint256 _value)
1088
Read-only
balanceOf(address owner) view returns (uint256)
getAgriculture(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getCoal(uint256 tokenId) view returns (string)
getDiamond(uint256 tokenId) view returns (string)
getGold(uint256 tokenId) view returns (string)
getIron(uint256 tokenId) view returns (string)
getLatitude(uint256 tokenId) view returns (string)
getLongitude(uint256 tokenId) view returns (string)
getOil(uint256 tokenId) view returns (string)
getPopulation(uint256 tokenId) view returns (string)
getWater(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)
buy(uint256 tokensNumber) payable
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)
withdraw()
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.