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 "lunars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244092 | 20 hours ago | | | 0 | 0.0010768370 | |
| 20547833 | 3 months ago | | | 0 | 0.000062740036 | |
| 20358926 | 4 months ago | | | 0 | 0.00036713485 | |
| 19863356 | 6 months ago | | | 0 | 0.00082814711 | |
| 19193489 | 9 months ago | | | 0 | 0.0042122893 | |
| 19137319 | 10 months ago | | | 0 | 0.0015253508 | |
| 18794905 | a year ago | | | 0 | 0.0036763477 | |
| 18649069 | a year ago | | | 0 | 0.0020068942 | |
| 18578832 | a year ago | | | 0 | 0.0041553837 | |
| 18578822 | a year ago | | | 0 | 0.0077223260 |
ABI
ABI objects
Getter at block 21250023
feePercentage() view returns (uint8)
5
initialPrice() view returns (uint256)
10000000000000000
maxSubdivisions() view returns (uint8)
0
name() view returns (string)
lunars
numPlots() view returns (uint256)
400
subdivisionEnabled() view returns (bool)
false
symbol() view returns (string)
LUNA
totalOwned() view returns (uint256)
400
totalPurchases() view returns (uint256)
1016
totalSupply() view returns (uint256)
400
tradingEnabled() view returns (bool)
true
Read-only
balanceOf(address addr) view returns (uint256)
isUnowned(uint256 id) view returns (bool)
ownerOf(uint256 id) view returns (address)
plots(uint256) view returns (address owner, uint256 price, bool forSale, string metadata, bool disabled, uint8 subdivision, uint256 parentID)
plotsOwned(address, uint256) view returns (uint256)
tokensOfOwnerByIndex(address addr, uint256 idx) view returns (uint256)
State-modifying
Events purchase(uint256 id, string metadata, bool forSale, uint256 newPrice) payable returns (bool)
setBeneficiary(address newBeneficiary)
setFeePercentage(uint8 _percentage)
setInitialPrice(uint256 _priceInWei)
setMetadata(uint256 id, string newData)
setOwner(address newOwner)
setPrice(uint256 id, bool forSale, uint256 newPrice)
setSubdivisionEnabled(bool enabled)
setTradingEnabled(bool enabled)
subdivide(uint256 id, bool forSale1, bool forSale2, uint256 price1, uint256 price2, string metadata1, string metadata2)
transfer(uint256 id, address newOwner, string newData) returns (bool)
withdraw()
MetadataUpdated(address _from, uint256 id, string newData)
PriceChanged(address _from, uint256 id, uint256 newPrice)
Purchase(address _from, uint256 id, uint256 price)
Transfer(address indexed _from, address indexed _to, uint256 id)
constructor(uint256 _numPlots, uint256 _initialPriceInWei, uint8 _feePercentage, bool _tradingEnabled, bool _subdivisionEnabled, uint8 _maxSubdivisions)
This contract contains no fallback and receive objects.
This contract contains no error objects.