Last updated 1 year ago
This method creates a new INFT, the share of which is determined by the amount of XFIT locked in the Factory.
function mint( address _to ) external returns (uint tokenID, uint share);
_to
The address to which the newly minted INFT should be sent to.
tokenID
The ID of the newly minted INFT.
share
The share value of the INFT.