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

# スマートコントラクト

> Sequence インフラスタックを用いた web3 ゲーム向け Unreal SDK API のブロックチェーン読み取りに関するドキュメントです。

## ERC20

カスタム通貨のトランザクション作成用にERC20オブジェクトを構築します。

<Tabs>
  <Tab title="ブループリント">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/UOO8RUJ8-6ypiHfG/images/unreal/erc20.png?fit=max&auto=format&n=UOO8RUJ8-6ypiHfG&q=85&s=1d98be99a0a6a4883baa0a26576488c8" width="2242" height="1184" data-path="images/unreal/erc20.png" />
    </Frame>
  </Tab>
</Tabs>

## ERC1155

ERC1155オブジェクトを作成して、セミファンジブルトークンのトランザクションを生成します。

<Tabs>
  <Tab title="ブループリント">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/UOO8RUJ8-6ypiHfG/images/unreal/erc1155.png?fit=max&auto=format&n=UOO8RUJ8-6ypiHfG&q=85&s=2873f73fe9a4662ac902bdc9d0dc7a3b" width="2242" height="1184" data-path="images/unreal/erc1155.png" />
    </Frame>
  </Tab>
</Tabs>

## ERC721

ERC721オブジェクトを作成して、ノンファンジブルトークンのトランザクションを生成します。

<Tabs>
  <Tab title="ブループリント">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/AFzdYwHtaLpVA9X3/images/unreal/erc721.png?fit=max&auto=format&n=AFzdYwHtaLpVA9X3&q=85&s=ca3c5b1baa3c72cbec951b4f54726d30" width="2242" height="1184" data-path="images/unreal/erc721.png" />
    </Frame>
  </Tab>
</Tabs>

## ERC1155販売

カスタム通貨のトランザクション作成用にERC1155販売オブジェクトを構築します。

<Tabs>
  <Tab title="ブループリント">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/AFzdYwHtaLpVA9X3/images/unreal/erc1155_sale.png?fit=max&auto=format&n=AFzdYwHtaLpVA9X3&q=85&s=198d88f164473ac30c9bd79569248c31" width="2242" height="1184" data-path="images/unreal/erc1155_sale.png" />
    </Frame>
  </Tab>
</Tabs>

## ERC721販売

カスタム通貨のトランザクション作成用にERC721販売オブジェクトを構築します。

<Tabs>
  <Tab title="ブループリント">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/AFzdYwHtaLpVA9X3/images/unreal/erc721_sale.png?fit=max&auto=format&n=AFzdYwHtaLpVA9X3&q=85&s=a4df9229b5b347175461ea78f32b0c40" width="2242" height="1184" data-path="images/unreal/erc721_sale.png" />
    </Frame>
  </Tab>
</Tabs>
