Feature Request
- you cannot control who is calling the i-th fallback function. The idea is to have a dynamic way to say "I want this i-th fallback to be called by address 0xdead"
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
- use the calldata to add an address at the beginning (padded into the first slot) that is the address to check into the fallback. If it is address 0, then bypass the check.
Describe alternatives you've considered
Are you willing to resolve this issue by submitting a Pull Request?
Feature Request
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Are you willing to resolve this issue by submitting a Pull Request?