AaveGovernanceV2
Verified contract
Active on
Ethereum with 27,594 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31.58)
Native
Value
$31.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,158.31 |
$31.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19836435 | 6 months ago | | | 0 | 0.00029447761 | |
| 19829069 | 6 months ago | | | 0 | 0.00029902131 | |
| 19829069 | 6 months ago | | | 0 | 0.00029905837 | |
| 19735846 | 7 months ago | | | 0 | 0.00048902895 | |
| 19707019 | 7 months ago | | | 0 | 0.00047933129 | |
| 19700691 | 7 months ago | | | 0 | 0.00048058129 | |
| 19700689 | 7 months ago | | | 0 | 0.00048726930 | |
| 19700673 | 7 months ago | | | 0 | 0.00050151936 | |
| 19693325 | 7 months ago | | | 0 | 0.00052005913 | |
| 19693308 | 7 months ago | | | 0 | 0.00052548650 |
ABI
ABI objects
Getter at block 21159586
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
NAME() view returns (string)
Aave Governance v2
VOTE_EMITTED_TYPEHASH() view returns (bytes32)
0x4e031542a9553ed1c4e810c54674ab4b984243e335b246aa3de73663bf4c11ee
getGovernanceStrategy() view returns (address)
0xb7e383ef9b1e9189fc0f71fb30af8aa14377429e
getGuardian() view returns (address)
0xca76ebd8617a03126b6fb84f9b1c1a0fb71c2633
getProposalsCount() view returns (uint256)
417
getVotingDelay() view returns (uint256)
7200
owner() view returns (address)
0x79426a1c24b2978d90d7a5070a46c65b07bc4299
Read-only
getProposalById(uint256 proposalId) view returns (struct IAaveGovernanceV2ProposalWithoutVotes)
getProposalState(uint256 proposalId) view returns (uint8)
getVoteOnProposal(uint256 proposalId, address voter) view returns (struct IAaveGovernanceV2Vote)
isExecutorAuthorized(address executor) view returns (bool)
State-modifying
Events __abdicate()
authorizeExecutors(address[] executors)
cancel(uint256 proposalId)
create(address executor, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, bool[] withDelegatecalls, bytes32 ipfsHash) returns (uint256)
execute(uint256 proposalId) payable
queue(uint256 proposalId)
renounceOwnership()
setGovernanceStrategy(address governanceStrategy)
setVotingDelay(uint256 votingDelay)
submitVote(uint256 proposalId, bool support)
submitVoteBySignature(uint256 proposalId, bool support, uint8 v, bytes32 r, bytes32 s)
transferOwnership(address newOwner)
unauthorizeExecutors(address[] executors)
ExecutorAuthorized(address executor)
ExecutorUnauthorized(address executor)
GovernanceStrategyChanged(address indexed newStrategy, address indexed initiatorChange)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address indexed creator, address indexed executor, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, bool[] withDelegatecalls, uint256 startBlock, uint256 endBlock, address strategy, bytes32 ipfsHash)
ProposalExecuted(uint256 id, address indexed initiatorExecution)
ProposalQueued(uint256 id, uint256 executionTime, address indexed initiatorQueueing)
VoteEmitted(uint256 id, address indexed voter, bool support, uint256 votingPower)
VotingDelayChanged(uint256 newVotingDelay, address indexed initiatorChange)
constructor(address governanceStrategy, uint256 votingDelay, address guardian, address[] executors)
This contract contains no fallback and receive objects.
This contract contains no error objects.