Fallback Functions in Solidity
If none of the other functions match the function identifier, the solidity fallback function is called. It is run if the call didn't get any data. Most of the time, a contract has only one unnamed task. It is run whenever the contract gets just Ether...
yakuzakiawe.hashnode.dev3 min read