DWorld Plots

Verified contract

Active on Ethereum with 4,176 txns
Deployed by via 0xec86d993 at 5022271
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables
Native
Value $5,631.31
ERC-20
--
ERC-20
--
0x47f86037fe405efeadd0817dea7c28fb4398c29bdd8d5046a8705a76c227e2c4
0x7966fbf796ac3820c18b71b1b5118a06fd01cd0b63b2bb1af19fe357a26953b6
0x3d0885f0f432ed9002fd0519d991b429b8bae8ab1767f0f090eabf713bf4f590
0x3a6f1c019cfdfeb74772b65459c53adb8615a800fc39ce0c9a2245aff7fff722
0x44b199369dcc92a9180fb75db8c23e401d77ae3a50d697385336ddeb09a7e497
0xf41259fa1f60d0472c56d84c6a8ac5f8a777e8cb37f3422f4a04023248c6df58
0x333849d5925914cd47479c81e2c6aff6255e4a7ce773bbb13b2710fc8494d05b
0x2ae7e3da5420d72b0f0a7ac32efdca3c46b27bb8303025e33a4a1a4eb78febef
0x79f92e63e7866711024ef21ce45b7b47a9d52bd88cc6c6b8939a9f9586c16fb8
0xdeeb638968244192a1663ebdd6001d578c642824dc5f5b654a97b351d8e8bbd8

Functions
Getter at block 21214847
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
 
getAllPlots(view returns (uint32[])
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(addressview returns (uint256)
buyoutCost(uint256 _deedIdview returns (uint256)
coordinateToIdentifier(uint256 xuint256 ypure returns (uint256)
countOfDeedsByOwner(address _ownerview returns (uint256)
deedOfOwnerByIndex(address _owneruint256 _indexview returns (uint256)
deedUri(uint256 _deedIdpure returns (string uri)
deedsOfOwner(address _ownerview returns (uint256[])
freeClaimAllowanceOf(address addrview returns (uint256)
identifierIsOriginal(uint256view returns (bool)
identifierToBuyoutPrice(uint256view returns (uint256)
identifierToCoordinate(uint256 identifierpure returns (uint256 xuint256 y)
initialPricePaid(uint256view returns (uint256)
maximumInitialBuyoutPrice(uint256 _deedIdview returns (uint256)
nextBuyoutPrice(uint256 totalCostpure returns (uint256)
ownerOf(uint256 _deedIdview returns (address _owner)
plots(uint256view returns (uint32)
supportsInterface(bytes4 _interfaceIDpure returns (bool)
validCoordinate(uint256 xuint256 ypure returns (bool)
validIdentifier(uint256 identifierpure returns (bool)
validInitialBuyoutPrice(uint256 _deedIduint256 priceview returns (bool)
State-modifying
approve(address _touint256 _deedId
approveMultiple(address _touint256[] _deedIds
buyout(uint256 _deedIdpayable 
buyoutWithData(uint256 _deedIdstring namestring descriptionstring imageUrlstring infoUrlpayable 
claimOwnership(
claimPlot(uint256 _deedIduint256 _buyoutPricepayable 
claimPlotMultiple(uint256[] _deedIdsuint256 _buyoutPricepayable 
claimPlotMultipleWithData(uint256[] _deedIdsuint256 _buyoutPricestring namestring descriptionstring imageUrlstring infoUrlpayable 
claimPlotWithData(uint256 _deedIduint256 _buyoutPricestring namestring descriptionstring imageUrlstring infoUrlpayable 
migrationStep(uint256 numPlotsTransfer
pause(
reclaimToken(address token
setBuyoutDividendPercentage(uint256 _buyoutDividendPercentage
setBuyoutFeePercentage(uint256 _buyoutFeePercentage
setCFO(address _newCFO
setClaimDividendPercentage(uint256 _claimDividendPercentage
setFreeClaimAllowance(address addruint256 allowance
setInitialBuyoutPrice(uint256 _deedIduint256 price
setPlotData(uint256 _deedIdstring namestring descriptionstring imageUrlstring infoUrl
setPlotDataMultiple(uint256[] _deedIdsstring namestring descriptionstring imageUrlstring infoUrl
setUnclaimedPlotPrice(uint256 _unclaimedPlotPrice
setUpgradedContractAddress(address _upgradedContractAddress
takeOwnership(uint256 _deedId
takeOwnershipMultiple(uint256[] _deedIds
transfer(address _touint256 _deedId
transferMultiple(address _touint256[] _deedIds
transferOwnership(address newOwner
unpause(
withdrawBalance(
withdrawFreeBalance(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed deedId
Buyout(address indexed buyeraddress indexed selleruint256 indexed deedIduint256 winningsuint256 totalCostuint256 newPrice
BuyoutDividend(address indexed fromaddress indexed touint256 deedIdFromuint256 indexed deedIdTouint256 dividend
ClaimDividend(address indexed fromaddress indexed touint256 deedIdFromuint256 indexed deedIdTouint256 dividend
ContractUpgrade(address upgradedContractAddress
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
SetBuyoutPrice(uint256 indexed deedIduint256 newPrice
SetData(uint256 indexed deedIdstring namestring descriptionstring imageUrlstring infoUrl
Transfer(address indexed fromaddress indexed touint256 indexed deedId
Unpause(
Constructor
constructor(address originalContractAddressaddress originalSaleAuctionAddressaddress originalRentAuctionAddressuint256 buyoutsEnabledAfterHours
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.