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 ответов

71 просмотр

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.

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

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

30500 за редактор? )
Владимир
47
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Ребят в СИ можно реализовать ООП?
Николай
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
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
4
Он в одиночку это дело запилил или была какая-то команда?
Aquinary
12
~ 2m21s  nix shell github:nixos/nixpkgs#stack ~  stack ghc -- --version error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:...
Rebuild your mind.
6
Всем привет, нужна как никогда, нужна помощь с IO в загрузчике. Пишу в code16 после установки сегментных регистров, пишу вывод символа. Пробовал 2 варианта: # 1 mov $0x0E, %a...
Shadow Akira
14
Карта сайта