Receivable
Last updated
Last updated
Inherits: , Initializable, ERC721Upgradeable, ERC721EnumerableUpgradeable, ERC721BurnableUpgradeable, UUPSUpgradeable,
Initializes the Receivable.
Parameters
isleGlobal_
address
The address of the isleGlobal.
Mint a new receivable.
The event faceAmount is converted to decimal with 6 decimals.
Parameters
params_
RCV.Create
The struct containing the information of the receivable to be created.
Returns
tokenId_
uint256
The id of the newly created receivable.
Get the information of a receivable.
Parameters
tokenId_
uint256
The id of the receivable.
Returns
info_
RCV.Info
The struct containing the information of the receivable.
Burn a receivable.
Parameters
tokenId_
uint256
The id of the receivable.
Get governor from IsleGlobals.
Returns
governor_
address
The address of the governor.
not support batch transfer
Hook that is called before any token transfer.
See {IERC165-supportsInterface}.