Hello All, Founder of BTCx here. I minted this project token via the Origin tool, however, it appears the contract is unable to be verified through the traditional method. If there are any devs that can help it would be greatly appreciated.
For further actions, you may consider blocking this person and/or reporting abuse
Discussion (5)
Hello @jc_bitcoinx
Since we haven’t received any response from your side , we are closing the issue as it appears to be resolved. If you still have the issue, please feel free to reopen it.
Thank you!
Hello,
We hope that the above issue has been resolved, if the issue is still persist then please let us know, the team will resolve it on priority.
It will be grateful to get an update within 72 hours or else it will be considered as resolved.
Thank You!
Please check out the detailed guide on How to verify your Smartcontract on Blocksscan Explorer medium.com/@tivan7404/how-to-verif...
I figured out how Origin named their contracts by plugging in the .sol file into remix.ide and compiling.
So note for future Projects.
If you use Origin to mint your tokens. To verify your contract in the "Contract Name" field type "Coin." It does not name it the same as your project. Paste .sol code as usual. Click submit. Cheers. 👍
You could consider creating your XRC-20 through Truffle:
docs.xdc.community/learn/how-to-ar...