Skip to main content

NonPayableCallOptions

Hierarchy

Index

Properties

optionalchainId

chainId?: string

optionaldata

data?: string

optionalfrom

from?: string

The address the call transaction should be made from. For calls the from property is optional however it is highly recommended to explicitly set it or it may default to address(0) depending on your node or provider.

optionalgas

gas?: string

The maximum gas provided for this call “transaction” (gas limit)

optionalgasPrice

gasPrice?: string

The gas price in wei to use for this call transaction.

optionalinput

input?: string

optionalmaxFeePerGas

maxFeePerGas?: string

optionalmaxPriorityFeePerGas

maxPriorityFeePerGas?: string

optionalnonce

nonce?: string

optionalto

to?: string

optionaltype

type?: string | number