Infity approval
When an approval is set to type(uint256).max
it will not decrease through transferFrom
or withdrawFrom
calls.
Balance slots
To avoid extra calculations the balances of the users are stored in the same slot as the address
instead of using a mapping.
To avoid slot collisions we use the ERC-1967: Proxy Storage Slots.
← Improvements Security →