Solidity fallback function and function overloading
Fallback function
In Solidity, the fallback function is a special function that is executed when a contract receives a message that doesn't match any of its defined functions. It is defined without a name, using the fallback keyword.
From solidity do...
favourajaye.hashnode.dev5 min read