You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
encodedConstructor cannot be resolved to a variable. This is due to the zero-argument constructor. When I add a fake(as in not used anywhere) uint argument to the constructor everything is fine. I do believe zero-argument constructors are allowed in Solidity, though.
I used the solidity web compiler to create .bin and .abi and am using web3j 1.0.3. I really like that SolidityFunctionWrapperGenerator now logs what its doing :-)
Best regards,
Max
The text was updated successfully, but these errors were encountered:
Hi Conor,
The following slightly modified example contract:
creates this Java code:
encodedConstructor cannot be resolved to a variable. This is due to the zero-argument constructor. When I add a fake(as in not used anywhere) uint argument to the constructor everything is fine. I do believe zero-argument constructors are allowed in Solidity, though.
I used the solidity web compiler to create .bin and .abi and am using web3j 1.0.3. I really like that SolidityFunctionWrapperGenerator now logs what its doing :-)
Best regards,
Max
The text was updated successfully, but these errors were encountered: