Properties
_deployedPromise
_deployedPromise: Promise<Contract>
_runningEvents
_runningEvents: {}
Type declaration
-
[eventTag: string]: RunningEvent
_wrappedEmits
_wrappedEmits: {}
Type declaration
-
[eventTag: string]: (...args: any[]) => void
Readonly address
address: string
callStatic
callStatic: { nonces: any }
Type declaration
-
nonces: function
- nonces(owner_: string, overrides?: CallOverrides): Promise<BigNumber>
-
Parameters
-
owner_: string
-
Optional overrides: CallOverrides
Returns Promise<BigNumber>
Readonly deployTransaction
deployTransaction: TransactionResponse
estimateGas
estimateGas: { nonces: any }
Type declaration
-
nonces: function
- nonces(owner_: string, overrides?: CallOverrides): Promise<BigNumber>
-
Parameters
-
owner_: string
-
Optional overrides: CallOverrides
Returns Promise<BigNumber>
functions
functions: { nonces: any }
Type declaration
-
nonces: function
- nonces(owner_: string, overrides?: CallOverrides): Promise<[BigNumber]>
-
Parameters
-
owner_: string
-
Optional overrides: CallOverrides
Returns Promise<[BigNumber]>
interface
interface: TokenStateInterface
populateTransaction
populateTransaction: { nonces: any }
Type declaration
-
nonces: function
- nonces(owner_: string, overrides?: CallOverrides): Promise<PopulatedTransaction>
-
Parameters
-
owner_: string
-
Optional overrides: CallOverrides
Returns Promise<PopulatedTransaction>
Readonly provider
provider: Provider
Readonly resolvedAddress
resolvedAddress: Promise<string>
Readonly signer
signer: Signer
See {IERC20Permit-nonces}.