Solidity Glossary

Browse 1 solidity terms defined in plain English, from the cultural dictionary of computing.

1 Solidity Terms

Payable
In Solidity, a function modifier that allows a smart contract function to receive Ether. Without the payable keyword, any attempt to send ETH to the function...

Related Topics