Subscribe to 0x9ae1
Receive the latest updates directly to your inbox.
Card Header

PAYABLE FUNCTIONS IN SOLIDITY

0x9ae1…Fe35
January 13
Here i would shortly give a detailed explanation of what a payable function is. We need to understand that Solidity provides us with a special modifier (payable) among others, which gives us the possibility of sending money in to function. In this article, the payable function will be explicitly explained to solidify your knowledge about payable modifiers.