This method maps token IDs to shares.
function INFTShares( uint _id ) external view returns (uint);
Last updated 1 year ago
_id
The ID of an INFT.
uint _val
The share value for a given INFT.