This contract is being backfilled. You may encounter incomplete storage history.

Sweepers Governance

Verified contract

Proxy

Active on Ethereum with 277 txns
Deployed by via 0x64f10ac5 at 15634957
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Sweepers Governance"

0xa805d06128f9fe0df3f338c4f8d2c70a0721b7457512a50bb8fbeae74e4f5223
0x0b0debcd1a9f1c9fe011e3a92d849e2e88cd4e187bcc493d36be415a2698ed06
0xdc837f72115dc19bfdb075df2b3d0cb903537e7a799dd0f2fe724cca4047fc6f
0x49a67d3f193a230900d5498d235ecb0161e7110b620763de9e0ee1f558fdb543
0xbd15038a551f2508b82628b72941c90d63b112ea167bbfd18bdddc6685d04ee3
0x90064efb0ae31591d6fcb9d6383f5bee30effecbb37d6ac721883676a42202da
0x8e3eb10b7e19a3861f69a7ed47d31b34c6adac08472d145b80e2f3d83ab9b385
0x8c8cee2d9d3a6196d9416175300ad882836d8ec1545103580c47831874ebbf9f
0x01cbe8e29c017e42049a78ee77cb293e487081e23e870b90fcdd5826d097e11f
0x21eb2bc3ac9c947c3ef0bfd53d82817ea2e6bbe00e405fcb11501faddb6ddb36

Functions
Getter at block 21213697
admin(view returns (address)
0x9d0717faddb61c48e3fce46abc2b2dcaa43d1255
implementation(view returns (address)
0x3a61f1e8f28b24f64a10fb560e2d58c29da67815
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
BALLOT_TYPEHASH(view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
DOMAIN_TYPEHASH(view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_PROPOSAL_THRESHOLD_BPS(view returns (uint256)
1000
MAX_QUORUM_VOTES_BPS(view returns (uint256)
2000
MAX_VOTING_DELAY(view returns (uint256)
40320
MAX_VOTING_PERIOD(view returns (uint256)
80640
MIN_PROPOSAL_THRESHOLD_BPS(view returns (uint256)
1
MIN_QUORUM_VOTES_BPS(view returns (uint256)
200
MIN_VOTING_DELAY(view returns (uint256)
1
MIN_VOTING_PERIOD(view returns (uint256)
100
admin(view returns (address)
0x9d0717faddb61c48e3fce46abc2b2dcaa43d1255
implementation(view returns (address)
0x3a61f1e8f28b24f64a10fb560e2d58c29da67815
name(view returns (string)
Sweepers Governance
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
proposalCount(view returns (uint256)
34
proposalMaxOperations(view returns (uint256)
10
proposalThreshold(view returns (uint256)
4
proposalThresholdBPS(view returns (uint256)
200
proposalThresholdStrict(view returns (uint256)
4
quorumVotes(view returns (uint256)
60
quorumVotesBPS(view returns (uint256)
1000
sweepers(view returns (address)
0xc95efc5203ce255db12193119c73d13bcbc0b45b
targetsRestricted(view returns (bool)
true
timelock(view returns (address)
0x811074e281d86f862dc84e7df80ed38aa22aa23d
useProposalThresholdBPS(view returns (bool)
false
vetoer(view returns (address)
0x9d0717faddb61c48e3fce46abc2b2dcaa43d1255
votingDelay(view returns (uint256)
298
votingPeriod(view returns (uint256)
14300
Read-only
allowedTargets(addressview returns (bool)
getActions(uint256 proposalIdview returns (address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatas)
getReceipt(uint256 proposalIdaddress voterview returns (struct SweepersGovernanceStorageV1Receipt)
latestProposalIds(addressview returns (uint256)
proposals(uint256view returns (uint256 idaddress proposeruint256 proposalThresholduint256 quorumVotesuint256 etastring openseaSlugaddress projectuint256 startBlockuint256 endBlockuint256 forVotesuint256 againstVotesuint256 abstainVotesbool canceledbool vetoedbool executed)
state(uint256 proposalIdview returns (uint8)
State-modifying
_setImplementation(address implementation_
_acceptAdmin(
_burnVetoPower(
_setAllowedTarget(address _targetbool _allowed
_setPendingAdmin(address newPendingAdmin
_setProposalThresholdBPS(uint256 newProposalThresholdBPS
_setProposalThresholdStrict(uint256 newProposalThresholdStrict
_setQuorumVotesBPS(uint256 newQuorumVotesBPS
_setTargetsRestricted(bool _targetsRestricted
_setUseProposalThresholdBPS(bool _useProposalThresholdBPS
_setVetoer(address newVetoer
_setVotingDelay(uint256 newVotingDelay
_setVotingPeriod(uint256 newVotingPeriod
cancel(uint256 proposalId
castVote(uint256 proposalIduint8 support
castVoteBySig(uint256 proposalIduint8 supportuint8 vbytes32 rbytes32 s
castVoteWithReason(uint256 proposalIduint8 supportstring reason
execute(uint256 proposalId
initialize(address timelock_address sweepers_address vetoer_uint256 votingPeriod_uint256 votingDelay_uint256 proposalThresholdBPS_uint256 quorumVotesBPS_
propose(address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionstring openseaSlugaddress projectreturns (uint256)
queue(uint256 proposalId
veto(uint256 proposalId
Events
NewAdmin(address oldAdminaddress newAdmin
NewImplementation(address oldImplementationaddress newImplementation
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
NewVetoer(address oldVetoeraddress newVetoer
ProposalCanceled(uint256 id
ProposalCreated(uint256 idaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring descriptionstring openseaSlugaddress project
ProposalCreatedWithRequirements(uint256 idaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockuint256 proposalThresholduint256 quorumVotesstring descriptionstring openseaSlugaddress project
ProposalExecuted(uint256 id
ProposalQueued(uint256 iduint256 eta
ProposalThresholdBPSSet(uint256 oldProposalThresholdBPSuint256 newProposalThresholdBPS
ProposalThresholdStrictSet(uint256 oldProposalThresholdStrictuint256 newProposalThresholdStrict
ProposalVetoed(uint256 id
QuorumVotesBPSSet(uint256 oldQuorumVotesBPSuint256 newQuorumVotesBPS
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 votesstring reason
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
NewAdmin(address oldAdminaddress newAdmin
NewImplementation(address oldImplementationaddress newImplementation
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
NewVetoer(address oldVetoeraddress newVetoer
ProposalCanceled(uint256 id
ProposalCreated(uint256 idaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring descriptionstring openseaSlugaddress project
ProposalCreatedWithRequirements(uint256 idaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockuint256 proposalThresholduint256 quorumVotesstring descriptionstring openseaSlugaddress project
ProposalExecuted(uint256 id
ProposalQueued(uint256 iduint256 eta
ProposalThresholdBPSSet(uint256 oldProposalThresholdBPSuint256 newProposalThresholdBPS
ProposalThresholdStrictSet(uint256 oldProposalThresholdStrictuint256 newProposalThresholdStrict
ProposalVetoed(uint256 id
QuorumVotesBPSSet(uint256 oldQuorumVotesBPSuint256 newQuorumVotesBPS
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 votesstring reason
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
Constructor
constructor(address timelock_address sweepers_address vetoer_address admin_address implementation_uint256 votingPeriod_uint256 votingDelay_uint256 proposalThresholdBPS_uint256 quorumVotesBPS_
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.