Hello there,
I deployed a contract with the remix without any problems.
Where can I access the ABI code for this contract?
I get an error when I try to verify the contract.
“Error! Invalid constructor arguments provided. Please verify that they are in ABI-encoded format”
1 Like
Hi @jewelhunt,
If you have a flattened contract, then you can encode your constructor parameters using https://abi.hashex.org/
Otherwise you can convert GitHub imports to npm imports and use Hardhat to verify: