DWorld Plots
Verified contract
Active on
Ethereum with 4,176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd4df…d90a
0x621a…332b
0x5301…3245
2 additional
variables
Balances ($5,631.31)
Native
Value
$5,631.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.840991 | $3,058.85 |
$5,631.31 | |
SHNZ2 | ERC-20 | 2K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200723 | 2 days ago | | | 0 | 0.00050258816 | |
| 16807845 | 2 years ago | | | 0 | 0.00085864166 | |
| 16359018 | 2 years ago | | | 0.0125 | 0.0028006373 | |
| 16128279 | 2 years ago | | | 0 | 0.00080630573 | |
| 15913974 | 2 years ago | | | 0 | 0.00041237686 | |
| 15689740 | 2 years ago | | | 0 | 0.00068929459 | |
| 15689738 | 2 years ago | | | 0 | 0.00061993775 | |
| 15689734 | 2 years ago | | | 0 | 0.00063530207 | |
| 15689699 | 2 years ago | | | 0 | 0.00063389907 | |
| 15689670 | 2 years ago | | | 0 | 0.00064349176 |
ABI
ABI objects
Getter at block 21214847 getAllPlots() view returns (uint32[])
buyoutDividendPercentage() view returns (uint256)
5000
buyoutFeePercentage() view returns (uint256)
3500
buyoutsEnabledFromTimestamp() view returns (uint256)
1517701788
cfoAddress() view returns (address)
0x0659836869772cf479cfcedb659ce6099560b1e5
claimDividend() view returns (uint256)
6250000000000000
claimDividendPercentage() view returns (uint256)
50000
countOfDeeds() view returns (uint256)
2227
migrationFinished() view returns (bool)
true
name() pure returns (string _deedName)
DWorld Plots
outstandingEther() view returns (uint256)
1594156076636904754
owner() view returns (address)
0xd91e15f8bf4e71ae5142406d15a6bfc1a9c4a1d7
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string _deedSymbol)
DWP
unclaimedPlotPrice() view returns (uint256)
12500000000000000
upgradedContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
addressToEtherOwed(address) view returns (uint256)
buyoutCost(uint256 _deedId) view returns (uint256)
coordinateToIdentifier(uint256 x, uint256 y) pure returns (uint256)
countOfDeedsByOwner(address _owner) view returns (uint256)
deedOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
deedUri(uint256 _deedId) pure returns (string uri)
deedsOfOwner(address _owner) view returns (uint256[])
freeClaimAllowanceOf(address addr) view returns (uint256)
identifierIsOriginal(uint256) view returns (bool)
identifierToBuyoutPrice(uint256) view returns (uint256)
identifierToCoordinate(uint256 identifier) pure returns (uint256 x, uint256 y)
initialPricePaid(uint256) view returns (uint256)
maximumInitialBuyoutPrice(uint256 _deedId) view returns (uint256)
nextBuyoutPrice(uint256 totalCost) pure returns (uint256)
ownerOf(uint256 _deedId) view returns (address _owner)
plots(uint256) view returns (uint32)
supportsInterface(bytes4 _interfaceID) pure returns (bool)
validCoordinate(uint256 x, uint256 y) pure returns (bool)
validIdentifier(uint256 identifier) pure returns (bool)
validInitialBuyoutPrice(uint256 _deedId, uint256 price) view returns (bool)
State-modifying
Events approve(address _to, uint256 _deedId)
approveMultiple(address _to, uint256[] _deedIds)
buyout(uint256 _deedId) payable
buyoutWithData(uint256 _deedId, string name, string description, string imageUrl, string infoUrl) payable
claimOwnership()
claimPlot(uint256 _deedId, uint256 _buyoutPrice) payable
claimPlotMultiple(uint256[] _deedIds, uint256 _buyoutPrice) payable
claimPlotMultipleWithData(uint256[] _deedIds, uint256 _buyoutPrice, string name, string description, string imageUrl, string infoUrl) payable
claimPlotWithData(uint256 _deedId, uint256 _buyoutPrice, string name, string description, string imageUrl, string infoUrl) payable
migrationStep(uint256 numPlotsTransfer)
pause()
reclaimToken(address token)
setBuyoutDividendPercentage(uint256 _buyoutDividendPercentage)
setBuyoutFeePercentage(uint256 _buyoutFeePercentage)
setCFO(address _newCFO)
setClaimDividendPercentage(uint256 _claimDividendPercentage)
setFreeClaimAllowance(address addr, uint256 allowance)
setInitialBuyoutPrice(uint256 _deedId, uint256 price)
setPlotData(uint256 _deedId, string name, string description, string imageUrl, string infoUrl)
setPlotDataMultiple(uint256[] _deedIds, string name, string description, string imageUrl, string infoUrl)
setUnclaimedPlotPrice(uint256 _unclaimedPlotPrice)
setUpgradedContractAddress(address _upgradedContractAddress)
takeOwnership(uint256 _deedId)
takeOwnershipMultiple(uint256[] _deedIds)
transfer(address _to, uint256 _deedId)
transferMultiple(address _to, uint256[] _deedIds)
transferOwnership(address newOwner)
unpause()
withdrawBalance()
withdrawFreeBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed deedId)
Buyout(address indexed buyer, address indexed seller, uint256 indexed deedId, uint256 winnings, uint256 totalCost, uint256 newPrice)
BuyoutDividend(address indexed from, address indexed to, uint256 deedIdFrom, uint256 indexed deedIdTo, uint256 dividend)
ClaimDividend(address indexed from, address indexed to, uint256 deedIdFrom, uint256 indexed deedIdTo, uint256 dividend)
ContractUpgrade(address upgradedContractAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
SetBuyoutPrice(uint256 indexed deedId, uint256 newPrice)
SetData(uint256 indexed deedId, string name, string description, string imageUrl, string infoUrl)
Transfer(address indexed from, address indexed to, uint256 indexed deedId)
Unpause()
constructor(address originalContractAddress, address originalSaleAuctionAddress, address originalRentAuctionAddress, uint256 buyoutsEnabledAfterHours)
This contract contains no fallback and receive objects.
This contract contains no error objects.