# Search for Nonce

In Ethereum, every transaction has a nonce. The nonce is the number of transactions sent from a given address. Each time you send a transaction, the nonce value increases by 1. To find which nonce you deployed your token contract address from:

1\) Find the original transaction hash of your token contract deployment and open it in Etherscan.

![Click the contract](https://2069257762-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MZG9ddufIlxK5RrKEcX%2F-MZubo4REgunzkpuAUz5%2F-MZueJGgmkuzI_t3IE-R%2FScreen%20Shot%202021-05-04%20at%208.53.08%20PM.png?alt=media\&token=20140f68-cb53-4acf-8748-9665457c0813)

![Search and click the txn](https://2069257762-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MZG9ddufIlxK5RrKEcX%2F-MZubo4REgunzkpuAUz5%2F-MZueMROUDzi2wtwlvNp%2FScreen%20Shot%202021-05-04%20at%208.50.27%20PM.png?alt=media\&token=1b709298-595e-42d3-b3cf-f42c29f5465a)

2\) Click on "Click to see more"

![](https://2069257762-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MZG9ddufIlxK5RrKEcX%2F-MZubo4REgunzkpuAUz5%2F-MZueVIfOlyi4cHDX4OX%2FScreen%20Shot%202021-05-04%20at%208.51.01%20PM.png?alt=media\&token=e4925ea3-3c19-4c21-938b-0a220fa53bbb)

3\) Your Nonce of the token creation transaction will be displayed in the view more

![](https://2069257762-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MZG9ddufIlxK5RrKEcX%2F-MZubo4REgunzkpuAUz5%2F-MZuesjzvKpDufFtirGo%2FScreen%20Shot%202021-05-04%20at%208.55.20%20PM.png?alt=media\&token=7093b8d9-4d99-4297-b604-79dd8738d539)
