Watch BOT

  1. Launch QT Wallet
  2. In the Overview tab, click the Add Token button

  3. Copy/paste the token address in Contract Address

  4. Select the Token Address which you would like to monitor BOT activity on
  5. Click on the Confirm button

  6. You should now see BOT being monitored in the Overview and QRC Token tabs

Send BOT via QRC Token tab (Easy)

  1. Launch QT Wallet
  2. Watch BOT
  3. In the QRC Token tab, click the Send button and select an account which contains some BOT

  4. In the PayTo field, add the address you would like to send BOT to

  5. In the Amount field, type in the amount to send in decimal format
  6. (Optional) In the Description field, add a note for reference

  7. Click the Confirm button, then a popup window will appear to confirm

  8. Wait for the timer in the Yes button to finish, then click it

  9. Wait until your transaction is mined

Send BOT via Smart Contract tab (Harder)

  1. Launch QT Wallet
  2. Click on Smart Contract > SendTo

  3. Copy/paste the Contract Address

  4. Copy/paste the BodhiToken ABI
  5. Select Function > transfer(a9059cbb)
  6. Get the hash address you want to send to and paste it
  7. Type in the value as the amount to send (in Botoshi) to that address
  8. Select the Sender Address at the bottom as the address that contains the BOT

  9. Click the Send To Contract button

  10. Wait for your transaction to be mined

Receive BOT

  1. Launch QT Wallet
  2. Click on File > Receiving addresses...

  3. Select the address you would like the BOT sent to then click Copy

  4. Give that address to the person sending the BOT to you

approve() BOT

Calling the approve() function in the Bodhi Token contract allows another address to execute a transferFrom() in the amount that is approved.

  1. Launch QT Wallet
  2. Click on Smart Contract tab, then SendTo sub tab
  3. Copy/paste the Contract Address
  4. Copy/paste the BodhiToken ABI
  5. Select Function > approve(095ea7b3)

  6. Set the hex address of the address you want to approve in the address _spender field

  7. Set the amount to approve in Botoshi in the uint256 _value field

  8. Set the address approving the BOT in the Sender Address field

  9. Click Send To Contract button

  10. Wait for the transaction to be mined