AdminVoting
Verified contract
Active on
Ethereum with 192 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AdminVoting"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20611709 | 3 months ago | | | 0 | 0.0045656726 | |
| 20306085 | 4 months ago | | | 0 | 0.00031558001 | |
| 20187328 | 5 months ago | | | 0 | 0.00040176273 | |
| 20176394 | 5 months ago | | | 0 | 0.0019013472 | |
| 20119486 | 5 months ago | | | 0 | 0.014226385 | |
| 20090831 | 5 months ago | | | 0 | 0.015745204 | |
| 20090188 | 5 months ago | | | 0 | 0.00065667258 | |
| 20041368 | 5 months ago | | | 0 | 0.0047129572 | |
| 19911641 | 6 months ago | | | 0 | 0.00081720318 | |
| 19894167 | 6 months ago | | | 0 | 0.00027899364 |
ABI
ABI objects
Getter at block 21225331
BOOTSTRAP_FINISH() view returns (uint256)
1701302400
MAX_PCT() view returns (uint256)
10000
MAX_TIME_TO_EXECUTION() view returns (uint256)
1814400
MIN_TIME_BETWEEN_PROPOSALS() view returns (uint256)
604800
MIN_TIME_TO_EXECUTION() view returns (uint256)
86400
SET_GUARDIAN_PASSING_PCT() view returns (uint256)
5010
VOTING_PERIOD() view returns (uint256)
604800
getProposalCount() view returns (uint256)
37
getWeek() view returns (uint256 week)
66
minCreateProposalPct() view returns (uint256)
100
minCreateProposalWeight() view returns (uint256)
47881134
passingPct() view returns (uint256)
3000
prismaCore() view returns (address)
0x5d17ea085f2ff5da3e6979d5d26f1dbab664ccf8
tokenLocker() view returns (address)
0x3f78544364c3eccdce4d9c89a630aea26122829d
Read-only
accountVoteWeights(address, uint256) view returns (uint256)
getProposalData(uint256 id) view returns (uint256 week, uint256 createdAt, uint256 currentWeight, uint256 requiredWeight, uint256 canExecuteAfter, bool executed, bool canExecute, struct AdminVotingAction[] payload)
isApprovedDelegate(address owner, address caller) view returns (bool isApproved)
latestProposalTimestamp(address account) view returns (uint256 timestamp)
State-modifying
Events acceptTransferOwnership()
cancelProposal(uint256 id)
createNewProposal(address account, struct AdminVotingAction[] payload)
executeProposal(uint256 id)
setDelegateApproval(address _delegate, bool _isApproved)
setMinCreateProposalPct(uint256 pct) returns (bool)
setPassingPct(uint256 pct) returns (bool)
voteForProposal(address account, uint256 id, uint256 weight)
ProposalCancelled(uint256 proposalId)
ProposalCreated(address indexed account, uint256 proposalId, struct AdminVotingAction[] payload, uint256 week, uint256 requiredWeight)
ProposalCreationMinPctSet(uint256 weight)
ProposalExecuted(uint256 proposalId)
ProposalHasMetQuorum(uint256 id, uint256 canExecuteAfter)
ProposalPassingPctSet(uint256 pct)
VoteCast(address indexed account, uint256 indexed id, uint256 weight, uint256 proposalCurrentWeight, bool hasPassed)
constructor(address _prismaCore, address _tokenLocker, uint256 _minCreateProposalPct, uint256 _passingPct, uint256 _bootstrapFinish)
This contract contains no fallback and receive objects.
This contract contains no error objects.