Properties
Readonly [internal]
[internal]: any
allowance
allowance: TypedContractMethod<[holder: AddressLike, spender: AddressLike], [bigint], "view">
approve
approve: TypedContractMethod<[spender: AddressLike, amount: BigNumberish], [boolean], "nonpayable">
balanceOf
balanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">
Readonly fallback
fallback: null | WrappedFallback
filters
filters: {
Approval: TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
Approval(address,address,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
Transfer: TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
Transfer(address,address,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
}
Type declaration
-
Approval: TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
Approval(address,address,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
Transfer: TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
Transfer(address,address,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>
interface
interface: IERC20Interface
Readonly runner
runner: null | ContractRunner
Readonly target
target: string | Addressable
totalSupply
totalSupply: TypedContractMethod<[], [bigint], "view">
transfer
transfer: TypedContractMethod<[recipient: AddressLike, amount: BigNumberish], [boolean], "nonpayable">
transferFrom
transferFrom: TypedContractMethod<[holder: AddressLike, recipient: AddressLike, amount: BigNumberish], [boolean], "nonpayable">
@_ignore: