The contract ProxyFactory have a mapping of tokens supported by the protocol
In this mapping, the tokens state cannot be change
The contract ProxyFactory can't integrate/remove tokens this limits the contract to only use the tokens allowed in the constructor and it does not allow to disable tokens that do not want to use anymore for some reason(broken stable token like LUNA)
The protocol can't integrate/remove tokens
Add a onlyOwner function to permit change the state of the token inside the mapping:
Keep in mind that if a token is removed, it could have proxies with tokens and they will be locked in the contract. Only the owner of the contract ProxyFactory will be able to add the token, distribute them and remove the token
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.