sbGovernor
Verified contract
Active on
Ethereum with 249 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b44…e113
Balances ($0.00)
No balances found for "sbGovernor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11113734 | 4 years ago | | | 0 | 0.028578000 | |
| 11104611 | 4 years ago | | | 0 | 0.00066442000 | |
| 11094055 | 4 years ago | | | 0 | 0.026389594 | |
| 11086663 | 4 years ago | | | 0 | 0.0033845448 | |
| 11086357 | 4 years ago | | | 0 | 0.0026133510 | |
| 11085485 | 4 years ago | | | 0 | 0.0011157840 | |
| 11084087 | 4 years ago | | | 0 | 0.0019880560 | |
| 11083329 | 4 years ago | | | 0 | 0.0017422340 | |
| 11082618 | 4 years ago | | | 0 | 0.0010508320 | |
| 11081818 | 4 years ago | | | 0 | 0.0012999746 |
ABI
ABI objects
Getter at block 21316419
guardian() view returns (address)
0x7f6e3ede4a21c2cfc2df0515ffb48d56f2e7e884
proposalCount() view returns (uint256)
4
proposalMaxOperations() pure returns (uint256)
10
proposalThreshold() pure returns (uint256)
100000000000000000000000
quorumVotes() pure returns (uint256)
400000000000000000000000
sbTimelock() view returns (address)
0x746f87000c696e3879e02c7eba184cc922a2e15b
sbVotes() view returns (address)
0x4b44d2ab801d0c0160e75bca17b08637e5d8e113
votingDelay() pure returns (uint256)
1
votingPeriod() pure returns (uint256)
17280
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct sbGovernorReceipt)
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)
execute(uint256 proposalId) payable
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(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)
VoteCast(address voter, uint256 proposalId, bool support, uint256 votes)
constructor(address sbTimelockAddress, address sbVotesAddress, address guardian_)
This contract contains no fallback and receive objects.
This contract contains no error objects.