AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 175 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
Balances ($2,142.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CAP | ERC-20 | 821.056 | $2.61 |
$2,142.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13335037 | 3 years ago | | | 0 | 0.0045779659 | |
| 13229490 | 3 years ago | | | 0 | 0.0028486491 | |
| 12631687 | 3 years ago | | | 0 | 0.00043247000 | |
| 12615401 | 3 years ago | | | 0 | 0.0010808750 | |
| 12131232 | 4 years ago | | | 0 | 0.0044822801 | |
| 11857462 | 4 years ago | | | 0 | 0.0033419550 | |
| 11810008 | 4 years ago | | | 0 | 0.010952096 | |
| 11805587 | 4 years ago | | | 0 | 0.0043481350 | |
| 11804958 | 4 years ago | | | 0 | 0.0039541700 | |
| 11791522 | 4 years ago | | | 0 | 0.0090586440 |
ABI
ABI objects
Getter at block 21169776
executablePeriod() pure returns (uint256)
40320
forVotesExpeditedThreshold() view returns (uint256)
15000000000000000000000
forVotesThreshold() view returns (uint256)
4000000000000000000000
proposalCount() view returns (uint256)
5
proposalMaxOperations() pure returns (uint256)
10
proposerMinStaked() pure returns (uint256)
10000000000000000000
token() view returns (address)
0x43044f861ec040db59a7e324c40507addb673142
votingPeriod() pure returns (uint256)
40320
Read-only
balanceOf(address account) view returns (uint256)
lockedUntil(address account) view returns (uint256)
proposalData(uint256 proposalId) view returns (address[] contracts, uint256[] values, string[] signatures, bytes[] calldatas)
proposalState(uint256 proposalId) view returns (uint8)
proposals(uint256) view returns (uint256 id, address proposer, uint256 startBlock, uint256 endBlock, uint256 expirationBlock, uint256 forVotes, uint256 againstVotes, bool canceled, bool executed, bool expedited)
signatureWhitelist(bytes32) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addSignaturesToWhitelist(string[] signaturesToAdd)
cancelProposal(uint256 proposalId)
castVote(uint256 proposalId, bool support)
executeProposal(uint256 proposalId) payable
initialize(address _token)
releaseStaked(uint256 amount)
removeSignaturesFromWhitelist(string[] signaturesToRemove)
stakeToVote(uint256 amount)
submitProposal(uint256 discoverabilityPeriod, address[] contracts, uint256[] values, string[] signatures, bytes[] calldatas, string description, bool expedited) returns (uint256 id)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ExecuteTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 indexed id, address proposer, address[] contracts, uint256[] values, string[] signatures, bytes[] calldatas, string description, bool expedited)
ProposalExecuted(uint256 id)
VoteCast(address voter, uint256 proposalId, bool support, uint256 votes, bool isUpdate)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.