> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-shop-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Smart Contracts

> Documentation for Unreal SDK API for reading from the blockchain with the Sequence infrastructure stack for web3 gaming.

## ERC20

Construct an ERC20 object to create transactions for custom currencies.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/unreal/erc20.png" />
    </Frame>
  </Tab>
</Tabs>

## ERC1155

Construct an ERC1155 object to create transactions for custom currencies.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/unreal/erc1155.png" />
    </Frame>
  </Tab>
</Tabs>

## ERC721

Construct an ERC721 object to create transactions for custom currencies.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/unreal/erc721.png" />
    </Frame>
  </Tab>
</Tabs>

## ERC1155 Sale

Construct an ERC1155 Sale object to create transactions for custom currencies.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/unreal/erc1155_sale.png" />
    </Frame>
  </Tab>
</Tabs>

## ERC721 Sale

Construct an ERC721 Sale object to create transactions for custom currencies.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/unreal/erc721_sale.png" />
    </Frame>
  </Tab>
</Tabs>
