Ľubomír Kurpel

Results 9 comments of Ľubomír Kurpel

Does this mean swap will never work, if it just returns zero? I am getting SafeERC20: low-level call failed error and not sure whether this is related or no.

Oh okay, so my problem lies somewhere else. I am not able to succesfully swap any tokens. Contract being deprecated and replaced by web API is not a problem? Can...

Did you manage to solve this? Having the exactly same problem, but I am unable to make any swap, it always says SafeERC20: low-level call failed

Solved this error by writing custom script like this: ``` $(window).load(function(){ $(".vjs-poster").click(function(){ $(this).hide(); }); }); ``` This hides poster image because I noticed video was plying in the background. Still...

In terms of EVM there are no decimals in tokens at all. However, most of the tokens have 18 decimals, meaning if you want to send 1.555 tokens you need...

Having the same problem. I would like to countdown from more than 60 minutes. how to do that?

Ok so I solved it by the following snipplet: `$("#CountDownTimer").TimeCircles({ time: { Days: { show: false } }, total_duration: "Years"}); ` Adding total_duration to countdown did the trick.

Having the same problem. I wanted inactive slides to be css transform: (0.9) and active transform: scale(1) and now it jumps, marks all of them inactive and active in a...

I was facing the same issue, it appeared to be an error in my code. When creating a signing message you you do it like this: ``` var web3 =...