Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6054…3c49
Balances ($0.00)
No balances found for "LandSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5800137 | 6 years ago | | | 0.0287 | 0.000045646000 | |
| 5799989 | 6 years ago | | | 0 | 0.00018253800 | |
| 5799871 | 6 years ago | | | 0 | 0.00013478100 | |
| 5799688 | 6 years ago | | | 0.1435 | 0.00011525200 | |
| 5799584 | 6 years ago | | | 0 | 0.00023936800 | |
| 5799574 | 6 years ago | | | 0 | 0.00026917800 | |
| 5799417 | 6 years ago | | | 0.0282 | 0.00023904800 | |
| 5799275 | 6 years ago | | | 0 | 0.00018261400 | |
| 5797579 | 6 years ago | | | 0.45 | 0.00011428400 | |
| 5796022 | 6 years ago | | | 0.4375 | 0.00011428400 |
ABI
ABI objects
Getter at block 21157726 isPaused() view returns (bool)
CITY_INCREASE_RATE() view returns (uint256)
12500000000000000
CITY_START_PRICE() view returns (uint256)
20000000000000000
TOWN_INCREASE_RATE() view returns (uint256)
2500000000000000
TOWN_START_PRICE() view returns (uint256)
5000000000000000
VILLAGE_INCREASE_RATE() view returns (uint256)
500000000000000
VILLAGE_START_PRICE() view returns (uint256)
1200000000000000
ccUserCount() view returns (uint256)
23
citiesSold() view returns (uint256)
200
cityPrice() view returns (uint256)
270000000000000000
closingTime() view returns (uint256)
1529164800
goal() view returns (uint256)
37000000000000000000
goalReached() view returns (bool)
true
hasClosed() view returns (bool)
true
isFinalized() view returns (bool)
true
openingTime() view returns (uint256)
1526572800
owner() view returns (address)
0x1e709c94fec99db9029445116b0dc0b4c14366ea
townPrice() view returns (uint256)
90000000000000000
townsSold() view returns (uint256)
346
vault() view returns (address)
0x6054d54c4aaa85654f4f0812e9f712b858953c49
villagePrice() view returns (uint256)
2278700000000000000
villagesSold() view returns (uint256)
45555
wallet() view returns (address)
0x9012c8b9fccd553ae3fbdc25719af965669dad87
walletUserCount() view returns (uint256)
55
weiRaised() view returns (uint256)
1341889000000000000000
Read-only
addressToNumCities(address) view returns (uint256)
addressToNumTowns(address) view returns (uint256)
addressToNumVillages(address) view returns (uint256)
ccUsers(uint256) view returns (bytes32)
userToNumCities(bytes32) view returns (uint256)
userToNumTowns(bytes32) view returns (uint256)
userToNumVillages(bytes32) view returns (uint256)
walletUsers(uint256) view returns (address)
State-modifying
Events claimRefund()
finalize()
pause()
purchaseCity(uint256 numCities) payable
purchaseLandWithCC(uint8 landType, bytes32 userId, uint256 num)
purchaseTown(uint256 numTowns) payable
purchaseVillage(uint256 numVillages) payable
resume()
transferOwnership(address newOwner)
Finalized()
LandPurchased(address indexed purchaser, uint256 value, uint8 landType, uint256 quantity)
LandPurchasedCC(bytes32 indexed userId, address indexed purchaser, uint8 landType, uint256 quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _wallet, uint256 _goal, uint256 _openingTime, uint256 _closingTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.