Fix for SolidityType uint[] not matching array types.
Add Javadocs and new tests for SolidityType factories
Enhanced the SolidityType
class with Javadocs for improved code documentation. Added unit tests, including a new test for uint256[]
matching and decoding of dynamic arrays. Additionally, included an ERC20 ABI JSON file for testing purposes.