SummerGovernor
Verified contract
Active on
Base with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($3.44)
Native
Value
$3.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.001044 | $3,297.76 |
$3.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22874068 | a day ago | | | 0 | 0.0000066992377 | |
| 22873863 | a day ago | | | 0 | 0.0000023648518 | |
| 22873484 | a day ago | | | 0 | 0.0000018186225 | |
| 22873433 | a day ago | | | 0 | 0.0000017643323 | |
| 22749338 | 4 days ago | | | 0 | 0.000049769928 | |
| 22749132 | 4 days ago | | | 0 | 0.000017471476 | |
| 22748856 | 4 days ago | | | 0 | 0.000013477403 | |
| 22748708 | 4 days ago | | | 0 | 0.0000017643323 | |
| 22747656 | 4 days ago | | | 0 | 0.000053689419 | |
| 22747484 | 4 days ago | | | 0 | 0.000017472850 |
ABI
ABI objects
Getter at block 22920459
BALLOT_TYPEHASH() view returns (bytes32)
0xf2aad550cf55f045cb27e9c559f9889fdfb6e6cdaa032301d6ea397784ae51d7
CLOCK_MODE() view returns (string)
mode=timestamp
COUNTING_MODE() pure returns (string)
support=bravo&quorum=for,abstain
EXTENDED_BALLOT_TYPEHASH() view returns (bytes32)
0x3e83946653575f9a39005e1545185629e92736b7528ab20ca3816f315424a811
MAX_PROPOSAL_THRESHOLD() view returns (uint256)
100000000000000000000000
MIN_PROPOSAL_THRESHOLD() view returns (uint256)
1000000000000000000000
clock() view returns (uint48)
1732630265
config() view returns (address whitelistGuardian)
0xb0f758323d3798a6a567c1601d84f30d1bcaaa0b
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=SummerGovernor, version=1, chainId=8453, verifyingContract=0x7315adc64617308fac0f5c50775f399afa6464f0, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
getWhitelistGuardian() view returns (address)
0xb0f758323d3798a6a567c1601d84f30d1bcaaa0b
name() view returns (string)
SummerGovernor
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
owner() view returns (address)
0x6cd849487777ed659bb936f7aa0b4dd8eb30d4f5
proposalChainId() view returns (uint32)
8453
proposalThreshold() view returns (uint256)
10000000000000000000000
quorumDenominator() view returns (uint256)
100
quorumNumerator() view returns (uint256)
4
summerToken() view returns (address)
0x5f311c931e03217aa0eae99eaf15a7b33543ec75
timelock() view returns (address)
0x6cd849487777ed659bb936f7aa0b4dd8eb30d4f5
token() view returns (address)
0x5f311c931e03217aa0eae99eaf15a7b33543ec75
version() view returns (string)
1
votingDelay() view returns (uint256)
60
votingPeriod() view returns (uint256)
600
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
getVotes(address account, uint256 timepoint) view returns (uint256)
getVotesWithParams(address account, uint256 timepoint, bytes params) view returns (uint256)
getWhitelistAccountExpiration(address account) view returns (uint256)
hasVoted(uint256 proposalId, address account) view returns (bool)
hashProposal(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) pure returns (uint256)
isComposeMsgSender(struct Origin, bytes, address _sender) view returns (bool)
isWhitelisted(address account) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
nonces(address owner) view returns (uint256)
peers(uint32 eid) view returns (bytes32 peer)
proposalDeadline(uint256 proposalId) view returns (uint256)
proposalEta(uint256 proposalId) view returns (uint256)
proposalNeedsQueuing(uint256 proposalId) view returns (bool)
proposalProposer(uint256 proposalId) view returns (address)
proposalSnapshot(uint256 proposalId) view returns (uint256)
proposalVotes(uint256 proposalId) view returns (uint256 againstVotes, uint256 forVotes, uint256 abstainVotes)
quorum(uint256 timepoint) view returns (uint256)
quorumNumerator(uint256 timepoint) view returns (uint256)
state(uint256 proposalId) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events cancel(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256)
castVote(uint256 proposalId, uint8 support) returns (uint256)
castVoteBySig(uint256 proposalId, uint8 support, address voter, bytes signature) returns (uint256)
castVoteWithReason(uint256 proposalId, uint8 support, string reason) returns (uint256)
castVoteWithReasonAndParams(uint256 proposalId, uint8 support, string reason, bytes params) returns (uint256)
castVoteWithReasonAndParamsBySig(uint256 proposalId, uint8 support, address voter, string reason, bytes params, bytes signature) returns (uint256)
execute(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) payable returns (uint256)
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
propose(address[] targets, uint256[] values, bytes[] calldatas, string description) returns (uint256)
queue(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256)
relay(address target, uint256 value, bytes data) payable
renounceOwnership()
sendProposalToTargetChain(uint32 _dstEid, address[] _dstTargets, uint256[] _dstValues, bytes[] _dstCalldatas, bytes32 _dstDescriptionHash, bytes _options)
setDelegate(address _delegate)
setPeer(uint32 _eid, bytes32 _peer)
setProposalThreshold(uint256 newProposalThreshold)
setVotingDelay(uint48 newVotingDelay)
setVotingPeriod(uint32 newVotingPeriod)
setWhitelistAccountExpiration(address account, uint256 expiration)
setWhitelistGuardian(address _whitelistGuardian)
transferOwnership(address newOwner)
updateQuorumNumerator(uint256 newQuorumNumerator)
updateTimelock(address newTimelock)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
ProposalCanceled(uint256 proposalId)
ProposalCreated(uint256 proposalId, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 voteStart, uint256 voteEnd, string description)
ProposalExecuted(uint256 proposalId)
ProposalQueued(uint256 proposalId, uint256 etaSeconds)
ProposalReceivedCrossChain(uint256 indexed proposalId, uint32 indexed srcEid)
ProposalSentCrossChain(uint256 indexed proposalId, uint32 indexed dstEid)
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)
VoteCastWithParams(address indexed voter, uint256 proposalId, uint8 support, uint256 weight, string reason, bytes params)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
WhitelistAccountExpirationSet(address indexed account, uint256 expiration)
WhitelistGuardianSet(address indexed newGuardian)
constructor(struct ISummerGovernorGovernorParams params)
receive()
CheckpointUnorderedInsertion()
DecayController__ZeroAddress()
FailedCall()
GovernorAlreadyCastVote(address voter)
GovernorAlreadyQueuedProposal(uint256 proposalId)
GovernorDisabledDeposit()
GovernorInsufficientProposerVotes(address proposer, uint256 votes, uint256 threshold)
GovernorInvalidProposalLength(uint256 targets, uint256 calldatas, uint256 values)
GovernorInvalidQuorumFraction(uint256 quorumNumerator, uint256 quorumDenominator)
GovernorInvalidSignature(address voter)
GovernorInvalidVoteParams()
GovernorInvalidVoteType()
GovernorInvalidVotingPeriod(uint256 votingPeriod)
GovernorNonexistentProposal(uint256 proposalId)
GovernorNotQueuedProposal(uint256 proposalId)
GovernorNotSet()
GovernorOnlyExecutor(address account)
GovernorOnlyProposer(address account)
GovernorQueueNotImplemented()
GovernorRestrictedProposer(address proposer)
GovernorUnexpectedProposalState(uint256 proposalId, uint8 current, bytes32 expectedStates)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidDelegate()
InvalidEndpointCall()
InvalidShortString()
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
StringTooLong(string str)
SummerGovernorInvalidCaller()
SummerGovernorInvalidChain(uint256 chainId, uint256 proposalChainId)
SummerGovernorInvalidPeerArrays()
SummerGovernorInvalidProposalThreshold(uint256 proposalThreshold, uint256 minThreshold, uint256 maxThreshold)
SummerGovernorInvalidTrustedRemote(address trustedRemote)
SummerGovernorInvalidWhitelistGuardian(address whitelistGuardian)
SummerGovernorProposerBelowThresholdAndNotWhitelisted(address proposer, uint256 votes, uint256 threshold)
SummerGovernorUnauthorizedCancellation(address caller, address proposer, uint256 votes, uint256 threshold)