solidity-optimize-name
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

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 ) ```...