The isContract() check can be bypassed by storing all the logic in constructor. extcodesize() will return 0 during construction time.
isContract()
extcodesize()
Last updated 2 years ago