Submitted by gpersoon
The initial tokens are minted to the address PERMANENT_INITIAL_LIQUIDITY_HOLDER
The comments suggest they can never be moved from there.
However transferFrom in SyntheticToken.sol allows longShort to move tokens from any address so also from address PERMANENT_INITIAL_LIQUIDITY_HOLDER.
This is unlikely to happen because the current source of LongShort.sol doesnt allow for this action.
However LongShort.sol is upgradable to in theory a future version could allow this. LongShort.sol L34
SyntheticToken.sol L91
Recommend accepting the risk and document this in the contract. Or, update transferFrom to contain the following:
JasoonS (Float) acknowledged and disagreed with severity:
moose-code (Float) commented:
JasoonS (Float) commented:
0xean (judge) commented:
