-
can burrow support the solidity tuple type , i have not find in evm/abi
for example:
pragma solidity >=0.0.0;
pragma experimental ABIEncoderV2;
contract A{
struct S{
string para1;
…
-
**Github username:** --
**Submission hash (on-chain):** 0x63f3d8b1e124ef3ce4c7437e2d4926aa1c9dadaf3e016bfc75608cbd95cfd6d5
**Severity:** medium
**Description:**
**Description**\
The default behavio…
-
### Pull Request
https://github.com/ethereum/ERCs/commit/3344c58209905fb15a95c3990a48af80282bd837
### What happened?
In ERC-223 `tokenReceived`'s description reads: "It works by analogy with the fa…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Contracts should be deployed using the same compiler version/flags with which they have been tested.
Using an unlocked pragma of >=0.8.0 whic…
-
I am having trouble compiling the Condos.sol contract.
The terminal output is below:
```
truffle(development)> compile
Compiling your contracts...
===========================
> Compiling …
-
# KeyError: 'function' when running Slither 0.9.3 for static analysis
## Description
I'm encountering a persistent `KeyError: 'function'` when running Slither 0.9.3 for static analysis on Solidi…
melvn updated
6 months ago
-
#### System information
Network: `Testnet`
#### Expected behaviour
The contract's log event data should be the same.
#### Actual behaviour
There's a mismatch in the logged event data.
####…
-
When i run the test in my hardhat 2.22.15 environment, the gas report it shows is for specific function i'm interested in, is 289237 and when calling the same function on chain (holesky and sepolia t…
-
Contracts in openzeppelin-sdk/packages/lib/contracts can be used by other project, the upgradeability part in particular.
It would be nice to add solidity 0.6.0 support so that projects can continu…
-
## Loss Of Precision
This issue is about arithmetic computation that could have been done more percise.
The following are places in the codebase in which you multiplied after the divisions.
Doing …