Skip to content

Commit

Permalink
Update eip-ens-as-holder
Browse files Browse the repository at this point in the history
  • Loading branch information
xinbenlv authored Jul 20, 2022
1 parent 59bea48 commit 57401e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion EIPS/eip-ens-as-holder
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
eip: <to be assigned>
title: ENS as Token Holder
description: An interface for holding tokens by ENS
description: An interface for holding tokens by ENS.
author: Zainan Victor Zhou (@xinbenlv)
discussions-to: <URL>
status: Draft
Expand All @@ -13,6 +13,7 @@ requires: 137

## Abstract
An interface for smart contract to become a holder of tokens by honoring ENS ownership.
This specification supports ERC721 and ERC1155 and is expandable to future token standard or other standard.

## Motivation
Currently, if someone wants to receive token, they have to setup a wallet address, otherwise,
Expand All @@ -32,6 +33,8 @@ interface IERC_ENS_AS_HOLDER is ERC721Receiver, ERC1155Receiver {
}
```

2.



## Rationale
Expand Down

0 comments on commit 57401e8

Please sign in to comment.