Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

If you delete a contract on NEAR, can you still see the transaction history of that contract?

Tags:

nearprotocol

With near-sdk you have the option to delete a contract. How can you go back to see all the transactions this contract had?

like image 525
andy-dev Avatar asked Oct 12 '25 07:10

andy-dev


1 Answers

Using the NEAR explorer and the accountId of the contract you deleted, you can see the history of the contract. https://explorer.near.org/

like image 174
andy-dev Avatar answered Oct 16 '25 05:10

andy-dev