ens-usernames/certora/specs/UsernameRegistrar.spec

5 lines
88 B
RPMSpec
Raw Permalink Normal View History

2024-06-07 04:57:35 -03:00
rule sanity(env e, method f) {
calldataarg args;
f(e, args);
satisfy true;
}