Core ContractsLongShortTokenOn this pageLongShortTokenOverview​LongShortToken contract representing PrePOMarket positions.The token can represent either a Long or Short position for the PrePOMarket it belongs to.Functions​owner​ function owner( ) external returns (address)Inherited from OpenZeppelin Ownable.mint​ function mint( address recipient, uint256 amount ) externalMints amount tokens to recipient. Allows PrePOMarket to mint positions for users.Only callable by owner() (should be PrePOMarket).Parameters:​NameTypeDescriptionrecipientaddressAddress of the recipientamountuint256Amount of tokens to mintburnFrom​ function burnFrom( address account, uint256 amount ) externalDestroys amount tokens from account, deducting from the caller's allowance.Inherited from OpenZeppelin ERC20Burnable.Parameters:​NameTypeDescriptionaccountaddressAddress of the account to destroy tokens fromamountuint256Amount of tokens to destroy