AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2 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 ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12319297 | 4 years ago | | | 0 | 0.0053402400 | |
| 12319233 | 4 years ago | | | 0 | 0.010770800 |
ABI
ABI objects
Getter at block 21213218 getNestCirculation() view returns (uint256)
_governance() view returns (address)
0xa2efe217ed1e56c743aeee1257914104cf523cf5
getConfig() view returns (struct INestVoteConfig)
(5100, 432000, 100000000000000000000000)
getProposeCount() view returns (uint256)
0
Read-only
_proposalList(uint256) view returns (string brief, address contractAddress, uint48 startTime, uint48 stopTime, address proposer, uint96 staked, uint96 gainValue, uint32 state, address executor)
_stakedLedger(uint256, address) view returns (uint256 value)
getProposeInfo(uint256 index) view returns (struct INestVoteProposalView)
list(uint256 offset, uint256 count, uint256 order) view returns (struct INestVoteProposalView[])
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
cancel(uint256 index)
execute(uint256 index)
initialize(address nestGovernanceAddress)
migrate(address tokenAddress, uint256 value)
propose(address contractAddress, string brief)
setConfig(struct INestVoteConfig config)
transferUpgradeAuthority(address proxyAdmin, address newOwner)
update(address nestGovernanceAddress)
upgradeProxy(address proxyAdmin, address proxy, address implementation)
vote(uint256 index, uint256 value)
withdraw(uint256 index)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
NIPExecute(address executor, uint256 index)
NIPSubmitted(address proposer, address contractAddress, uint256 index)
NIPVote(address voter, uint256 index, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.