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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please help:
so I am doing this to verify the contract on the blockchain:
web3 contract verify --address 0xF6787c158dA9B71026C400dBee8fF4F7c2946722 --contract-name "LA Family Token" LAFAM.sol
I get this error:
ERROR: Cannot verify the contract: wrong compiler version, error code: 400
how can I sort the problem please?
the header of the .sol file shows:
// @OpenZeppelin v4.0.0
pragma solidity ^0.8.4;
Beta Was this translation helpful? Give feedback.
All reactions