Governance
Verified contract
Active on
Ethereum with 49 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 |
---|---|---|---|---|---|
aDAI | ERC-20 | 0.003075 | $0.999998 |
$0 | |
UPDOWN | ERC-20 | 98.889899K | -- | -- | |
BUILD | ERC-20 | 18.046155K | -- | -- | |
HYPE | ERC-20 | 5.699481K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15409220 | 2 years ago | | | 0 | 0.00070919768 | |
| 15409003 | 2 years ago | | | 0 | 0.0011039926 | |
| 15401053 | 2 years ago | | | 0 | 0.00075443636 | |
| 15396201 | 2 years ago | | | 0 | 0.0021108729 | |
| 14248608 | 3 years ago | | | 0 | 0.0029342930 | |
| 14235826 | 3 years ago | | | 0 | 0.0038517664 | |
| 14235713 | 3 years ago | | | 0 | 0.0064680547 | |
| 14182038 | 3 years ago | | | 0 | 0.0057997709 | |
| 14175749 | 3 years ago | | | 0 | 0.0029885210 | |
| 14175686 | 3 years ago | | | 0 | 0.0077947666 |
ABI
ABI objects
Getter at block 21248893
executionPeriod() view returns (uint256)
172000
proposalCount() view returns (uint256)
9
proposalThreshold() view returns (uint256)
100000000000000000000
quorumVotes() view returns (uint256)
5000000000000000000000
votingPeriod() view returns (uint256)
86000
votingToken() view returns (address)
0x6e36556b3ee5aa28def2a8ec3dae30ec2b208739
Read-only
balanceOf(address) view returns (uint256)
getVote(uint256 _proposalId, address _voter) view returns (bool)
proposals(uint256) view returns (uint256 id, address proposer, uint256 startTime, uint256 forVotes, uint256 againstVotes, bytes32 txHash, bool executed)
state(uint256 proposalId) view returns (uint8)
voteLock(address) view returns (uint256)
State-modifying
Events execute(uint256 _proposalId, address _target, uint256 _value, bytes _data) payable returns (bytes)
propose(address _target, uint256 _value, bytes _data) returns (uint256)
vote(uint256 _proposalId, bool _support)
withdraw()
This contract contains no event objects.
constructor(address _votingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.