Glossary

`payable`

This function can receive Ether. Without the `payable` keyword, sending Ether to a function causes the transaction to revert. This is a safety feature: you must explicitly opt in to receiving funds.

Learn More

Related Terms