mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-24 23:25:42 -04:00
🍟
This commit is contained in:
parent
9a566598c1
commit
7f31a2c035
1 changed files with 12 additions and 0 deletions
|
@ -115,6 +115,18 @@ uint256 world; //good, cheap
|
|||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
## negative gas costs
|
||||
|
||||
- Deleting a contract (SELFDESTRUCT) is worth a refund of 24,000 gas.
|
||||
- Changing a storage address from a nonzero value to zero (SSTORE[x] = 0) is worth a refund of 15,000 gas.
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
---
|
||||
|
||||
## resources and tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue