
The total Shares for fractional ownership = 14563
The available Shares for purchase = 1603
The property valuation = $34,323,739.
Value per share = $2,356
Potential ROI per month = 16.6%
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.