PixelPropertyToken
Verified contract
Active on
Ethereum with 90 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf07d…8c07
Balances ($0.00)
No balances found for "PixelPropertyToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10203869 | 4 years ago | | | 0 | 0.0012037280 | |
| 9133676 | 5 years ago | | | 0 | 0.00025753560 | |
| 8509247 | 5 years ago | | | 0 | 0.00072794779 | |
| 8359387 | 5 years ago | | | 0 | 0.000036824000 | |
| 8339917 | 5 years ago | | | 0 | 0.00051824000 | |
| 8107846 | 5 years ago | | | 0 | 0.000071346500 | |
| 7292880 | 6 years ago | | | 0 | 0.00029574275 | |
| 7215972 | 6 years ago | | | 0 | 0.00036283200 | |
| 7215946 | 6 years ago | | | 0 | 0.00041459200 | |
| 7076587 | 6 years ago | | | 0 | 0.00036400000 |
ABI
ABI objects
Getter at block 21289555
decimals() view returns (uint256)
0
name() view returns (string)
PixelPropertyToken
symbol() view returns (string)
PXL
totalSupply() view returns (uint256)
653016
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
getOwnerHoverText(address user) view returns (uint256[2])
getOwnerLink(address user) view returns (uint256[2])
getPropertyBecomePublic(uint16 propertyID) view returns (uint256)
getPropertyColors(uint16 propertyID) view returns (uint256[5])
getPropertyColorsOfRow(uint16 propertyID, uint8 rowIndex) view returns (uint256)
getPropertyData(uint16 propertyID, uint256 systemSalePriceETH, uint256 systemSalePricePXL) view returns (address, uint256, uint256, uint256, bool, uint256, uint8)
getPropertyEarnUntil(uint16 propertyID) view returns (uint256)
getPropertyFlag(uint16 propertyID) view returns (uint8)
getPropertyLastUpdate(uint16 propertyID) view returns (uint256)
getPropertyLastUpdater(uint16 propertyID) view returns (address)
getPropertyLastUpdaterBecomePublic(uint16 propertyID) view returns (address, uint256)
getPropertyOwner(uint16 propertyID) view returns (address)
getPropertyOwnerSalePrice(uint16 propertyID) view returns (address, uint256)
getPropertyPrivateMode(uint16 propertyID) view returns (bool)
getPropertyPrivateModeBecomePublic(uint16 propertyID) view returns (bool, uint256)
getPropertyPrivateModeLastUpdateEarnUntil(uint16 propertyID) view returns (bool, uint256, uint256)
getPropertySalePrice(uint16 propertyID) view returns (uint256)
getRegulatorLevel(address user) view returns (uint8)
ownerHoverText(address, uint256) view returns (uint256)
ownerWebsite(address, uint256) view returns (uint256)
properties(uint16) view returns (uint8 flag, bool isInPrivateMode, address owner, address lastUpdater, uint256 salePrice, uint256 lastUpdate, uint256 becomePublic, uint256 earnUntil)
regulators(address) view returns (uint8)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burnPXL(address burningUser, uint256 amount)
burnPXLRewardPXL(address burner, uint256 toBurn, address rewarder, uint256 toReward)
burnPXLRewardPXLx2(address burner, uint256 toBurn, address rewarder1, uint256 toReward1, address rewarder2, uint256 toReward2)
endMigrationPeriod()
migratePropertyOwnership(uint16[10] propertiesToCopy)
migrateUsers(address[10] usersToMigrate)
rewardPXL(address rewardedUser, uint256 amount)
setOwnerHoverText(address textOwner, uint256[2] hoverText)
setOwnerLink(address websiteOwner, uint256[2] website)
setPixelPropertyContract(address newPixelPropertyContract)
setPropertyBecomePublic(uint16 propertyID, uint256 becomePublic)
setPropertyBecomePublicEarnUntil(uint16 propertyID, uint256 becomePublic, uint256 earnUntil)
setPropertyColors(uint16 propertyID, uint256[5] colors)
setPropertyDAppContract(address propertyDAppContract, bool giveAccess)
setPropertyEarnUntil(uint16 propertyID, uint256 earnUntil)
setPropertyFlag(uint16 propertyID, uint8 flag)
setPropertyLastUpdate(uint16 propertyID, uint256 lastUpdate)
setPropertyLastUpdater(uint16 propertyID, address lastUpdater)
setPropertyLastUpdaterLastUpdate(uint16 propertyID, address lastUpdater, uint256 lastUpdate)
setPropertyOwner(uint16 propertyID, address propertyOwner)
setPropertyOwnerSalePrice(uint16 propertyID, address owner, uint256 salePrice)
setPropertyOwnerSalePricePrivateModeFlag(uint16 propertyID, address owner, uint256 salePrice, bool privateMode, uint8 flag)
setPropertyPrivateMode(uint16 propertyID, bool isInPrivateMode)
setPropertyPrivateModeEarnUntilLastUpdateBecomePublic(uint16 propertyID, bool privateMode, uint256 earnUntil, uint256 lastUpdate, uint256 becomePublic)
setPropertyRowColor(uint16 propertyID, uint8 row, uint256 rowColor)
setPropertySalePrice(uint16 propertyID, uint256 salePrice)
setRegulatorAccessLevel(address user, uint8 accessLevel)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address oldAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.