Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.28 KB

File metadata and controls

20 lines (14 loc) · 1.28 KB

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:

  • _tokenId : This is the ID of your SFS NFT. It's unique and it's incremental by 1 every time someone registers a contract.
  • _recipient : This is the address to where the earnings will be sent
  • _amount : this is the amount to withdraw, if you set a higher amount, you will just withdraw the total of the earned fees

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!