SeacowsERC3525
Last updated
Last updated
This is a standard for semi-fungible tokens. The set of smart contract interfaces described in this document defines an compatible token standard. This standard introduces an <ID, SLOT, VALUE>
triple scalar model that represents the semi-fungible structure of a token. It also introduces new transfer models as well as approval models that reflect the semi-fungible nature of the tokens.
For more information, please refer to .
Storing LP shares information in NFT
LP shares are tradable as NFT on other marketplaces.
Using as collaterals in Lending & Borrowing protocol
To store the mapping of Pair contract address to Slot number.
To store the mapping of Pair contract address to ERC-3525 Token ID.
To store the mapping of Slot number to Pair contract address.
Return the Total LP Shares of a Pair by its Slot number.