solidity-optimize-name icon indicating copy to clipboard operation
solidity-optimize-name copied to clipboard

Find a optimized name for method.

Results 2 solidity-optimize-name issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/32866310/195428422-a6f6bfd2-45da-4ec2-8127-942739a5ae20.png)

Original implementation doesn't work for following method with struct array as parameter ``` struct PairOut { address pairAddress; uint256 amountOut; } function action( uint256 amount, PairOut[] calldata pairOuts ) ```...