Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Property"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15629865 | 2 years ago | | | 0 | 0.0016698180 | |
| 15629865 | 2 years ago | | | 0 | 0.0016742760 | |
| 15629865 | 2 years ago | | | 0 | 0.0017600760 | |
| 15158976 | 2 years ago | | | 0 | 0.00024916195 | |
| 15158973 | 2 years ago | | | 0 | 0.00024517318 | |
| 15080380 | 2 years ago | | | 0 | 0.00056862918 | |
| 15003184 | 2 years ago | | | 0 | 0.014535899 | |
| 14921685 | 3 years ago | | | 0 | 0.012115090 | |
| 14830385 | 3 years ago | | | 0 | 0.0054798862 | |
| 14788622 | 3 years ago | | | 0 | 0.0010696856 |
ABI
ABI objects
Getter at block 21426021
getPropInventory() view returns (uint256[6])
[1932, 4506, 1190, 1765, 121, 136]
name() view returns (string)
Property
owner() view returns (address)
0xb4538af75acf949bc3421f7df7a1d0cdff9f718d
symbol() view returns (string)
PROPERTY
totalSupply() view returns (uint256)
345
Read-only
_propIdToHash(uint256 _propId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPayForProperty(uint256 _propId) view returns (uint8)
getPayForType(uint8 propType) pure returns (string)
getPropPrice(uint8 propType) view returns (uint256)
hashToMetadata(string _hash) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
outputFullSVG(string _hash) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
traitData(uint8, uint8) view returns (string ttype, string name, string png, bool on)
walletOfOwner(address _wallet) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
clearTraits()
flipMintMode()
mintProperty(uint8 propType)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPaperAddresses(address _debtCityAddress, address _paperAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
uploadTraits(uint8 traitType, struct PropertyPngTrait[] traits)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.