ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 458 txns
Deployed by via 0x165845cd at 15901805
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"

0x6771b286631928d766fe5459fe38d5fa97f02827dd4447b49deaed0d8b491c4b
0xe4f6b894eea60cbcf492bdf34882d24509bcf918f21fab8d6aced5f85feece8d
0xc3c4146da973e059b9300cb8b3252c0278e2391f07a364c2266083b6f1aac56a
0x35aba13d8515a616631324050665ab65e53f6585eddd3e24a6bc0fbde2179b96
0x83494e8570248445b9fba218a6abc053d988e4597c405e4a4ced203dd383f9a3
0xa9654b08bd4b69399baba6e51b9fc0d0de16a377ff47543c20b6b07377d78cd6
0x5736631225e147fded6694711546687f51a6684a569bc7e77784885ccefbdecf
0x0e4ff43c51f8abdadcca19f16bcba28065d3d59a3fb9771ecb5a2461b3e25b8e
From
0xd8360b5298a3de607caa0e4ef3860471f2b12b6234ab3dfc7caeabbd93f509ed
0x3a9235378303474d6fa41459e2c4e58901d967f309979b7730276653c22d383d

Functions
Getter at block 21220583
DOMAIN_SEPARATOR(view returns (bytes32)
0x3a12c6851980ff17cafac6a6f53198f9a04c36a6000b56a1a23c2cd1a730ccc5
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)
0x673d37b930397c0defb51237e6fc42fed87b722f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
proposalThreshold(view returns (uint256)
1
proposalThresholdBps(view returns (uint256)
50
 
proxiableUUID(view returns (bytes32)
quorum(view returns (uint256)
31
quorumThresholdBps(view returns (uint256)
1000
token(view returns (address)
0x96e396e66087b2b9dcad36fd473e1b049df18998
treasury(view returns (address)
0x673d37b930397c0defb51237e6fc42fed87b722f
vetoer(view returns (address)
0x589ffbbda0eacd5a9c2ba208b379c886b2630503
votingDelay(view returns (uint256)
172800
votingPeriod(view returns (uint256)
172800
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(