Skip to content

Commit

Permalink
Fix eip validator error: the first match of the given pattern must be…
Browse files Browse the repository at this point in the history
… a link
  • Loading branch information
vittominacori committed May 7, 2024
1 parent b12c727 commit 3c1ba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-1363.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires: 20, 165

## Abstract

This proposal is an extension interface for [ERC-20](./erc-20.md) tokens that supports executing code on a recipient contract after transfers, or code on a spender contract after approvals, in a single transaction.
[ERC-1363](./erc-1363.md) is an extension interface for [ERC-20](./erc-20.md) tokens that supports executing code on a recipient contract after transfers, or code on a spender contract after approvals, in a single transaction.

The following standard allows for the implementation of a standard API for tokens interaction with smart contracts after `transfer`, `transferFrom` or `approve`.
This standard provides basic functionality to transfer tokens, as well as allow tokens to be approved so they can be spent by another on-chain third party, and then make a callback on the receiver or spender contract.
Expand Down

0 comments on commit 3c1ba1c

Please sign in to comment.