I think i found a good topic to ask about my issue with min gas required for ethereum transactions. I have to claim my reward from a contract address. The bounty manager announce the address and the ABI
Dear participants of the bounty!
We are pleased to inform you that you can get your bounty!
To get tokens SNTR you need to:
1) To add to the wallet address of the contract bounty:0x3d05317111A96a1a6aBF31e07B0CfA33173a19AA
2) Add ABI [{"constant":true,"inputs":[],"name":"DURATION","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"collectedAddresses","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"receiver","type":"address"},{"name":"tokenAmount","type":"uint256"}],"name":"importReward","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"teamWallet","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"bountyRewards","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"collectedAddressesCount","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"startTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdrawRemainder","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"receiver","type":"address"}],"name":"clearReward","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"claimReward","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"token","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_token","type":"address"},{"name":"_teamWallet","type":"address"},{"name":"_startTime","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"receiver","type":"address"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"Claimed","type":"event"}]
3) Activating the contract on behalf of address (address of party bounty) performing the method claimReward().4) Please note that the contract is available to obtain tokens SNTR for 13 days, including today.In conclusion, I want to thank the participants in the bounty for your patience!
Note that despite the fact that we failed to raise the softcap in the framework of earlier conducted the TSO and the bounty we have no obligations to participants, We tried to accrue a bounty from the share of teams.
Thank you for our support! Good luck!
As am not so familiar interacting with contracts in ethereum, i followed carefully all steps as provided by a helper here:
I decided to do this since I saw several members posting that they still haven't claimed their coins and there's still no clear step by step instructions. The given one might be unclear to those first timers to use the contract.
Note: This is for MEW users.
STEP 1: Go to
www.myetherwallet.comSTEP 2: Click
Contracts tab
STEP 3: Put the
Contract Address and
ABI given by @Sythyn
HERE in their correct place in MEW then Click
ACCESS1) To add to the wallet address of the contract bounty:
0x3d05317111A96a1a6aBF31e07B0CfA33173a19AA
2) Add ABI
[{"constant":true,"inputs":[],"name":"DURATION","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"collectedAddresses","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"receiver","type":"address"},{"name":"tokenAmount","type":"uint256"}],"name":"importReward","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"teamWallet","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"bountyRewards","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"collectedAddressesCount","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"startTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdrawRemainder","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"receiver","type":"address"}],"name":"clearReward","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"claimReward","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"token","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_token","type":"address"},{"name":"_teamWallet","type":"address"},{"name":"_startTime","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"receiver","type":"address"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"Claimed","type":"event"}]
STEP 4: Click "
Select a Function" and choose "
claimReward"
STEP 5:
Unlock your wallet in anyway you prefer then click
WRITESTEP 6: In my case,
Amount to Send (
0 ) --- and --- the default
Gas Limit (
140650 ) [I edited the image to show how it looks like when I claimed]
NOTE: As far as I know it won't be a success if your Gas limit is -1 . You should put enough Gas, you're able to edit that Gas Limit
STEP 7: Click
Generate TransactionSTEP 8: You'll see another pop up page.
Confirm that you're sure of making the transaction.
NOTE: You should have eth in your wallet to pay for the fee
Good luck!
My wallet address is in that contract and shown with the number of my tokens. After finishing all steps,and set the gas limit at 140650, it shows a message that i should have 0.01 eth in my balance to cover the fees despite i have 0.112 in my wallet. here is my wallet address if anyone will to make a further understanding of the situation: 0xe75dC7Ec9DDc2928A4AF459a61417F553F85AC7F
Unhopefully, there is no much help understanding ethereum all over the network.