Team Points Factory
TeamPointsFactory
Factory Logic
Factory Functions
function createTeamPoints(
bool isTransferable,
bool isOutsideTransferAllowed,
uint256 materialWeight,
string memory name,
string memory symbol
) external returns (address contractAddress)Last updated