LyraGovernanceV2
Verified contract
Active on
Ethereum with 85 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 "LyraGovernanceV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19830046 | 6 months ago | | | 0 | 0.0010724424 | |
| 19821453 | 6 months ago | | | 0 | 0.0012876010 | |
| 19807514 | 6 months ago | | | 0 | 0.00038027505 | |
| 19807250 | 6 months ago | | | 0 | 0.00034709276 | |
| 19807245 | 6 months ago | | | 0 | 0.00035451367 | |
| 19798868 | 6 months ago | | | 0 | 0.00037322506 | |
| 19796632 | 6 months ago | | | 0 | 0.00045446729 | |
| 19794939 | 6 months ago | | | 0 | 0.00043989459 | |
| 19793589 | 6 months ago | | | 0 | 0.00044350667 | |
| 19792219 | 6 months ago | | | 0 | 0.00049693784 |
ABI
ABI objects
Getter at block 21212774
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
NAME() view returns (string)
Aave Governance v2
VOTE_EMITTED_TYPEHASH() view returns (bytes32)
0x4e031542a9553ed1c4e810c54674ab4b984243e335b246aa3de73663bf4c11ee
getGovernanceStrategy() view returns (address)
0x110597da9aad8ec9fff32341f986be70dc9a6811
getGuardian() view returns (address)
0x246d38588b16dd877c558b245e6d5a711c649fcf
getProposalsCount() view returns (uint256)
4
getVotingDelay() view returns (uint256)
7200
owner() view returns (address)
0x394169592b06cae64ed48316a79f9bcf1330af99
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.