-
下記、decimalsの間違いでしょうか?
```
uint8 public demicals = 2; -> uint8 public decimals = 2;
```
また記事通りにNoteToken.solを記述しましたが、イニシャライザがきちんと働かず、balance.c[0]をみたときに残高が0になってしまいます。
truffle compile時に下記エラーが出る…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (d7733ee 2022-10-03T00:06:06.841223Z)
…
-
**🧐 Motivation**
Add documentation on deploying proxy contracts from Solidity
**📝 Details**
Now that proxy contracts are part of OpenZeppelin Contracts it would be great to have a guide on how to…
-
L003 - Unspecific Compiler Version Pragma
---
Proof of Concept
- It is recommended to only use floating pragmas on libraries since they may be used with different versions of solidity.
- It is uns…
-
This should be good enough to determine that all code paths of the transcompiler are used.
-
# Vulnerability Report - Low and Non-Critical Risk Findings
## Non-critical findings
### Use versions greater than or equal to 0.8.9 to avoid compilation bugs
Older versions of Solidity contained c…
-
1. LOW: Solidity version pragma uses caret.
[Example](https://github.com/code-423n4/2022-02-concur/blob/main/contracts/Shelter.sol#L3)
Note that this issue is present in pretty much every other contr…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xd05b84ecd21d3ebb71ebb27ab557b480a805779eb66cc3e673eddb0a64bba660
**Severity:** high
**Description:**
**Description*…
-
# Handle
hrkrshnn
# Vulnerability details
## Avoid long revert strings.
There are currently several strings that are larger than 32 bytes.
Revert strings above 32 characters would need an additi…
-
The loop expression of the for statement gest the type `ExpressionStatement` added:
https://github.com/federicobond/solidity-parser-antlr/blob/ded9c7032a20b4d17eb3363ed6f5542e8e976024/src/ASTBuilde…