AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 16 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
0xce27…c24e
11 additional
variables
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11109019 | 4 years ago | | | 0 | 0.0016068000 | |
| 11109019 | 4 years ago | | | 0 | 0.0016086600 | |
| 11109010 | 4 years ago | | | 0 | 0.0016086600 | |
| 11109010 | 4 years ago | | | 0 | 0.0016066800 | |
| 11109010 | 4 years ago | | | 0 | 0.0016065600 | |
| 11109010 | 4 years ago | | | 0 | 0.0016129800 | |
| 11109010 | 4 years ago | | | 0 | 0.0016108800 | |
| 11109010 | 4 years ago | | | 0 | 0.0015933600 | |
| 11108987 | 4 years ago | | | 0 | 0.0027588000 | |
| 11108987 | 4 years ago | | | 0 | 0.0027606600 |
ABI
ABI objects
Getter at block 21177613 getPossibleProposalStates() view returns (string[])
admin() view returns (address)
0x46e609f5ee2f79132624df93ffbb54628096f53c
gracePeriodInSeconds() view returns (uint256)
604800
initDone() view returns (bool)
true
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingSuperAdmin() view returns (address)
0x0000000000000000000000000000000000000000
proposalCount() view returns (uint256)
0
proposalMaxOperations() view returns (uint256)
10
proposalThresholdInWei() view returns (uint256)
100000000000000000000000
queuePeriodInSeconds() view returns (uint256)
43200
quorumVotesInWei() view returns (uint256)
200000000000000000000000
sbVotes() view returns (address)
0xce27c95e51639164d38138706483f5273db4c24e
superAdmin() view returns (address)
0x4b5057b2c87ec9e7c047fb00c0e406dff2fdacad
votingDelayInBlocks() view returns (uint256)
1
votingPeriodInBlocks() view returns (uint256)
4320
Read-only
getActions(uint256 proposalId) view returns (address[], uint256[], string[], bytes[])
getPossibleProposalStateKey(uint256 index) view returns (string)
getReceipt(uint256 proposalId, address voter) view returns (bool, bool, uint96)
latestProposalIds(address) view returns (uint256)
possibleProposalStatesArray(uint256) view returns (string)
possibleProposalStatesMapping(string) view returns (uint256)
proposalAgainstVotes(uint256) view returns (uint256)
proposalCalldatas(uint256, uint256) view returns (bytes)
proposalCanceled(uint256) view returns (bool)
proposalEndBlock(uint256) view returns (uint256)
proposalEta(uint256) view returns (uint256)
proposalExecuted(uint256) view returns (bool)
proposalForVotes(uint256) view returns (uint256)
proposalProposer(uint256) view returns (address)
proposalSignatures(uint256, uint256) view returns (string)
proposalStartBlock(uint256) view returns (uint256)
proposalTargets(uint256, uint256) view returns (address)
proposalValues(uint256, uint256) view returns (uint256)
proposalVoterHasVoted(uint256, address) view returns (bool)
proposalVoterSupport(uint256, address) view returns (bool)
proposalVoterVotes(uint256, address) view returns (uint96)
queuedTransactions(bytes32) view returns (bool)
state(uint256 proposalId) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptAdmin()
acceptSuperAdmin()
cancel(uint256 proposalId)
execute(uint256 proposalId) payable
init(address sbVotesAddress, address adminAddress, address superAdminAddress)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
setPendingAdmin(address newPendingAdmin)
setPendingSuperAdmin(address newPendingSuperAdmin)
updateGracePeriodInSeconds(uint256 amountInSeconds)
updateProposalMaxOperations(uint256 count)
updateProposalThresholdInWei(uint256 amountInWei)
updateQueuePeriodInSeconds(uint256 amountInSeconds)
updateQuorumVotesInWei(uint256 amountInWei)
updateVotingDelayInBlocks(uint256 amountInBlocks)
updateVotingPeriodInBlocks(uint256 amountInBlocks)
vote(uint256 proposalId, bool support)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
CanceledTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
ExecutedTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
QueuedTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
Voted(address voter, uint256 proposalId, bool support, uint256 votes)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.