Skip to main content
Version: Next

Property

Summaryโ€‹

Tokenized contract of creator's activity.

Interfaceโ€‹

This contract inherits from UsingRegistry and ERC20. So it retains the interfaces of these contructs.

function author() external view returns (address)

function changeName(string memory _name) external

function changeSymbol(string memory _symbol) external

function withdraw(address _sender, uint256 _value) external

function getBalances() external view returns (PropertyBalance[] memory)