FixedERC20VotesIssue
This commit is contained in:
@ -22,6 +22,14 @@ methods {
|
||||
// function summarization
|
||||
hashProposal(address[], uint256[], bytes[], bytes32) => CONSTANT
|
||||
proposalThreshold() returns uint256 envfree
|
||||
|
||||
getVotes(address, uint256) returns uint256 envfree => DISPATCHER(true)
|
||||
//getVotes(address, uint256) => DISPATCHER(true)
|
||||
|
||||
getPastTotalSupply(uint256) returns uint256 envfree => DISPATCHER(true)
|
||||
//getPastTotalSupply(uint256) => DISPATCHER(true)
|
||||
|
||||
getPastVotes(address, uint256) returns uint256 envfree => DISPATCHER(true)
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@ -91,7 +99,6 @@ invariant proposalInitiated(uint256 pId)
|
||||
}}*/
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* A proposal cannot end unless it started.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user