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

Why the hell does uniswap still not support ERC-165, even

in V3?

13 ответов

15 просмотров

I'm curious why you think it should.

Christoph-Flecht Автор вопроса
William Oney
I'm curious why you think it should.

so you can easily check whether the address you're given is a uniswap pool / a uniswap pair (V2)

Christoph Flecht
so you can easily check whether the address you're...

There is probably a way to determine that without Uniswap having to add the overhead of implementing ERC-165.

Why would they add that?

contract.factory() == univ3factory?

Grim (Travelling)
contract.factory() == univ3factory?

So maybe put this in a try/catch or something i'm thinking

Christoph-Flecht Автор вопроса
William Oney
So maybe put this in a try/catch or something i'm ...

oh, i forgot to mention: i don't need this in a contract. i need it off-chain

Christoph-Flecht Автор вопроса

i'm building a webapp. i want to show what "type" an address is to the user. i.e. EOA, ERC-20, ERC-721, uniswap, etc. The list of actions available to the user depends on the "address type"

Christoph Flecht
i'm building a webapp. i want to show what "type" ...

So I think Grim's solution is as good as it gets, here is a more verbose explanation: https://ethereum.stackexchange.com/questions/102597/detect-if-destination-is-a-uniswap-v3-pool

Christoph Flecht
i'm building a webapp. i want to show what "type" ...

If its off chain, you can make a query on uni v3 info website

Christoph-Flecht Автор вопроса
William Oney
So I think Grim's solution is as good as it gets, ...

yeah, i'll use that solution. it's actually better than my ERC-20 contract detection because using this, there is a double-check with the factory. thank you!

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

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

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
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
Карта сайта