Function: fallback()
Handles nonvalid calldata.
Branches and code coverage (including function calls)
Intended branches
Successfully reverts the transaction.
Negative behavior
Reverts when
msg.data
is not equal to0
.
fallback()
Handles nonvalid calldata.
Intended branches
Successfully reverts the transaction.
Negative behavior
Reverts when msg.data
is not equal to 0
.