pDAI to GIMME FIVE

The cost of 1 GIMME FIVE is 5 pDAI, to get this price you have to call a function on the GIMME FIVE contract.

We can look at the verified contract code to see the prices: View the contract code.

This guide assumes you’ve read and understand how to interact with contracts.

Check the current exchange rates to know which route is profitable!

Step-by-step Guide

  1. Add GIMME FIVE to scgui.aff.icu

  2. Open the pDAI contract and call approve() with spender GIMME FIVE and amount 5000000000000000000

  3. Open the GIMME FIVE contract and call BuyWithDAI() to mint 1 token, this is sent straight to your wallet

  4. Swap the GIMME FIVE on PulseX for PLS or pDAI

Repeat steps 3-5 as long as there is a decent profit margin. Once you are comfortable you can approve a higher amount of tokens to skip step 3 and speed up your arbs!

Optimizations

Use my multi mint contracts to do this even faster! Instead of calling BuyWithDAI() once per transaction you can now loop it up to 1000-2000 times in a single transaction!

  1. Open the pDAI contract on scgui.aff.icu and call approve() with spender 0xa4c61D20945c11855E7A390153fd29ceC9C7349b and any amount followed by 18 zeros, example: 500000000000000000000 for 500 tokens

  2. Add the Multi G5 contract to scgui.aff.icu

  3. Open it and call the function multiBuyWithDAI() with iterations 100, this will purchase 100 GIMME FIVE from the contract in one transaction

This should help reduce the gas costs to mint each token down to 5-10 PLS

Last updated