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

Hey there👋 i have question about erc20 contract deployment When i

try to create UniswapV2Pair inside of constructor with createPair() and deploy it to Ethereum Mainnet it occurs the error "execution reverted"

This issue doesn't arise when i deploy it to Goerli or BSC for example.

Also i'm sure that i used correct router address for Uniswap: 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D

When I delete or comment the line with the creation of a pair - the code is executed correctly, so the problem is in the creation of a pair...

Has anyone experienced this or knows a solution?

3 ответов

18 просмотров

Check constructor arguments: If the UniswapV2Pair contract constructor requires any specific arguments, Double-check the router address: Ensure that the router address you are using is correct and corresponds to the Uniswap V2 router contract on the Ethereum Mainnet. Any mistake in the address can cause the contract creation to fail. Also check if you have enough gas fee

­­- Автор вопроса
Scott Miller
Check constructor arguments: If the UniswapV2Pair ...

I switched to a wallet with more ETH and the error message disappeared, although the previous one had enough funds for gas... but now seems everything works fine, thanks a lot

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

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

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
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
в JclConsole объявлено так: function CtrlHandler(CtrlType: DWORD): BOOL; stdcall; - где ваше объявление с stdcall? у вас на картинке нет stdcall
Karagy
8
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
~ 2m21s  nix shell github:nixos/nixpkgs#stack ~  stack ghc -- --version error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:...
Rebuild your mind.
6
Карта сайта