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

Anyone know how to bulk add users to whitelist in

an efficient way? i have a list of wallet addresses i need to add to a mapping

10 ответов

16 просмотров

I can't think of anything more efficient than passing an array of addresses and looping through them to update your map.

Use a merkle tree or a set of signed coupons, super cheap

Aaron (Coffee) - https://rmg.io | https://darkalpha.eth.limo
Use a merkle tree or a set of signed coupons, supe...

Sounds interesting... can you link to any code examples of using a merkle tree/signed coupons in a solidity contract? I've never seen anything like that...

William Oney
Sounds interesting... can you link to any code exa...

Super common for NFT mint whitelists, I've used several Merkle trees in my NFT contracts

Aaron (Coffee) - https://rmg.io | https://darkalpha.eth.limo
Use a merkle tree or a set of signed coupons, supe...

This makes creating the whitelist cheaper but checking it more expensive tho, so that might depend on how he uses that and how big is the list of addresses to be whitelisted

Niccoló
This makes creating the whitelist cheaper but chec...

Yeah, as long as you're using a list that is longer than like tens of items, it should make good gas sense

William Oney
Sounds interesting... can you link to any code exa...

I've never heard of signed coupons but you can find a merkle tree also on uniswap's github

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

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

У меня это всегда вопрос вызывало.. Нафига писать код так, чтобы потом ошибки вылавливать?
Nik
44
Всем привет. Сейчас я изучаю erlang по книге Erlang and OTP in action. Дошел до главы где реализуется первый gen server на примере tcp rpc сервера. Меня очень сильно смутил ко...
Freezing Death
6
что за асемблер кста?
Shvabrikk Nya
19
Добрый день! Пробую отловить исключение EConvertError: function _TryTextToDouble(var DoubleVar: Extended; Text: String): Boolean; begin try DoubleVar := StrToFloat...
Kirill Filippenok
19
Подскажите... Есть ли название у способа разработки кода, в котором: сперва пишут минимальную рабочую структуру: Напр. ввод, обработка, вывод, контроль. Потом эту структуру д...
Budemposmotret
6
В дизассемблере вижу, что строки пихают в регистры через lea, почему так, а не через mov?
Oleg
8
всем привет. реально ли понять чем в процессе занята память? delphi/linux, процесс свой
Handatros
12
А где @Grinyaha уважаемый пропал?
Am Ambrion
14
Коллеги, а не могли бы вы подсказать, как происходит оптимизация кода при выполнении кода julia? (Точнее, как управлять уровнем оптимизации, аналогично LLVM/GCC). Потому что...
Илья Гаража
5
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
Карта сайта