ERC1967Proxy
Verified contract
Proxy
Active on
Base with 4 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) |
---|---|---|---|---|---|---|---|
| 22927486 | 2 days ago | | | 0 | 0.0000018047544 | |
| 22926528 | 2 days ago | | | 0 | 0.0000042375424 | |
| 22926443 | 2 days ago | | | 0 | 0.0000018006085 | |
| 22925967 | 3 days ago | | | 0 | 0.0000041877629 |
ABI
ABI objects
Getter at block 23034073 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0xce191eea058a11996f6ecd9ea2de9ac42f46221c94b68ce593bf8f05493030ab
MAX_DELAYED_GOVERNANCE_EXPIRATION() view returns (uint256)
2592000
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)
2.0.0
delayedGovernanceExpirationTimestamp() view returns (uint256)
0
owner() view returns (address)
0x4c5086086fda01fb8fcffe491862e7504984a75f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proposalThreshold() view returns (uint256)
0
proposalThresholdBps() view returns (uint256)
20
quorum() view returns (uint256)
5
quorumThresholdBps() view returns (uint256)
1000
token() view returns (address)
0xfe10d3ce1b0f090935670368ec6de00d8d965523
treasury() view returns (address)
0x4c5086086fda01fb8fcffe491862e7504984a75f
vetoer() view returns (address)
0xc1afa4c0a70b622d7b71d42241bb4d52b6f3e218
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)
updateDelayedGovernanceExpirationTimestamp(uint256 _newDelayedTimestamp)
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)
DelayedGovernanceExpirationTimestampUpdated(uint256 prevTimestamp, uint256 newTimestamp)
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()
CANNOT_DELAY_GOVERNANCE()
DELEGATE_CALL_FAILED()
EXPIRED_SIGNATURE()
INITIALIZING()
INVALID_CANCEL()
INVALID_DELAYED_GOVERNANCE_EXPIRATION()
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_TOKEN_OWNER()
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()
WAITING_FOR_TOKENS_TO_CLAIM_OR_EXPIRATION()