You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will deploy a contract with just the bytecode 0x0000000000000000000000000000000000000000000000000000000000000001. (Whereas if we inserted a fallback, it would have bunch of code in it besides the immutables). I'm not sure, but I feel like this may be useful in the future.
Version Information
vyper --version
): 0.3.2What's your issue about?
The empty contract has the following IR:
In Solidity it does, but any behavior is accepted here.
Such contracts may be treated as just one single fallback.
Please close the issue if so.
The text was updated successfully, but these errors were encountered: