> For the complete documentation index, see [llms.txt](https://woofswap.gitbook.io/shibarium-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://woofswap.gitbook.io/shibarium-builder/experiment/chika.md).

# CHIKA

Name: Chiikawa

Symbol: CHIKA

Max supply: 1,000,000,000,000,000

ca: 0x61CFA29261d8151D39244b8FfCf8DFd2f9DF3839

\
Here's a simple guide on how to participate in the ChiikawaToken (CHIKA) contract:\
How to Participate:

1. Get an Shibarium Wallet:
   * You'll need an Ethereum-compatible wallet like MetaMask or Trust Wallet. Install it as a browser extension or on your mobile device.
2. Have Some BONE:
   * You need BONE to pay for gas fees. Make sure you have BONE in your wallet to cover transaction costs.
3. Connect to the Shibarium Network:
   * Ensure your wallet is connected to the Shibarium mainnet (not a testnet).
4. Find the Contract Address:
   * 0x61CFA29261d8151D39244b8FfCf8DFd2f9DF3839
5. Interact with the Contract:
   * Mint Tokens:
     * Use your wallet to interact with the contract. If there's a user interface (like on a decentralized application or DApp), you can use it. Otherwise, through your wallet:
       * Find an option to "Interact with Contract" or similar.
       * You'll need the contract's ABI (Application Binary Interface). For this contract, you can copy the ABI from the mint function's signature in the contract code:solidity

         ```solidity
         function mint() external
         ```
       * Input the contract address and ABI into your wallet's interface.
       * Call the mint function. This function:
         * Mints MINT\_AMOUNT tokens (1,000,000,000 CHIKA) minus 20% for airdrop.
         * Distributes 20% of the mint amount to 160 random addresses.
