Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,463.02)
Native
Value
$3,463.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.047 | $3,307.56 |
$3,463.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5498920 | 7 years ago | | | 0 | 0.0014326000 | |
| 5465137 | 7 years ago | | | 0 | 0.000035377500 | |
| 5461339 | 7 years ago | | | 0 | 0.000040422000 | |
| 5453127 | 7 years ago | | | 0 | 0.000050512000 | |
| 5452862 | 7 years ago | | | 0 | 0.000075768000 | |
| 5452816 | 7 years ago | | | 0 | 0.000025256000 | |
| 5452803 | 7 years ago | | | 0 | 0.000025256000 | |
| 5452793 | 7 years ago | | | 0 | 0.000037877000 | |
| 5452793 | 7 years ago | | | 0 | 0.000037810000 | |
| 5452793 | 7 years ago | | | 0 | 0.000037743000 |
ABI
ABI objects
Getter at block 21258590
ACTION_TAX() view returns (uint256)
[unknown]
STARTING_CLAIM_PRICE_WEI() view returns (uint256)
[unknown]
bookerAddress() view returns (address)
[unknown]
currentRound() view returns (uint256)
[unknown]
getEndTime() view returns (uint256 endTime)
[unknown]
getKingdomCount() view returns (uint256 kingdomCount)
[unknown]
getRemainingKingdoms() view returns (uint256 nb)
[unknown]
getStartTime() view returns (uint256 startTime)
[unknown]
owner() view returns (address)
[unknown]
totalPayments() view returns (uint256)
[unknown]
Read-only
getJackpot(uint256 _nb) view returns (address winner, uint256 balance, uint256 winnerCap)
getKingdomInformations(string kingdomKey) view returns (string title, uint256 minimumPrice, uint256 lastTransaction, uint256 transactionCount, address currentOwner, bool locked)
kingdomTransactions(uint256) view returns (string kingdomKey, address compensationAddress, uint256 buyingPrice, uint256 compensation, uint256 jackpotContribution)
kingdoms(uint256) view returns (string title, string key, uint256 kingdomTier, uint256 kingdomType, uint256 minimumPrice, uint256 lastTransaction, uint256 transactionCount, uint256 returnPrice, address owner, bool locked)
payments(address) view returns (uint256)
State-modifying
Events activateNextRound()
createKingdom(address owner, string _key, string _title, uint256 _type, bool _locked) payable
destroy()
destroyAndSend(address _recipient)
forceWithdrawPayments(address payee)
payJackpot(uint256 _type)
purchaseKingdom(string _key, string _title, bool _locked) payable
setLock(string _key, bool _locked) payable
transferOwnership(address newOwner)
withdrawPayments()
LandCreatedEvent(string kingdomKey, address monarchAddress)
LandPurchasedEvent(string kingdomKey, address monarchAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _bookerAddress, uint256 _startTime)
fallback()
This contract contains no error objects.