Skip to content
On this page

Type alias: AbiFunction

AbiFunction: object

ABI "function" type

Type declaration

constant

optional constant: boolean

Deprecated

use pure or view from AbiStateMutability instead

See

https://github.com/ethereum/solidity/issues/992


gas

optional gas: number

Deprecated

Vyper used to provide gas estimates

See

https://github.com/vyperlang/vyper/issues/2151


inputs

inputs: readonly AbiParameter[]


name

name: string


outputs

outputs: readonly AbiParameter[]


payable

optional payable: boolean

Deprecated

use payable or nonpayable from AbiStateMutability instead

See

https://github.com/ethereum/solidity/issues/992


stateMutability

stateMutability: AbiStateMutability


type

type: "function"

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/abi-7aa1f183.d.ts:48


Generated using TypeDoc and typedoc-plugin-markdown