sbGovernor
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "sbGovernor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "sbGovernor"
ABI
ABI objects
Getter at block 21177613
admin() view returns (address)
0x0000000000000000000000000000000000000000
getPossibleProposalStates() view returns (string[])
[]
gracePeriodInSeconds() view returns (uint256)
0
initDone() view returns (bool)
false
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingSuperAdmin() view returns (address)
0x0000000000000000000000000000000000000000
proposalCount() view returns (uint256)
0
proposalMaxOperations() view returns (uint256)
0
proposalThresholdInWei() view returns (uint256)
0
queuePeriodInSeconds() view returns (uint256)
0
quorumVotesInWei() view returns (uint256)
0
sbVotes() view returns (address)
0x0000000000000000000000000000000000000000
superAdmin() view returns (address)
0x0000000000000000000000000000000000000000
votingDelayInBlocks() view returns (uint256)
0
votingPeriodInBlocks() view returns (uint256)
0
Read-only
getActions(uint256 proposalId) view returns (address[], uint256[], string[], bytes[])
getPossibleProposalStateKey(uint256 index) view returns (string)
getReceipt(uint256 proposalId, address voter) view returns (bool, bool, uint96)
latestProposalIds(address) view returns (uint256)
possibleProposalStatesArray(uint256) view returns (string)
possibleProposalStatesMapping(string) view returns (uint256)
proposalAgainstVotes(uint256) view returns (uint256)
proposalCalldatas(uint256, uint256) view returns (bytes)
proposalCanceled(uint256) view returns (bool)
proposalEndBlock(uint256) view returns (uint256)
proposalEta(uint256) view returns (uint256)
proposalExecuted(uint256) view returns (bool)
proposalForVotes(uint256) view returns (uint256)
proposalProposer(uint256) view returns (address)
proposalSignatures(uint256, uint256) view returns (string)
proposalStartBlock(uint256) view returns (uint256)
proposalTargets(uint256, uint256) view returns (address)
proposalValues(uint256, uint256) view returns (uint256)
proposalVoterHasVoted(uint256, address) view returns (bool)
proposalVoterSupport(uint256, address) view returns (bool)
proposalVoterVotes(uint256, address) view returns (uint96)
queuedTransactions(bytes32) view returns (bool)
state(uint256 proposalId) view returns (uint256)
State-modifying
Events acceptAdmin()
acceptSuperAdmin()
cancel(uint256 proposalId)
execute(uint256 proposalId) payable
init(address sbVotesAddress, address adminAddress, address superAdminAddress)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
setPendingAdmin(address newPendingAdmin)
setPendingSuperAdmin(address newPendingSuperAdmin)
updateGracePeriodInSeconds(uint256 amountInSeconds)
updateProposalMaxOperations(uint256 count)
updateProposalThresholdInWei(uint256 amountInWei)
updateQueuePeriodInSeconds(uint256 amountInSeconds)
updateQuorumVotesInWei(uint256 amountInWei)
updateVotingDelayInBlocks(uint256 amountInBlocks)
updateVotingPeriodInBlocks(uint256 amountInBlocks)
vote(uint256 proposalId, bool support)
CanceledTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
ExecutedTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
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)
QueuedTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
Voted(address voter, uint256 proposalId, bool support, uint256 votes)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.