Skip to content

@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

@nonce(address)
NameTypeDescription
addressaddressAccount address
# Get the nonce of an address
set $n @nonce(0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266)
print $n
  • @me — get the connected wallet address