KingOfEthHouses
Verified contract
Active on
Ethereum with 180 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 "KingOfEthHouses"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7061547 | 6 years ago | | | 0.001 | 0.00031610000 | |
| 7061541 | 6 years ago | | | 0.001 | 0.00039752000 | |
| 7061538 | 6 years ago | | | 0.001 | 0.00031610000 | |
| 7061531 | 6 years ago | | | 0.001 | 0.00026868500 | |
| 7061515 | 6 years ago | | | 0.001 | 0.00021863600 | |
| 7061510 | 6 years ago | | | 0.001 | 0.00018966000 | |
| 6557975 | 6 years ago | | | 0.007 | 0.0037824240 | |
| 6557969 | 6 years ago | | | 0.001 | 0.00099380500 | |
| 6557962 | 6 years ago | | | 0.001 | 0.0011271900 | |
| 6557928 | 6 years ago | | | 0.001 | 0.0011148100 |
ABI
ABI objects
Getter at block 21208651
blindAuctionsContract() view returns (address)
0x1e19bec0e4ec6d524585f1d89f57afa2d0e95106
boardContract() view returns (address)
0x5ff1e4c124b6b0c9a41cf41d261b3cb9fd84c80d
god() view returns (address)
0x7e8e8e178ea38cb7a46c531319865285e284df39
houseCost() view returns (uint256)
1000000000000000
houseRealtyContract() view returns (address)
0xe1254b9025b9e9dc4c22b1e48ad0d279c090af24
interfaceContract() view returns (address)
0x8183703e9df90ed76bec0b0b8fad33f2c024be59
isPaused() view returns (bool)
false
kingOfEthContract() view returns (address)
0x04bba664ea822924ff435ce1b3fad3e8dcc69481
openAuctionsContract() view returns (address)
0x214c1c9962761be484e365a14d9bca3739020517
roadsContract() view returns (address)
0xc8e072145f8aa3507a291141beae1109070a6fb8
Read-only
level(uint256 _x, uint256 _y) view returns (uint8)
numberOfPoints(address _player) view returns (uint256)
ownerOf(uint256 _x, uint256 _y) view returns (address)
State-modifying
Events auctionsSetOwner(uint256 _x, uint256 _y, address _owner)
buildHouses(uint256[] _locations) payable
godChangeGod(address _newGod)
godChangeHouseCost(uint256 _newHouseCost)
godPause()
godSetBlindAuctionsContract(address _blindAuctionsContract)
godSetBoardContract(address _boardContract)
godSetHouseRealtyContract(address _houseRealtyContract)
godSetInterfaceContract(address _interfaceContract)
godSetKingOfEthContract(address _kingOfEthContract)
godSetOpenAuctionsContract(address _openAuctionsContract)
godSetRoadsContract(address _roadsContract)
godUnpause()
houseRealtyTransferOwnership(uint256 _x, uint256 _y, address _from, address _to)
sendHouse(uint256 _x, uint256 _y, address _to)
upgradeHouse(uint256 _x, uint256 _y) payable
GodPaused()
GodUnpaused()
NewHouses(address owner, uint256[] locations)
SentHouse(uint256 x, uint256 y, address from, address to, uint8 level)
UpgradedHouse(uint256 x, uint256 y, address owner, uint8 newLevel)
constructor(address _blindAuctionsContract, address _boardContract, address _kingOfEthContract, address _houseRealtyContract, address _openAuctionsContract, address _roadsContract, address _interfaceContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.