In Distributor
, each distribution charges a commission fee:
Note that the comments suggests that COMMISSION_FEE
may be changed in the future (in the code, as this is a constant). The function for transferring out the commission is as follow
There are tokens (such as USDT) that will revert on zero-value transfers. As such, if the protocol decides to remove the commission fee for any reason, the transfer will always revert, and it will not be possible to recover the tokens.
Revert-on-zero-transfer tokens can get stuck if commission fee is zero.
Manual review
Transfer out if and only if commission is non-zero. Change to as follow:
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.