> For the complete documentation index, see [llms.txt](https://docs.chainswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainswap.com/user-guide-1/search-for-nonce.md).

# 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](/files/-MZueJGgmkuzI_t3IE-R)

![Search and click the txn](/files/-MZueMROUDzi2wtwlvNp)

2\) Click on "Click to see more"

![](/files/-MZueVIfOlyi4cHDX4OX)

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

![](/files/-MZuesjzvKpDufFtirGo)
