This commit is contained in:
bt3gl 2022-09-29 04:40:22 -07:00 committed by GitHub
parent 9a566598c1
commit 7f31a2c035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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