Hello, Im trying to verify my contract but seem to be having a pit of a problem.
Seems to be having problem with the imports. How can I solve this?
https://etherscan.io/token/0x2351c2f269f6e86f3ed5638899f5121a100c6bf0
can anyone help?
Hello, Im trying to verify my contract but seem to be having a pit of a problem.
Seems to be having problem with the imports. How can I solve this?
https://etherscan.io/token/0x2351c2f269f6e86f3ed5638899f5121a100c6bf0
can anyone help?
Replace each import
statement with the actual contents of the imported file.
I manage to solve it
I just flatten my codes from remix and copy paste it.
This is not a solution because then they will not manage to verify it since it will have a different
Bytecode,
only if flatten it before to publish it.