Supported Standards
Back to Standards and Contracts
Overview
| Standard | Type | Ethereum Equivalent | Devpack File |
|---|---|---|---|
| NEP-17 | Fungible Token | ERC-20 | standards/NEP17.sol |
| NEP-11 | Non-Fungible Token | ERC-721 | standards/NEP11.sol |
| NEP-24 | Royalty Metadata | ERC-2981 | standards/NEP24.sol |
| NEP-22 | Contract Update | EIP-1967 (partial) | standards/NEP22.sol |
| NEP-26 | NEP-11 Receiver | ERC-721 Receiver | standards/NEP26.sol |
| NEP-27 | NEP-17 Receiver | ERC-677/1363-style | standards/NEP27.sol |
| NEP-29 | Deploy Callback | — | standards/NEP29.sol |
| NEP-30 | Verify Callback | — | standards/NEP30.sol |
| NEP-31 | Destroy Method | selfdestruct (partial) | standards/NEP31.sol |
