vectorized.eth (@optimizoor) 's Twitter Profile
vectorized.eth

@optimizoor

✯ solady.org ⟠ @soundxyz_ ⊛ @asterixlabs

ID: 1496567813737091075

linkhttp://kyaa.xyz calendar_today23-02-2022 19:29:29

18,18K Tweet

33,33K Takipçi

10,10K Takip Edilen

vectorized.eth (@optimizoor) 's Twitter Profile Photo

Sometimes, we just want to send ETH safely. Enter Solady's new `safeMoveETH`. There are many ways to send ETH on the smart contract: - `CALL`: Opens up to gas griefing, reentrancy attacks. - `transfer`: This is actually a `CALL` with a gas stipend of 3000 gas under the hood.

Sometimes, we just want to send ETH safely.

Enter Solady's new `safeMoveETH`. 

There are many ways to send ETH on the smart contract:
- `CALL`: Opens up to gas griefing, reentrancy attacks.
- `transfer`: This is actually a `CALL` with a gas stipend of 3000 gas under the hood.