SiloGovernor
Verified contract
Active on
Ethereum with 692 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SiloGovernor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19761369 | 7 months ago | | | 0 | 0.030996582 | |
| 19761299 | 7 months ago | | | 0 | 0.039691878 | |
| 19741461 | 7 months ago | | | 0 | 0.0012865970 | |
| 19741449 | 7 months ago | | | 0 | 0.0011850746 | |
| 19732801 | 7 months ago | | | 0 | 0.00089623093 | |
| 19724184 | 7 months ago | | | 0 | 0.00063211094 | |
| 19723094 | 7 months ago | | | 0 | 0.00054488984 | |
| 19723087 | 7 months ago | | | 0 | 0.00056917607 | |
| 19720849 | 7 months ago | | | 0 | 0.00089690580 | |
| 19720828 | 7 months ago | | | 0 | 0.0012226148 |
ABI
ABI objects
Getter at block 21284162
BALLOT_TYPEHASH() view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
COUNTING_MODE() pure returns (string)
support=bravo&quorum=for,abstain
name() view returns (string)
SiloGovernor
proposalThreshold() view returns (uint256)
100000000000000000000000
quorumDenominator() view returns (uint256)
100
quorumNumerator() view returns (uint256)
1
timelock() view returns (address)
0xe1f03b7b0ebf84e9b9f62a1db40f1efb8faa7d22
token() view returns (address)
0x6f80310ca7f2c654691d1383149fa1a57d8ab1f8
version() view returns (string)
1
votingDelay() view returns (uint256)
128
votingPeriod() view returns (uint256)
21000
Read-only
getVotes(address _account, uint256 _blockNumber) view returns (uint256)
hasVoted(uint256 proposalId, address account) view returns (bool)
hashProposal(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) pure returns (uint256)
proposalDeadline(uint256 proposalId) view returns (uint256)
proposalEta(uint256 proposalId) view returns (uint256)
proposalSnapshot(uint256 proposalId) view returns (uint256)
proposalVotes(uint256 proposalId) view returns (uint256 againstVotes, uint256 forVotes, uint256 abstainVotes)
quorum(uint256 _blockNumber) view returns (uint256)
state(uint256 _proposalId) view returns (uint8)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events castVote(uint256 proposalId, uint8 support) returns (uint256)
castVoteBySig(uint256 proposalId, uint8 support, uint8 v, bytes32 r, bytes32 s) returns (uint256)
castVoteWithReason(uint256 proposalId, uint8 support, string reason) returns (uint256)
execute(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) payable returns (uint256)
propose(address[] _targets, uint256[] _values, bytes[] _calldatas, string _description) returns (uint256)
queue(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256)
setProposalThreshold(uint256 newProposalThreshold)
setVotingDelay(uint256 newVotingDelay)
setVotingPeriod(uint256 newVotingPeriod)
updateQuorumNumerator(uint256 newQuorumNumerator)
updateTimelock(address newTimelock)
ProposalCanceled(uint256 proposalId)
ProposalCreated(uint256 proposalId, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 proposalId)
ProposalQueued(uint256 proposalId, uint256 eta)
ProposalThresholdSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
QuorumNumeratorUpdated(uint256 oldQuorumNumerator, uint256 newQuorumNumerator)
TimelockChange(address oldTimelock, address newTimelock)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 weight, string reason)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
constructor(address _token, address _timelock)
receive()
This contract contains no error objects.