@nonce
Number of transactions sent from an address (its account nonce), read over plain RPC. For contracts it counts the CREATEs they performed. There is no on-chain form: the EVM has no nonce opcode.
Returns: number
Syntax
Section titled “Syntax”@nonce(address)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
address | address | Account address |
Examples
Section titled “Examples”# Get the nonce of an addressset $n @nonce(0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266)print $nSee Also
Section titled “See Also”- @me — get the connected wallet address