-
Solidity offers a very useful tag called [`@inheritdoc`](https://docs.soliditylang.org/en/v0.8.14/natspec-format.html#tags), which enables us to specify that a function in a contract can inherit the N…
-
# Handle
0xngndev
# Vulnerability details
### Impact
In `NoYield.sol` the natspec of function `liquidityToken` says it's used to query the liquidity token for a given asset. However, the function…
-
# Add a clear NatSpec comment.
### Severity
Gas Optimization / Informational
### Relevant GitHub Links
https://github.com/Cyfrin/2023-07-escrow/blob/65a60eb0773803fa0be4ba72defaec7d8567bccc/src/IEsc…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x8c960254d0aa57a27cd2e07be8072e322aa126b7c4006adf4562189ce45bb521
**Severity:** low
**Description:**
**Description**…
-
## Require with empty error messages
### Issue
[`Multicall.sol`](https://github.com/code-423n4/2022-06-connext/blob/main/contracts/contracts/core/connext/helpers/Multicall.sol#L18)L18 has a require s…
-
We pretty consistently have issues with semantic versioning of the smart contracts. A tool that can be used to manage semver would be very helpful here, it should be expected to be able to list th…
tynes updated
2 months ago
-
# `INibblVaultFactory.sol`
## `Fractionalise` event parameters are not declared as `indexed`
Some events are missing the `indexed` keyword on addresses.
Using the `indexed` parameters allow externa…
-
When compiling a contract, the devdoc doesn't extends from the parent.
For example when compiling the ERC20 contract, the devdoc of method `balanceOf` is
```
See {IERC20-balanceOf}.
```
Instead …
-
#1 Missing natspec comment supply
https://github.com/code-423n4/2022-08-foundation/blob/792e00df429b0df9ee5d909a0a5a6e72bd07cf79/contracts/mixins/collections/SequentialMintCollection.sol#L113
A func…
-
The following is an output from running docgen. Would be helpful to have information which line and source filed casued it.
Error: Item does not contain return parameters
```
at parseNatspec …