-
# Lines of code
https://github.com/code-423n4/2023-07-amphora/blob/daae020331404647c661ab534d20093c875483e1/core/solidity/contracts/governance/GovernorCharlie.sol#L649-L654
https://github.com/code-42…
-
**Description**
Solium reports fatal error on abi.decode with dynamic type
**Steps to reproduce**
Using the following solidity file:
```
pragma solidity 0.5.7;
pragma experimental "ABIEnco…
-
# Handle
defsec
# Vulnerability details
## Impact
That would Increase gas costs on all privileged operations.
## Proof of Concept
The following role variables are marked as constant.
```
http…
-
**Github username:** --
**Submission hash (on-chain):** 0x6959e15452f5e8f1bac654463d2ec1022d095606de21b36549737603fa5e8569
**Severity:** low
**Description:**
**Description**
In solidity constant k…
-
For JavaScript we all love JSDoc and I personally use it all the time.
For Solidity I find myself **having to manually add documentation** blocks above smart contract functions...
Will the Solidit…
-
Create and work inside folder `experimental/erc_6806_holding_time_tracking`:
It adds an interface that tracks and describes the holding time of a Non-Fungible Token (NFT) by an account.
**Imple…
-
```
✗ tenderly export --export-network p2 0x7e84858a5827........45e3580da34a697b7c3a
Collecting network information...
Collecting transaction information...
Collecting contracts...
Compiler v…
-
**Github username:** @Jelev123
**Twitter username:** zhulien_zhelev
**Submission hash (on-chain):** 0x733303c72b9afa90aa444ccaa21850e02c7e5d9a75b72c5d30cd71c4ef8396a8
**Severity:** medium
**Descript…
-
We should provide access to account mappings within Solidity contracts so devs can verify signed messages. Currently the address returned by `ecrecover` in a Solidity contract can't be matched to any …
-
We tried to use solidity-docgen to generate docs for Augur, but we were encountering some errors and decided the quickest workaround to get it to work with our contracts would be to directly import th…