Closed mr-rooftop closed 4 years ago
Let's implement a fallback function that gets called if somebody sends ICX to our SCORE without specifying a function.
fallback
It could either revert, or do the same as join.
revert
join
Done
Let's implement a
fallback
function that gets called if somebody sends ICX to our SCORE without specifying a function.It could either
revert
, or do the same asjoin
.