wip
This commit is contained in:
11
certora/specs/methods/IERC5805.spec
Normal file
11
certora/specs/methods/IERC5805.spec
Normal file
@ -0,0 +1,11 @@
|
||||
methods {
|
||||
// view
|
||||
getVotes(address) returns (uint256)
|
||||
getPastVotes(address, uint256) returns (uint256)
|
||||
getPastTotalSupply(uint256) returns (uint256)
|
||||
delegates(address) returns (address) envfree
|
||||
|
||||
// external
|
||||
delegate(address)
|
||||
delegateBySig(address, uint256, uint256, uint8, bytes32, bytes32)
|
||||
}
|
||||
4
certora/specs/methods/IERC6372.spec
Normal file
4
certora/specs/methods/IERC6372.spec
Normal file
@ -0,0 +1,4 @@
|
||||
methods {
|
||||
clock() returns (uint48)
|
||||
CLOCK_MODE() returns (string)
|
||||
}
|
||||
Reference in New Issue
Block a user