Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ERC20Methods

Hierarchy

  • ERC20Methods

Index

Methods

  • increaseAllowance(spender: string, addedValue: string | number): ContractCallMethod<boolean>
  • mint(receiver: string, amount: string): ContractSendMethod
  • transferFrom(sender: string, recipient: string, amount: string | number): ContractCallMethod<boolean>
  • transferOwnership(newOwner: string): ContractSendMethod

Generated using TypeDoc