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

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

in V3?

13 ответов

14 просмотров

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!

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

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

Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
Чтобы перехватить все нажимания буков на форме, надо хук ставить? Пробовал на форме ОнКейДаун, оно ловит клаву если фокус не на компоненте с вводом текста
Serjone
15
лучше скажите, причём тут паскаль?
Alexey Kulakov
36
Всем привет! вывожу на общей стр дочерние ресурсыв каждом ресурсе галерея, и первая фотка должна выводиться на общей [!DocLister? &prepare=photo !]
Alekso
12
А можно вопрос? Мне сегодня сказали что у меня функция (которая просто заполняет массив значениями) не правильная void Full(double * arr, int n) { for (int i = 0; i < n; i...
† C E †
7
День добрый, подскажите пожалуйста, есть ли какой-то способ сказать ребару не компилировать определённое приложение? Всю доку их перечиатл ничего подобного не нашёл
Кирилл
14
Добрый вечер. Хочу чтобы у меня в классе поле было функцией, которая возвращает строку. Делаю так: interface ... TGetOutPath = function : String of object; ... protec...
Kirill Filippenok
12
Народ! Впервые клиенту пришло письмо от РКН, у вас, дескать, есть яндекс метрика, а нигде не написано, что вы ее юзаете. Никто не сталкивался?
Sasha Beep
10
Это может быть все-таки не флудвейт? у меня ботфазер принимает изменения и отображает даже что они изменились, на видео видно что он прислал якобы уже измененное описание, н...
OVERLINK
13
Здравствуйте, хочу сделать HelloWorld в консоли Дельфи, но функция API ничего не выводит, что я делаю не так? program Hello; {$APPTYPE CONSOLE} uses System.SysUtils, WinAPI.Wi...
Sergey Vinogradov
20
Карта сайта