ERC20Votes.spec 90 B

123456
  1. rule sanity(method f) {
  2. env e;
  3. calldataarg arg;
  4. f(e, arg);
  5. assert false;
  6. }