169 похожих чатов

Good day everyone. I deployed my contract to rinkeby, and

I am trying to interact with it to do a uniswap ETH - Dai swap.
Am I doing anything wrong here?

7 ответов

20 просмотров
Hyun- Автор вопроса

I have seached and seen this syntax as the correct one to convert eth to wei and send while calling a function in my truffle console: await engine.convertETHToDAI({value: web3.utils.toWei("0.1", "ether")}) When I use it, this is the error I get I've included the code of function I'm calling for clarity. Can anyone look through it and tell me what I am doing wrong? Been clueless since yesterday

Hyun- Автор вопроса
Hyun- Автор вопроса
Hyun- Автор вопроса

?? Anyone?

Hyun
screenshot I have seached and seen this syntax as the correct...

Which line from the convertETHToDAI function is it failing on?

Hyun- Автор вопроса
William Oney
Which line from the convertETHToDAI function is it...

How do I know that? I run the command, it fails with the error I showed here

Hyun
How do I know that? I run the command, it fails wi...

add revert('pof'); after a line. run. if it reverts with message "pof" then you haven't found your point of failure yet, i.e., all code up to that point is working. When it fails and it doesn't say "pof", then you know the code is not reaching your revert and you can assume the line before that is your point of failure.

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта