KingOfEthOpenAuctions
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000001 | $3,077.42 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8200232 | 5 years ago | | | 0.000001 | 0.000067537000 | |
| 8200224 | 5 years ago | | | 0 | 0.000073673000 | |
| 7061534 | 6 years ago | | | 0 | 0.000068611500 | |
| 7061529 | 6 years ago | | | 0 | 0.000033762000 | |
| 7061508 | 6 years ago | | | 0 | 0.000034088400 | |
| 7005303 | 6 years ago | | | 0 | 0.000073673000 | |
| 6981636 | 6 years ago | | | 0 | 0.00014734600 | |
| 6981635 | 6 years ago | | | 0 | 0.00015118600 | |
| 6981618 | 6 years ago | | | 0 | 0.00014734600 | |
| 6558785 | 6 years ago | | | 0 | 0.000042610500 |
ABI
ABI objects
Getter at block 21209298
bidSpan() view returns (uint256)
1200
blindAuctionsContract() view returns (address)
0x1e19bec0e4ec6d524585f1d89f57afa2d0e95106
boardContract() view returns (address)
0x5ff1e4c124b6b0c9a41cf41d261b3cb9fd84c80d
god() view returns (address)
0x7e8e8e178ea38cb7a46c531319865285e284df39
housesContract() view returns (address)
0x8a07183cec562506f7ec29be42d7f5a14ee9e484
isPaused() view returns (bool)
false
kingOfEthContract() view returns (address)
0x04bba664ea822924ff435ce1b3fad3e8dcc69481
Read-only
existingAuction(uint256 _x, uint256 _y) view returns (bool)
State-modifying
Events closeAuction(uint256 _x, uint256 _y)
createAuction(uint256 _x, uint256 _y)
godChangeGod(address _newGod)
godPause()
godSetBlindAuctionsContract(address _blindAuctionsContract)
godSetBoardContract(address _boardContract)
godSetHousesContract(address _housesContract)
godSetKingOfEthContract(address _kingOfEthContract)
godUnpause()
placeBid(uint256 _x, uint256 _y) payable
GodPaused()
GodUnpaused()
OpenAuctionClosed(uint256 x, uint256 y, address newOwner, uint256 amount)
OpenAuctionStarted(uint256 x, uint256 y, address starter, uint256 startTime)
OpenBidPlaced(uint256 x, uint256 y, address bidder, uint256 amount)
constructor(address _kingOfEthContract, address _blindAuctionsContract, address _boardContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.