@nonce
Get the transaction count (nonce) of an address.
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