Transaction Prerequisites

Before interacting with any blockchain smart contract, approval must be granted by the user for use of their tokens.

The options to grant approval include:

  • approve()

  • allowance()

Last updated