Skip to main content

Questions tagged [compilation]

For questions regarding contracts compilation.

2 votes
1 answer
60 views

Good day, dear forum members. I apologize for my possibly stupid question. I can't figure out the problem. There is a function in my smart contract ///---------------- struct parmsData{ address ...
tony_2233's user avatar
0 votes
2 answers
69 views

I get such error of compilation in Optimism Sepolia testnet network.The contract succesfully compiles using hardhat with needed configuration.What should I do to get verified the contract ?
Nerses Asaturyan's user avatar
0 votes
2 answers
122 views

Im following the "create a contract" part in the tutorial of Pyth Network (https://docs.pyth.network/price-feeds/create-your-first-pyth-app/evm/part-1) and i have this error in the import. ...
Ibizaz's user avatar
  • 1
0 votes
1 answer
45 views

in trying to compile a contract i keep getting this error: The Solidity version pragma statement in these files doesn't match any of the configured compilers in your config. Change the pragma or ...
kattyd's user avatar
  • 3
0 votes
1 answer
107 views

I am not aware of the Assembly code. I copied the ERC1820 registry contract from here. This is written in 0.5.3. When I tried to compile it with 0.8.0 it gave me this error : I know it's because of ...
Zartaj Afser's user avatar
  • 4,293
2 votes
2 answers
1k views

I'm facing the following error, when compiling my contracts in Hardhat: Warning: Contract code size exceeds 24576 bytes (a limit introduced in Spurious Dragon). This contract may not be deployable on ...
Alexander Herranz's user avatar
1 vote
1 answer
47 views

Is there any way (preferably an official Hardhat plugin) to automatically compile the Smart Contracts' code on file change? I'd want to have the same developer experience as when using Remix, or ...
Alexander Herranz's user avatar
0 votes
1 answer
163 views

I have the following code sample pragma solidity ^0.8.13; error MyError(); abstract contract A { function f1() public pure virtual returns(bool); function f2() public pure virtual returns(...
tazous's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
13