Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
23 views

Copying of type struct ECommerceMarketplace.OrderItem memory[] memory to storage not yet supported

I am working on creating an E-Commerce Smart Contract. But when I run the migrate command, I'm getting this error: // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract ...
Jayson's user avatar
  • 1
1 vote
0 answers
2k views

Error: Cannot create instance of X; no code at address

Having a little issue. I have deployed a Mock ERC20 contract on development network like so: const ERC20Mock = artifacts.require("ERC20Mock"); module.exports = async function(deployer, network, ...
isaacsultan's user avatar