With a wallet

To withdraw with a wallet all you have to do is hold the NFT in your wallet and call the withdraw function of the SFS contract directly with your wallet. To do this, you will need these 3 pieces of information:

Once you have this, you just have to go to Testnet Blockscout or to Mainnet Blockscout depending on where your NFT and contracts are delpoyed.

  1. Go to the Contract tab and select Write Contract

  2. Look at the bottom for the 11. withdraw function

  3. Input the toknID, recipient and amount.

    e.g: (203, 0x807CbE33a6F4c0F524C97B2AbcFf919da41cd7Cf, 2342342344)

  4. Sign the transaction and wait until you get the rewards!

Last updated