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

Hello friends I want to write a special contract and deploy

it through truffle or hardhat
My problem:
I get a clone from the seadrop contract and execute the yarn init and yarn build commands. After that, I write a contract as follows, but during compilation, errors are returned stating that some files do not exist (one of the errors returned is Error: not found operator-filter-registry/DefaultOperatorFilterer.sol
) where is the problem How can I solve my problem?

// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import { ERC721SeaDrop } from "src/ERC721SeaDrop.sol";
contract Test is ERC721SeaDrop {
constructor(
string memory name,
string memory symbol
address[] memory allowedSeaDrop
) ERC721SeaDrop(name, symbol, allowedSeaDrop) {}
}

9 ответов

76 просмотров

If you're copy-pasting a contract, you should know how to copy-paste the import dependencies as well... 🤦‍♂️https://github.com/ProjectOpenSea/operator-filter-registry

Amir-Faramarzi Автор вопроса
SPooCK
If you're copy-pasting a contract, you should know...

In the seadrop contract published in opensea's GitHub, all used external libraries are stored as submodules. 😑

Amir Faramarzi
In the seadrop contract published in opensea's Git...

Prob learn the basics, not knowing how to fork a contract, don't sound well in your development goals...

Amir-Faramarzi Автор вопроса
SPooCK
Prob learn the basics, not knowing how to fork a c...

Please teach me how to solve my current problem

Amir Faramarzi
Please teach me how to solve my current problem

Experience cost time, and time cost money. If you don't want to spend any, I suggest to invest either your time or money in some who can.

Amir-Faramarzi Автор вопроса
SPooCK
Experience cost time, and time cost money. If you ...

You don't want to teach anything, please don't talk philosophy😐😂

Amir Faramarzi
You don't want to teach anything, please don't tal...

You better stop disrespecting other developers here, we aren't here to spoonfed you There are plenty of learning resources

Amir Faramarzi
You don't want to teach anything, please don't tal...

Philosophy and advice are the only free assets I can give you, the rest is up to 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
Карта сайта