Tony

Results 3 issues of Tony

### Background In [`Multicall.sol`](https://github.com/Uniswap/v3-periphery/blob/51f8871aaef2263c8e8bbf4f3410880b6162cdea/contracts/base/Multicall.sol), it tries to decode revert messages in order to bubble the reason up. Originally, inspired by https://ethereum.stackexchange.com/a/83577 ### Description The current implementation for decoding revert messages...

### Summary Of Changes This PR aims to fix the error in decoding revert reasons that was incorrectly implemented. ### Technical Description Early, a correct solution has been suggested [here](https://ethereum.stackexchange.com/a/110428)....

wontfix

I suggest giving more hints for level 26 - DoubleEntryPoint It was really impossible to figure out the issue until I saw the level factory. Once you know that, the...