This commit is contained in:
Hadrien Croubois
2023-03-15 14:16:37 +01:00
parent 198c4b7728
commit 0874adbd1f
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
definition nonpayable(env e) returns bool = e.msg.value == 0;
definition max_uint48() returns uint48 = 0xffffffffffff;
definition max_uint48() returns uint48 = 0xffffffffffff;

View File

@ -50,4 +50,4 @@ methods {
getAgainstVotes(uint256) returns uint256 envfree
getForVotes(uint256) returns uint256 envfree
getAbstainVotes(uint256) returns uint256 envfree
}
}