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 "Loot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18786253 | a year ago | | | 0 | 0.0025187796 | |
| 18475684 | a year ago | | | 0 | 0.00061511018 | |
| 18335677 | a year ago | | | 0 | 0.00094595545 | |
| 18320902 | a year ago | | | 0 | 0.00047783450 | |
| 18177604 | a year ago | | | 0 | 0.00081027821 | |
| 18168658 | a year ago | | | 0 | 0.00049998634 | |
| 18161299 | a year ago | | | 0 | 0.00037275372 | |
| 18143618 | a year ago | | | 0 | 0.0020850645 | |
| 18143609 | a year ago | | | 0 | 0.0011600829 | |
| 18112097 | a year ago | | | 0 | 0.00045595530 |
ABI
ABI objects
Getter at block 21326719
_i() view returns (uint256)
4831
_maxTile() view returns (uint256)
1000000
_price() view returns (uint256)
5000000000000000
_signer() view returns (address)
0x5d635936e582894a160420f72460209c26f644dc
decimals() view returns (uint8)
0
name() view returns (string)
Loot
owner() view returns (address)
0xbc1a9967e99113bb4aa3c8a5f584047e14f20c46
symbol() view returns (string)
LOOT
totalSupply() view returns (uint256)
151623000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimable(uint256[] tiles) view returns (uint256[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(bytes signature, uint256[] tiles, uint256 tokens)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
purchase(uint256[] tiles) payable
renounceOwnership()
setMaxTile(uint256 max)
setPrice(uint256 price)
setSigner(address signer)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address indexed account, uint256[] tiles)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AmountExceedsBalance(string method)
ClaimFailed()
InvalidMaxTile()
InvalidSignature()
NeedToSendMoreETH()
PartialRefundFailed()
PurchaseFailed()
QuantityWouldExceedMaxSupply()
TransferFailed()