EIP-Spec
EIP-Spec copied to clipboard
There must be a way to add tranches in PartialFungibleToken
PartialFungibleToken.sol code assume there are some predefined tranches within the token contract. But when a new token with new tranche minting, you should add this new tranche to tranches and trancheToIndex variables.