tronscan / tronscan-frontend

Tronscan Frontend
https://tronscan.org
GNU Lesser General Public License v3.0
264 stars 209 forks source link

Proxy Contract Not Showing Options #1556

Closed taaha827 closed 1 year ago

taaha827 commented 2 years ago

Hello Guys, I was implementing Transparent Proxy Pattern in a smart contract, i developed ,tested and compiled the code and deployed to shasta test network, but when I verified the contract, The tronscan website is not showing me Write as proxy and read as proxy option. Is there a way to do so or if any of you guys can help me identify the issue.

bbsyaya commented 1 year ago

Can you send me the address of your proxy contract?

taaha827 commented 1 year ago

You can go ahead on close this issue, I was able to see those options, there was a mistake in my smart contract where it was not implementing the right Interface that would have allowed tronscan to identify the contract as a proxy contract. I was able to fix the issue.