Glossary

`call{value: amount}("")`

Forwards all available gas (or a specified amount) and returns a boolean success indicator. This is the recommended approach, but it requires reentrancy protection because the unlimited gas forwarding allows the recipient to execute arbitrary code.

Learn More

Related Terms