Files
openzeppelin-contracts/certora/specs/helpers/helpers.spec
2023-05-03 16:43:02 +02:00

4 lines
120 B
Python

definition nonpayable(env e) returns bool = e.msg.value == 0;
definition max_uint48() returns uint48 = 0xffffffffffff;