Introduction
This section documents the magic contract and all it's interfaces:
📄️ Introduction
This section documents the magic contract and all it's interfaces:
📄️ ERC20Coin
The ERC20 contract for a Iota coin.
📄️ ERC721NFTCollection
The ERC721 contract for a L2 collection of ISC NFTs, as defined in IRC27. Implements the ERC721 standard and extends the ERC721NFTs contract. For more information about IRC27, refer to: https://github.com/iotaledger/tips/blob/main/tips/TIP-0027/tip-0027.md
📄️ ERC721NFTs
This contract represents the ERC721 contract for the "global" collection of native NFTs on the chains L1 account.
📄️ ISC
This library contains various interfaces and functions related to the IOTA Smart Contracts (ISC) system. It provides access to the ISCSandbox, ISCAccounts, ISCUtil, ERC20Coin, ERC721NFTs, and ERC721NFTCollection contracts.
📄️ ISCAccounts
Functions of the ISC Magic Contract to access the core accounts functionality
📄️ ISCPrivileged
The ISCPrivileged interface represents a contract that has some extra methods not included in the standard ISC interface. These methods can only be called from privileged contracts.
📄️ ISCSandbox
This is the main interface of the ISC Magic Contract.
📄️ ISCTypes
ISCMAGICADDRESS
📄️ ISCUtil
Functions of the ISC Magic Contract not directly related to the ISC sandbox