CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
solidity
09-15
Enterprise
How to test a solidity payable function with hardhat
09-14
database
Tried to compile contract using hardhat but got error:- Error: The specified module could not be fou
09-14
OS
Foundry call smart contract from with EOA address
09-11
OS
Solidity compile error. (Contract should be marked as abstract.)
09-08
Net
Solidity compiler error loading specific function
09-08
database
Vault that receives NFTs and send tokens in exchange, vice-versa
09-07
front end
Issue installing solc npm
09-06
Mobile
How do I unit test a function that returns multiples values from a set of mappings?
09-05
Software design
return will not function with array
09-04
front end
Stuck at a basic ethers.js/hardhat problem | Console logging my array results in undefined
09-04
Mobile
Call erc20 approve function using ethers.js
08-31
Software design
"Transaction reverted: trying to deploy a contract whose code is too large", Is 10KB too l
08-30
Back-end
Assertion error whilst running truffle test
08-29
Enterprise
TypeError : Member push not found
08-28
Software engineering
EthersJS not properly returning a value from a smart contract on function call
08-25
database
My test fails when i run "brownie test". How can I correctly compare transactionReeipt to
08-24
Software engineering
Iterable Mapping- how to retreive all the values with For-Loop?
08-24
Blockchain
When JS passes numeric values as arguments to Solidity function, why is it better to wrap them in qu
08-20
Software design
Read a file with multiple line and write it into alrady creating multiple file scritpt
08-14
Software engineering
Call useEffect after some interval
08-13
Enterprise
getting parsererror I write inheritance solidity code on remix i got error
08-12
Enterprise
UnimplementedFeatureError: Copying of type struct
08-10
Software engineering
Solidity uint256[] not returning from a function
07-31
Blockchain
How to change variable's value and use return as a view function in solidity
07-23
Net
how to test a function call with dynamic calldata array?
07-21
Back-end
simple string memory question in solidity
07-19
Software design
How To reverse an array in Solidity?
07-16
Software design
Solution for "Return argument type string storage ref is not implicitly convertible to expected
07-15
Back-end
How do I create a smart contract instance and interact with my smart contract functions?
07-14
Blockchain
Using toString function on my .sol file and then solc.compile to compile it produces an error
07-05
Blockchain
Trying to RUN "npx hardhat compile" and getting openzeppellin error
07-05
Net
How do I resolve "Identifier not found or not unique" in solidity?
07-03
Blockchain
Solidity Js, on function get i get an error as "TypeError: Data location must be "memory&q
07-01
Mobile
Simple way to concatenate tokenID to tokenURI
06-30
database
How to automate USDT sending transactions?
06-27
Blockchain
Is frontend better or backend for integration with smart contract (erc721)?
06-26
Software design
UNIT Test Error: No Contract deployed with name Raffle
06-24
Software engineering
Trying to push into a struct array
06-22
Back-end
Can Ethereum transaction (calling contract function) fail for reasons other than assert()/require()/
06-13
Back-end
How can I convert EVM byte code to assembly language?
102
1
2
3
Next
Last
Links:
CodePudding