KingOfEthHouseRealty
Verified contract
Active on
Ethereum with 9 txns
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 "KingOfEthHouseRealty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6523537 | 6 years ago | | | 0 | 0.00020148400 | |
| 6523485 | 6 years ago | | | 0 | 0.00010061400 | |
| 6523479 | 6 years ago | | | 0 | 0.00010074200 | |
| 6514868 | 6 years ago | | | 0.025 | 0.00038776500 | |
| 6514846 | 6 years ago | | | 0.005 | 0.00027189900 | |
| 6513443 | 6 years ago | | | 0 | 0.00010074200 | |
| 6513433 | 6 years ago | | | 0 | 0.00010074200 | |
| 6509970 | 6 years ago | | | 0 | 0.000052291000 | |
| 6475488 | 6 years ago | | | 0 | 0.0043755000 |
ABI
ABI objects
Getter at block 21209283
god() view returns (address)
0x7e8e8e178ea38cb7a46c531319865285e284df39
housesContract() view returns (address)
0x8a07183cec562506f7ec29be42d7f5a14ee9e484
isPaused() view returns (bool)
false
kingOfEthContract() view returns (address)
0x04bba664ea822924ff435ce1b3fad3e8dcc69481
taxDivisor() view returns (uint256)
25
Read-only
This contract contains no read-only function objects.
State-modifying
Events cancelHouseSale(uint256 _x, uint256 _y)
changeHousePrice(uint256 _x, uint256 _y, uint256 _askingPrice)
godChangeGod(address _newGod)
godPause()
godSetHousesContract(address _housesContract)
godSetKingOfEthContract(address _kingOfEthContract)
godUnpause()
housesCancelHouseSale(uint256 _x, uint256 _y)
purchaseHouse(uint256 _x, uint256 _y) payable
startHouseSale(uint256 _x, uint256 _y, uint256 _askingPrice)
GodPaused()
GodUnpaused()
HouseForSale(uint256 x, uint256 y, address owner, uint256 amount)
HousePriceChanged(uint256 x, uint256 y, uint256 amount)
HouseSaleCancelled(uint256 x, uint256 y, address owner)
HouseSold(uint256 x, uint256 y, address from, address to, uint256 amount, uint8 level)
constructor(address _kingOfEthContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.