-
pragma solidity ^0.4.0;
contract TEST {
uint public x;
mapping(uint => string) public mp;
function setmp(){
mp[123] = "hello mp";
}
function setx(uint a, uint b) r…
-
I set up a lite fullnode and called the `GetTransactionInfoById` Solidity API to analyze all `TRX` and `USDT` transactions asyncronously.
However, I've encountered an issue with some transactions, as…
-
I am trying to run solidity metrics extension on vscode but it is giving me error of '"No valid solidity source files found". Does the extension only works with truffle projects?
-
Kindly requesting :)
Thank you!
-
### Problem
Context: https://github.com/juanfranblanco/vscode-solidity/issues/467.
Some LSPs display the hover text wrapped:
![Image](https://github.com/user-attachments/assets/d8460692-f24f-4cc2-bb…
ndavd updated
1 month ago
-
it makes using the symbioticfi as an dependency uncomfortable
https://github.com/symbioticfi/core/blob/629b9faac2377a9eb9cfdc6362b30d1dc1ef48f2/src/contracts/DelegatorFactory.sol#L2
-
-
Solidity issue.
-
with these below functions
constructor(address _rewardTokenAddress)
Initializes the contract with the reward token address and sets the contract owner.
createQuiz
Creates a new quiz with ques…
-
### So, what is it about?
Write the entire solidity for this.
Refer this google link for the complete understanding : https://docs.google.com/document/d/13QAGqRXcRwvaHs1WjEjjTaGD3lnh2wNSKxByb0CMkt…