Highlander •
Using a KeepKey to Fund our FOXy affiliate program

Using a KeepKey to Fund our FOXy Affiliate Program
Using Etherscan to manage custom contract calls
Intro
In this tutorial, I will be demonstrating how to use Etherscan to make direct contract calls using a KeepKey.
KeepKey maintains an affiliate program with ShapeShift DAO. Part of this arrangement is we pay 10% of sales revenue to the DAO in the form of FOX payments.
To complete these payments, we are calling a function called addRewardsForStakers.

This function adds FOX from the caller's address and deposits it into the FOXy contract. This balance, in return, increases the value of FOXy, a rebasing token built by ShapeShift.
Let's begin.
Select the Etherscan Dapp.

Referenced contracts:
-
FOXy
0xee77aa3Fd23BbeBaf94386dD44b548e9a785ea4b
-
FOX
0xc770eefad204b5180df6a14ee197d99d808ee52d

Use Etherscan's built-in Web3 connection window.
Select Wallet-connect/pair.
Navigate to the Fox contract.
Steps:
- Approve FOXY on the FOX contract for your address.
- Navigate to the FOXy contract.
- Call .
addRewardsForStakers
- Set option, then type in the amount of FOX you wish to deposit.
10¹⁸
- Set for rebase.
true
- Sign and broadcast the transaction.
Done:
The FOX tokens will be removed from your account and donated to the entire FOXy pool base.
Read more about this contract here: https://github.com/shapeshift/yieldies