Hey dev just from my observation noticed some eth transactions have this error : Error in Txn: bad jump destination what could be the problem because some of these Tx have a high transaction fee
Hello Diced90,
Good observation.
This is expected behaviour.
The minimum in the presale is 22.50 Eth.
If someone sends less than this, the transaction will fail.
Bad jump means that programmer wanted it to happen when condition was not met.
Occasionally it might happen that not enough gas will result in such an error. This is mostly possible when someone manually sets the gas.
Wallets will automatically allocate enough gas. You should use 250000 gas for this transaction.
Bogdan Fiedur