Users who accumulate more than 2^96 UNI tokens may lose their tokens because transfers above that will always revert.
The UNI token contract imposes a transfer limit, restricting the maximum amount of tokens that can be transferred in a single transaction to 2^96 UNI tokens. Any transfer exceeding this threshold will trigger a transaction revert. The contract relies on the balanceOf
function to verify the sender's token balance before proceeding with a transfer.
such a transfer will always revert for balances above 2^96 UNI tokens
https://github.com/d-xo/weird-erc20#revert-on-large-approvals--transfers
Users who accumulate more than 2^96 UNI tokens may lose their tokens due to a DOS revert when attempting to withdraw their token balance.
https://github.com/d-xo/weird-erc20#revert-on-large-approvals--transfers
Contracts should always check the amount of UNI being transferred before processing the transaction.
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.