RAAC Token swap fees will be locked in the FeeCollector
RAAC Token is one fee-on-transfer token. When users transfer their RAAC token, the protocol will charge one part of RAAC token as the swap fee if the sender and the receiver are not in the whitelist. This part of swap fee will be updated in the feeCollector contract.
When we go through the FeeCollector contract, we will use collectFee()
function to collect all kinds of fees. When the distributor role tries to distribute the funds in the feeCollector, we will distribute all fees from the collectFee()
. However, the RAAC swap fees do not come from collectFee()
. This will cause that the related RAAC swap fees will be locked in the feeCollector.
RAAC Swap fees are locked in the FeeCollector.
Manual
In order to be compatible with the feeCollector's implementation, we will send the RAAC swap fees to the fee Collector via the collectFee()
. Or add another interface to record this part of fees.
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.