ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 28 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16779843 | 2 years ago | | | 0 | 0.0023791030 | |
| 16779839 | 2 years ago | | | 0 | 0.0030724940 | |
| 16765496 | 2 years ago | | | 0 | 0.0020051872 | |
| 16765491 | 2 years ago | | | 0 | 0.0020004477 | |
| 16753034 | 2 years ago | | | 0 | 0.0014819104 | |
| 16750421 | 2 years ago | | | 0 | 0.0028507778 | |
| 16748584 | 2 years ago | | | 0 | 0.0021297602 | |
| 16748181 | 2 years ago | | | 0 | 0.0016418231 | |
| 16747789 | 2 years ago | | | 0 | 0.0016869406 | |
| 16747785 | 2 years ago | | | 0 | 0.0017703661 |
ABI
ABI objects
Getter at block 21184114 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x25b3d1d3180569605f42eaafd4f40efc543d589401e7f9daf0250bd733752792
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.1.0
owner() view returns (address)
0x8e2e23364745003ccf8a99d17661c2790e8d6748
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proposalThreshold() view returns (uint256)
1
proposalThresholdBps() view returns (uint256)
50
quorum() view returns (uint256)
37
quorumThresholdBps() view returns (uint256)
1000
token() view returns (address)
0x2969eca285c9acd0b7eedebe7714c4d913700794
treasury() view returns (address)
0x8e2e23364745003ccf8a99d17661c2790e8d6748
vetoer() view returns (address)
0xd40b63bf04a44e43fbfe5784bcf22acaab34a180
votingDelay() view returns (uint256)
86400
votingPeriod() view returns (uint256)
345600
Read-only
getProposal(bytes32 _proposalId) view returns (struct GovernorTypesV1Proposal)
getVotes(address _account, uint256 _timestamp) view returns (uint256)
hashProposal(address[] _targets, uint256[] _values, bytes[] _calldatas, bytes32 _descriptionHash, address _proposer) pure returns (bytes32)
nonce(address _account) view returns (uint256)
proposalDeadline(bytes32 _proposalId) view returns (uint256)
proposalEta(bytes32 _proposalId) view returns (uint256)
proposalSnapshot(bytes32 _proposalId) view returns (uint256)
proposalVotes(bytes32 _proposalId) view returns (uint256, uint256, uint256)
state(bytes32 _proposalId) view returns (uint8)
State-modifying
Events acceptOwnership()
burnVetoer()
cancel(bytes32 _proposalId)
cancelOwnershipTransfer()
castVote(bytes32 _proposalId, uint256 _support) returns (uint256)
castVoteBySig(address _voter, bytes32 _proposalId, uint256 _support, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s) returns (uint256)
castVoteWithReason(bytes32 _proposalId, uint256 _support, string _reason) returns (uint256)
execute(address[] _targets, uint256[] _values, bytes[] _calldatas, bytes32 _descriptionHash, address _proposer) payable returns (bytes32)
initialize(address _treasury, address _token, address _vetoer, uint256 _votingDelay, uint256 _votingPeriod, uint256 _proposalThresholdBps, uint256 _quorumThresholdBps)
propose(address[] _targets, uint256[] _values, bytes[] _calldatas, string _description) returns (bytes32)
queue(bytes32 _proposalId) returns (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 _newImpl, bytes _data) payable
veto(bytes32 _proposalId)
Upgraded(address impl)
Initialized(uint256 version)
OwnerCanceled(address indexed owner, address indexed canceledOwner)
OwnerPending(address indexed owner, address indexed pendingOwner)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
ProposalCanceled(bytes32 proposalId)
ProposalCreated(bytes32 proposalId, address[] targets, uint256[] values, bytes[] calldatas, string description, bytes32 descriptionHash, struct GovernorTypesV1Proposal proposal)
ProposalExecuted(bytes32 proposalId)
ProposalQueued(bytes32 proposalId, uint256 eta)
ProposalThresholdBpsUpdated(uint256 prevBps, uint256 newBps)
ProposalVetoed(bytes32 proposalId)
QuorumVotesBpsUpdated(uint256 prevBps, uint256 newBps)
Upgraded(address impl)
VetoerUpdated(address prevVetoer, address newVetoer)
VoteCast(address voter, bytes32 proposalId, uint256 support, uint256 weight, string reason)
VotingDelayUpdated(uint256 prevVotingDelay, uint256 newVotingDelay)
VotingPeriodUpdated(uint256 prevVotingPeriod, uint256 newVotingPeriod)
constructor(address _logic, bytes _data)
fallback()
receive()
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()