Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 500 Bytes

File metadata and controls

9 lines (5 loc) · 500 Bytes

Astroport xASTRO Token

This is the Astroport xASTRO token implementation.


CW20 Based Token Contract

This is a basic implementation of a CW20 base contract which can be found here. It implements the CW20 spec and is designed to be imported into other contracts in order to easily build other CW20-compatible tokens with balance snapshotting logic.