
The total shares for fractional ownership = 9834
The available shares for purchase = 3316
The property valuation = $19,640,151
Value per share = $1,997
Potential ROI per month = 14.3%
The mint function checks if there are sufficient available shares before minting a new token.
The getter functions automates retrieval of the property URI, property valuation, total shares, and
available shares.
The setPropertyURI and setPropertyValuation functions allow the contract owner to update the
property metadata.
The authorizeAddressForTransfer and revokeAddressAuthorizationForTransfer functions manage
address authorization for transferring tokens.
The setKycApproved function allows the contract owner to manage the KYC approval status of
addresses.
The transfer and transferFrom include transfer restrictions and authorization checks.
The _isTransferAllowed internal function checks if a transfer is allowed.