ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 79 txns
Deployed by via 0xbc7c73cf at 16875066
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "ERC1967Proxy"

0x9274a6171357cc0b82bbec47174474e8573ccaf53b9fe42ccaaa87988b39b3ac
0x493d78048069b19847632c878e0c1523ababb8ae2160fe0dd88585d114af0978
0xe86fc91121dfa9453a30b507c2d6ec9e53f8fc20671a6d153245f33a8517e6ce
0xf36ce2552566cbc8eb79b4960d157eeaad7b49c958c7fda6ecf9c8752c5994f8
0xdec37ed38d82b53729ab1a4e8ebdeb2027e445c413cffce3c089ae45c2737dd8
0x2629ba1530e98b1907ced31793bde66d9c1b30e06246a11e2f57ed825b1cb832
0x09e797ed925f5c5247d8013188f343180d86056ad0236aa5ee3f7cb6ed8f5e4f
0x8b5bd45445f6f8b7cccc8ea06cb17370cbde0ea97befc3f5ad340ec8b92c3025
0x25aa5bd54aaeefed035b23a5463deeffe01a0182fedfd23dc18d8502aaa5cafb
0x81cdc078910d2131b5dbe9602621b7c8a346667740604035dd900b30ca543f06

Functions
Getter at block 20936654
DOMAIN_SEPARATOR(view returns (bytes32)
0x54d5895d24f98d08bfe950eb7993b06979d0f6ca45f1569128dd5c5e8c1e3a8f
MAX_PROPOSAL_THRESHOLD_BPS(view returns (uint256)
1000
MAX_QUORUM_THRESHOLD_BPS(view returns (uint256)
2000
MAX_VOTING_DELAY(view returns (uint256)
14515200
MAX_VOTING_PERIOD(view returns (uint256)
14515200
MIN_PROPOSAL_THRESHOLD_BPS(view returns (uint256)
1
MIN_QUORUM_THRESHOLD_BPS(view returns (uint256)
200
MIN_VOTING_DELAY(view returns (uint256)
1
MIN_VOTING_PERIOD(view returns (uint256)
600
VOTE_TYPEHASH(view returns (bytes32)
0x4b87515bde17bd1a40e570a7c028fa4b7e66dd1ed9dc7c0cd8fd78d67ca34f28
contractVersion(pure returns (string)
1.2.0
owner(view returns (address)
0xf1da938cbf912b9e5444f6532c20a58d09dd67b8
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
proposalThreshold(view returns (uint256)
0
proposalThresholdBps(view returns (uint256)
50
 
proxiableUUID(view returns (bytes32)
quorum(view returns (uint256)
11
quorumThresholdBps(view returns (uint256)
1000
token(view returns (address)
0xe403248c8f078fd6729309635cdd0a668ddd20f9
treasury(view returns (address)
0xf1da938cbf912b9e5444f6532c20a58d09dd67b8
vetoer(view returns (address)
0x97c6015dc0229bfaecef5af3cf4ef18ca2a355ef
votingDelay(view returns (uint256)
86400
votingPeriod(view returns (uint256)
345600
Read-only
getProposal(bytes32 _proposalIdview returns (struct GovernorTypesV1Proposal)
getVotes(address _accountuint256 _timestampview returns (uint256)
hashProposal(address[] _targetsuint256[] _valuesbytes[] _calldatasbytes32 _descriptionHashaddress _proposerpure returns (bytes32)
nonce(address _accountview returns (uint256)
proposalDeadline(bytes32 _proposalIdview returns (uint256)
proposalEta(bytes32 _proposalIdview returns (uint256)
proposalSnapshot(bytes32 _proposalIdview returns (uint256)
proposalVotes(bytes32 _proposalIdview returns (uint256uint256uint256)
state(bytes32 _proposalIdview returns (uint8)
State-modifying
acceptOwnership(
burnVetoer(
cancel(bytes32 _proposalId
cancelOwnershipTransfer(
castVote(bytes32 _proposalIduint256 _supportreturns (uint256)
castVoteBySig(address _voterbytes32 _proposalIduint256 _supportuint256 _deadlineuint8 _vbytes32 _rbytes32 _sreturns (uint256)
castVoteWithReason(bytes32 _proposalIduint256 _supportstring _reasonreturns (uint256)
execute(address[] _targetsuint256[] _valuesbytes[] _calldatasbytes32 _descriptionHashaddress _proposerpayable returns (bytes32)
initialize(address _treasuryaddress _tokenaddress _vetoeruint256 _votingDelayuint256 _votingPerioduint256 _proposalThresholdBpsuint256 _quorumThresholdBps
propose(address[] _targetsuint256[] _valuesbytes[] _calldatasstring _descriptionreturns (bytes32)
queue(bytes32 _proposalIdreturns (uint256 eta)
safeTransferOwnership(address _newOwner
transferOwnership(address _newOwner
updateProposalThresholdBps(uint256 _newProposalThresholdBps
updateQuorumThresholdBps(uint256 _newQuorumVotesBps
updateVetoer(address _newVetoer
updateVotingDelay(uint256 _newVotingDelay
updateVotingPeriod(uint256 _newVotingPeriod
upgradeTo(address _newImpl
upgradeToAndCall(address _newImplbytes _datapayable 
veto(bytes32 _proposalId
Events
Upgraded(address impl
Initialized(uint256 version
OwnerCanceled(address indexed owneraddress indexed canceledOwner
OwnerPending(address indexed owneraddress indexed pendingOwner
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
ProposalCanceled(bytes32 proposalId
ProposalCreated(bytes32 proposalIdaddress[] targetsuint256[] valuesbytes[] calldatasstring descriptionbytes32 descriptionHashstruct GovernorTypesV1Proposal proposal
ProposalExecuted(bytes32 proposalId
ProposalQueued(bytes32 proposalIduint256 eta
ProposalThresholdBpsUpdated(uint256 prevBpsuint256 newBps
ProposalVetoed(bytes32 proposalId
QuorumVotesBpsUpdated(uint256 prevBpsuint256 newBps
Upgraded(address impl
VetoerUpdated(address prevVetoeraddress newVetoer
VoteCast(address voterbytes32 proposalIduint256 supportuint256 weightstring reason
VotingDelayUpdated(uint256 prevVotingDelayuint256 newVotingDelay
VotingPeriodUpdated(uint256 prevVotingPerioduint256 newVotingPeriod
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
DELEGATE_CALL_FAILED(
INVALID_TARGET(
INVALID_UPGRADE(address impl
ONLY_UUPS(
UNSUPPORTED_UUID(
ADDRESS_ZERO(
ALREADY_INITIALIZED(
ALREADY_VOTED(
BELOW_PROPOSAL_THRESHOLD(
DELEGATE_CALL_FAILED(
EXPIRED_SIGNATURE(
INITIALIZING(
INVALID_CANCEL(
INVALID_PROPOSAL_THRESHOLD_BPS(
INVALID_QUORUM_THRESHOLD_BPS(
INVALID_SIGNATURE(
INVALID_TARGET(
INVALID_UPGRADE(address impl
INVALID_VOTE(
INVALID_VOTING_DELAY(
INVALID_VOTING_PERIOD(
NOT_INITIALIZING(
ONLY_CALL(
ONLY_DELEGATECALL(
ONLY_MANAGER(
ONLY_OWNER(
ONLY_PENDING_OWNER(
ONLY_PROXY(
ONLY_UUPS(
ONLY_VETOER(
PROPOSAL_ALREADY_EXECUTED(
PROPOSAL_DOES_NOT_EXIST(
PROPOSAL_EXISTS(bytes32 proposalId
PROPOSAL_LENGTH_MISMATCH(
PROPOSAL_NOT_QUEUED(bytes32 proposalId
PROPOSAL_TARGET_MISSING(
PROPOSAL_UNSUCCESSFUL(
UNSAFE_CAST(
UNSUPPORTED_UUID(
VOTING_NOT_STARTED(