Optional Readonly anonymousIf the event is anonymous.
Optional Readonly constantIf the function is constant.
Optional Readonly gasThe gas limit to use when sending a transaction for this function.
Optional Readonly inputsThe input parameters.
Optional Readonly nameThe name of the error, event, function, etc.
Optional Readonly outputsThe output parameters.
Optional Readonly payableIf the function is payable.
Optional Readonly stateThe mutability state of the function.
Optional Readonly typeThe type of the fragment (e.g. event, "function", etc.)
Generated using TypeDoc
A fragment for a method, event or error in a JSON ABI format.