Skip to content

Vyper Issues

Daejun Park edited this page Jul 19, 2019 · 1 revision

To check:

  • insufficient zero padding: slice(_, 24, 8) needs 24 zeros but currently only 8 zeros.
  • what if calldata is empty, i.e., calldatasize < 4?
  • what if some of arguments of deposit are not provided at all?
  • what if the size of an bytes[X] argument is less (or greater) than X?
Clone this wiki locally