Skip to content

felixnorden/erc4973o

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC4973O

This is a alternative implementation of the reference implementation for EIP4973 - Account-bound tokens.

Heavy inspiration has been taken from the original author Tim Daubenschütz ERC4973, but this implementation splits up part of the interface into multiple parts to give the consumer more of an opt-in as to whether they want to use give, take, or both by implementing the interfaces

  • IERC49732Giveable (for give)
  • IERC49732Takeable (for take)
  • IERC49732Exchangeable (for both give and take)

Installation

Right now, easiest installation can be done through Foundry:

forge install felixnorden/erc4973o

If this gets the interest, it can also be published to npm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published