Questions tagged [contract]

424 questions
-2
votes
1 answer

I get the error (ParserError: Expected ','but got'.') sadility ide remix

Хорошего настроения! я получаю ошибку в строке 18 (function getBalance) такого характера (ParserError: Expected ',' but got '.') here is my code // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract Demo { address public myAddress =…
-2
votes
1 answer

InternalCompilerError: Compiled contract not found. My contract is extending ERC721 interface.

https://remix.ethereum.org/#optimize=false&version=soljson-v0.4.25+commit.59dbf8f1.js The Remix editor with the error Can someone help me go past this error? Why does the contract not compiling?
-4
votes
1 answer

WCF service - multiple contract implementation

My Team is aiming to perform refactoring of our REST API WCF system as current architecture insufficient. We would like to divide existing WCF services into modules representing the actual business context of the application. As far as I know a…
user1658223
  • 715
  • 7
  • 15
1 2 3
28
29