AaveProtoGovernance
Verified contract
Active on
Ethereum with 1,119 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AaveProtoGovernance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13780035 | 3 years ago | | | 0 | 0.0055967137 | |
| 13773488 | 3 years ago | | | 0 | 0.0044646343 | |
| 13770072 | 3 years ago | | | 0 | 0.019266705 | |
| 13766120 | 3 years ago | | | 0 | 0.021588474 | |
| 11451221 | 4 years ago | | | 0 | 0.016356720 | |
| 11446161 | 4 years ago | | | 0 | 0.0025672960 | |
| 11445498 | 4 years ago | | | 0 | 0.0092986872 | |
| 11445452 | 4 years ago | | | 0 | 0.0091163600 | |
| 11444421 | 4 years ago | | | 0 | 0.0056355680 | |
| 11444415 | 4 years ago | | | 0 | 0.0033150400 |
ABI
ABI objects
Getter at block 21268970
COUNT_CHOICES() view returns (uint256)
2
MAX_MAXMOVESTOVOTINGALLOWED() view returns (uint256)
6
MIN_MAXMOVESTOVOTINGALLOWED() view returns (uint256)
2
MIN_STATUS_DURATION() view returns (uint256)
1660
MIN_THRESHOLD() view returns (uint256)
13000000000000000000000000
getGovParamsProvider() view returns (address _govParamsProvider)
0xf7ff0aee0c2d6fbdea3a85742443e284b62fd0b2
Read-only
getLeadingChoice(uint256 _proposalId) view returns (uint256)
getLimitBlockOfProposal(uint256 _proposalId) view returns (uint256 _limitBlockProposal)
getProposalBasicData(uint256 _proposalId) view returns (uint256 _totalVotes, uint256 _threshold, uint256 _maxMovesToVotingAllowed, uint256 _movesToVoting, uint256 _votingBlocksDuration, uint256 _validatingBlocksDuration, uint256 _currentStatusInitBlock, uint256 _initProposalBlock, uint256 _proposalStatus, address _proposalExecutor, bytes32 _proposalType)
getVoterData(uint256 _proposalId, address _voterAddress) view returns (uint256 _vote, uint256 _weight, uint256 _balance, uint256 _nonce, address _asset)
getVotesData(uint256 _proposalId) view returns (uint256[3])
validateRelayAction(bytes32 _paramsHashByRelayer, bytes32 _paramsHashBySigner, bytes _signature, address _signer, uint256 _proposalId, uint256 _relayerNonce) view
verifyNonce(uint256 _proposalId, address _voter, uint256 _relayerNonce) view
verifyParamsConsistencyAndSignature(bytes32 _paramsHashByRelayer, bytes32 _paramsHashBySigner, bytes _signature, address _signer) pure
State-modifying
Events cancelVoteByRelayer(uint256 _proposalId, address _voter, uint256 _nonce, bytes _signature, bytes32 _paramsHashByVoter)
cancelVoteByVoter(uint256 _proposalId)
challengeVoters(uint256 _proposalId, address[] _voters)
newProposal(bytes32 _proposalType, bytes32 _ipfsHash, uint256 _threshold, address _proposalExecutor, uint256 _votingBlocksDuration, uint256 _validatingBlocksDuration, uint256 _maxMovesToVotingAllowed)
resolveProposal(uint256 _proposalId)
submitVoteByRelayer(uint256 _proposalId, uint256 _vote, address _voter, address _asset, uint256 _nonce, bytes _signature, bytes32 _paramsHashByVoter)
submitVoteByVoter(uint256 _proposalId, uint256 _vote, address _asset)
tryToMoveToValidating(uint256 _proposalId)
AbstainWins(uint256 indexed proposalId, uint256 abstainVotingPower, uint256 yesVotingPower, uint256 noVotingPower)
NoWins(uint256 indexed proposalId, uint256 abstainVotingPower, uint256 yesVotingPower, uint256 noVotingPower)
ProposalCreated(uint256 indexed proposalId, bytes32 indexed ipfsHash, bytes32 indexed proposalType, uint256 propositionPowerOfCreator, uint256 threshold, uint256 maxMovesToVotingAllowed, uint256 votingBlocksDuration, uint256 validatingBlocksDuration, address proposalExecutor)
StatusChangeToExecuted(uint256 indexed proposalId)
StatusChangeToValidating(uint256 indexed proposalId)
StatusChangeToVoting(uint256 indexed proposalId, uint256 movesToVoting)
VoteCancelled(uint256 indexed proposalId, address indexed voter, uint256 indexed vote, address asset, uint256 weight, uint256 balance, uint256 proposalStatusBefore)
VoteEmitted(uint256 indexed proposalId, address indexed voter, uint256 indexed vote, address asset, uint256 weight, uint256 balance)
YesWins(uint256 indexed proposalId, uint256 abstainVotingPower, uint256 yesVotingPower, uint256 noVotingPower)
constructor(address _govParamsProvider)
fallback()
This contract contains no error objects.