TSwapPool.sol have this bizzare transfer at 10 swap (max swaps)
if (swap_count >= SWAP_COUNT_MAX) {
swap_count = 0;
outputToken.safeTransfer(msg.sender, 1_000_000_000_000_000_000);
}
if (swap_count >= SWAP_COUNT_MAX) {
swap_count = 0;
outputToken.safeTransfer(msg.sender, 1_000_000_000_000_000_000);
}
Try to reset some token swaps counter and transfer big amount of tokens.
Can cripple the app by giving funds to users on deterministic occasions like in ponzy game.
slitehr, code review
Delete those lines.
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.