-
Hey , I recently needed to implement dynamic nfts in Cairo but oppenzepelin doesn't provide it as ERC721's extension they do in solidity.
I have implemented dynamic nft myself in the project .
Wo…
-
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…
-
ctc currently only detects eip897, eip1967, and gnosis safe proxies
it would be good to detect other common proxy patterns as well
see
- ape proxy detection PR https://github.com/ApeWorX/ape/pu…
-
Interesting issue - just few months ago it was probably working fine.
I'm not solidity expert but seems like we hit some limitation of the compiler.
```
λ ~/Projects/simple-bidirectional-erc20-…
-
So not sure how critical are argument names used in the ERC20, but the example uses different ones? Also types do not match. (I thin conversion between `camelCase` and `snake_case` is OK, so I am talk…
-
# Handle
leastwood
# Vulnerability details
## Impact
`TimelockController.sol` acts as an auxiliary contract to the MISO platform's core contracts. Therefore, this issue is not of high risk as not…
-
**Github username:** @ShaheenRehman
**Twitter username:** 0x_Shaheen
**Submission hash (on-chain):** 0x9b563a3d33b17e69b4d8eb6bb3010e3fc71c607f3f0dcd13ecfbb80c1d73f985
**Severity:** medium
**Descrip…
-
# Handle
shenwilly
# Vulnerability details
## Impact
OpenZeppelin ERC20Upgradeable `_burn` already checks for account balance, so another check is unnecessary.
## Proof of Concept
https://github…
-
Hello guys, I'm getting following error when I just try to execute slither tool in my hardhat project:
```
slither .
'npx hardhat compile --force' running
Generating typings for: 14 artifacts in d…
-
# Handle
pauliax
# Vulnerability details
## Impact
function _cancelAndRefund is not protected from re-entrancy. _cancelAndRefund uses an unsafe _transfer that performs a low-level call which is su…