...xternal {
// case 1: query to contract SupportNone without revert and return false
assertFalse(testing.supportsERC165InterfaceUnchecked(address(supportNone), type(IERC165).interfaceId));
assertFalse(testing.supportsERC165InterfaceUnchecked(address(supportNone), INTERFACE_I...
.../ Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
// decrementing then incrementing.
_balances[to] += amount;
}
emit Transfer(from, to, amount);
_afterTokenTransfer(from, to, amount);
}
```
可以看到,...
...ckmagnates.com/o...](https://blog.blockmagnates.com/on-chain-vault-erc4626-and-inflation-attack-c2d8d4cb5149)
>- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~