VirtualRealEstate
Verified contract
Active on
Ethereum with 1,721 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9bc0…1b8e
Balances ($654.86)
Native
Value
$654.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.183967 | $3,559.65 |
$654.86 | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8392483 | 5 years ago | | | 0 | 0.00084300300 | |
| 8392285 | 5 years ago | | | 0 | 0.0026022700 | |
| 8391660 | 5 years ago | | | 0 | 0.0014786850 | |
| 8391589 | 5 years ago | | | 0 | 0.00088721100 | |
| 8391519 | 5 years ago | | | 0 | 0.00088721100 | |
| 8391488 | 5 years ago | | | 0 | 0.00038807700 | |
| 8391488 | 5 years ago | | | 0 | 0.00088721100 | |
| 8385449 | 5 years ago | | | 0 | 0.0014786850 | |
| 8384921 | 5 years ago | | | 0 | 0.00083945400 | |
| 8380396 | 5 years ago | | | 0 | 0.0020701590 |
ABI
ABI objects
Getter at block 21290144 getSaleInformation() view returns (uint8, uint8, uint16, uint16, uint16, uint16)
getSystemSalePrices() view returns (uint256, uint256)
(91983547804038515, 3534)
isInGracePeriod() view returns (bool)
false
Read-only
getForSalePrices(uint16 propertyID) view returns (uint256, uint256)
getProjectedPayout(bool propertyIsInPrivateMode, uint256 propertyLastUpdate, uint256 propertyEarnUntil) view returns (uint256)
getProjectedPayout(uint16 propertyID) view returns (uint256)
getPropertyData(uint16 propertyID) view returns (address, uint256, uint256, uint256, bool, uint256, uint32)
State-modifying
Events buyProperty(uint16 propertyID, uint256 pxlValue) payable returns (bool)
buyPropertyInETH(uint16 propertyID) payable returns (bool)
buyPropertyInPXL(uint16 propertyID, uint256 PXLValue)
changeOwners(address newOwner)
delist(uint16 propertyID) returns (bool)
listForSale(uint16 propertyID, uint256 price) returns (bool)
makeBid(uint16 propertyID, uint256 bidAmount)
setColors(uint16 propertyID, uint256[5] newColors, uint256 PXLToSpend) returns (bool)
setColorsX4(uint16[4] propertyIDs, uint256[20] newColors, uint256 PXLToSpendEach) returns (bool[4])
setColorsX8(uint16[8] propertyIDs, uint256[40] newColors, uint256 PXLToSpendEach) returns (bool[8])
setHoverText(uint256[2] text)
setLink(uint256[2] website)
setPXLPropertyContract(address pxlPropertyContract)
setPropertyMode(uint16 propertyID, bool setPrivateMode, uint32 numMinutesPrivate)
setRowColors(uint16 propertyID, uint8 row, uint256 newColorData, uint256 PXLToSpend) returns (bool)
transferProperty(uint16 propertyID, address newOwner) returns (bool)
tryForcePublic(uint16 propertyID)
withdraw(uint256 amount)
withdrawAll()
Bid(uint16 indexed property, uint256 bid, uint256 timestamp)
DelistProperty(uint16 indexed property)
PropertyBought(uint16 indexed property, address indexed newOwner, uint256 ethAmount, uint256 PXLAmount, uint256 timestamp, address indexed oldOwner)
PropertyColorUpdate(uint16 indexed property, uint256[5] colors, uint256 lastUpdate, address indexed lastUpdaterPayee, uint256 becomePublic, uint256 indexed rewardedCoins)
PropertySetForSale(uint16 indexed property, uint256 forSalePrice)
SetPropertyPrivate(uint16 indexed property, uint32 numMinutesPrivate, address indexed rewardedUser, uint256 indexed rewardedCoins)
SetPropertyPublic(uint16 indexed property)
SetUserHoverText(address indexed user, uint256[2] newHoverText)
SetUserSetLink(address indexed user, uint256[2] newLink)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.