Skip to content

Commit

Permalink
Report for issue #337 updated by Iurii3
Browse files Browse the repository at this point in the history
  • Loading branch information
code423n4 committed Jan 30, 2023
1 parent 98635ec commit e2000ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/Iurii3-Q.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ modifier onlyAdminWithdrawAfterEnd() actually does not check if admin calls it,

wrong variable name, should be claimingAddress_Balance instead of msgSenderBalance
[RabbitHoleReceipt.sol#L113](https://github.com/rabbitholegg/quest-protocol/blob/8c4c1f71221570b14a0479c216583342bd652d8d/contracts/RabbitHoleReceipt.sol#L113)


### [NC-05] WithdrawRemainingTokens function on the ERC1155Quest does not count on unclaimed tokens

[Erc1155Quest.sol#L60](https://github.com/rabbitholegg/quest-protocol/blob/8c4c1f71221570b14a0479c216583342bd652d8d/contracts/Erc1155Quest.sol#L60)

WithdrawRemainingTokens on ERC1155 Quest does not check if there are remaining unclaimed tokens by participants and withdraw full balance on the contract. In this case it must be used only after all participants claim their rewards that may require additional checks from the team.

0 comments on commit e2000ab

Please sign in to comment.