BuyFeed

ca: 0xE825d5c3953AF3EaCD2f03bEC21Ed4970A21aE7c

1. Buy FEED Tokens with BONE:

  • Send BONE to the Contract: To purchase FEED tokens, you need to send BONE (the native token for this ecosystem) directly to the contract's address using your wallet (like MetaMask).

    • Important: Make sure you're sending BONE, not another token or ETH if BONE isn't ETH in this context.

    • You'll automatically receive FEED tokens in your wallet based on the amount of BONE sent, with a 1% slippage tolerance for the price.

2. Earn CANNED Rewards:

  • Automatic Reward: For every BONE you send to buy FEED, you will also earn CANNED tokens (100,000 CANNED per BONE). These rewards accumulate in your account within the contract.

3. Withdraw Your CANNED Rewards:

  • Withdraw Canned: To claim your accumulated CANNED rewards:

    • Call the withdrawCanned() function from the contract. This will transfer your CANNED rewards to your wallet. You can do this from any Ethereum-compatible wallet that supports contract interactions.

4. Deposit CANNED:

  • If you have CANNED tokens you want to deposit into the contract for whatever reason (like supporting the project), you can:

    • Use the depositCanned(amount) function, specifying how much CANNED you want to deposit. You'll need to approve the contract to transfer your CANNED tokens first.

5. For Contract Owner:

  • Withdraw BONE: If BONE is mistakenly sent to the contract, the contract owner can:

    • Use the withdrawBone() function to move all BONE held by the contract back to the owner's wallet.

  • Emergency Withdraw CANNED: In case of an emergency, the owner can:

    • Call emergencyWithdrawCanned() to withdraw all CANNED tokens held by the contract.

Last updated