Aegis Governor
Verified contract
Active on
Ethereum with 50 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AGS | ERC-20 | 0.005 | $0.001407 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11678862 | 4 years ago | | | 0 | 0.061916240 | |
| 11658950 | 4 years ago | | | 0 | 0.0052230400 | |
| 11658945 | 4 years ago | | | 0 | 0.0050251500 | |
| 11658934 | 4 years ago | | | 0 | 0.035914000 | |
| 11638763 | 4 years ago | | | 0 | 0.0092569000 | |
| 11638759 | 4 years ago | | | 0 | 0.0070669000 | |
| 11638748 | 4 years ago | | | 0 | 0.12020470 | |
| 11638599 | 4 years ago | | | 0 | 0.0065735000 | |
| 11384510 | 4 years ago | | | 0 | 0.043950180 | |
| 11384499 | 4 years ago | | | 0 | 0.040869000 |
ABI
ABI objects
Getter at block 21202923
BALLOT_TYPEHASH() view returns (bytes32)
0x8e25870c07e0b0b3884c78da52790939a455c275406c44ae8b434b692fb916ee
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
guardian() view returns (address)
0x1d196f7d329438df306c892036b08989a853430d
name() view returns (string)
Aegis Governor
passMantissa() pure returns (uint256)
30000000
passVotes() pure returns (uint256)
50000000000000
proposalCount() view returns (uint256)
5
proposalMaxOperations() pure returns (uint256)
10
proposalThreshold() pure returns (uint256)
15000000000000
timelock() view returns (address)
0x6ef858d5442f9d4452ec5e271d79c67c6a2dc74f
totalLockUp() view returns (uint256)
500001
votingDelay() pure returns (uint256)
1
votingPeriod() pure returns (uint256)
17280
Read-only
checkPointProposal(address) view returns (uint256)
checkPointVotes(address, uint256) view returns (uint256)
getActions(uint256 _proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getPriorVotes(address _account, uint256 _proposalId) view returns (uint256)
getReceipt(uint256 _proposalId, address _voter) view returns (struct AegisGovernanceReceipt)
latestProposalIds(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, bool canceled, bool executed)
state(uint256 _proposalId) view returns (uint8)
State-modifying
Events __abdicate()
__acceptAdmin()
__executeSetTimelockPendingAdmin(address _newPendingAdmin, uint256 _eta)
__queueSetTimelockPendingAdmin(address _newPendingAdmin, uint256 _eta)
cancel(uint256 _proposalId)
castVote(uint256 _proposalId, bool _support)
castVoteBySig(uint256 _proposalId, bool _support, uint8 _v, bytes32 _r, bytes32 _s)
execute(uint256 _proposalId) payable
propose(address[] _targets, uint256[] _values, string[] _signatures, bytes[] _calldatas, string _description) returns (uint256)
proposeFreed(address _account, uint256 _proposalId)
proposeLockup(uint256 _number)
queue(uint256 _proposalId)
votesFreed(address _account, uint256 _proposalId)
votesLockup(uint256 _number, uint256 _proposalId)
ProposalCanceled(uint256 _id)
ProposalCreated(uint256 _id, address _proposer, address[] _targets, uint256[] _values, string[] _signatures, bytes[] _calldatas, uint256 _startBlock, uint256 _endBlock, string _description)
ProposalExecuted(uint256 _id)
ProposalQueued(uint256 _id, uint256 _eta)
ProposeFreed(address _account, uint256 _number, uint256 _remaining)
ProposeLockup(address _account, uint256 _number, uint256 _lockup)
VoteCast(address _voter, uint256 _proposalId, bool _support, uint256 _votes)
VotesFreed(address _account, uint256 _number, uint256 _remaining)
VotesLockup(address _account, uint256 _number, uint256 _lockup)
constructor(address _timelock, address _guardian)
This contract contains no fallback and receive objects.
This contract contains no error objects.