AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 5 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) |
---|---|---|---|---|---|---|---|
| 12321212 | 4 years ago | | | 0 | 0.0018607500 | |
| 11753696 | 4 years ago | | | 0 | 0.0085924960 | |
| 11696504 | 4 years ago | | | 0 | 0.0080066440 | |
| 11692702 | 4 years ago | | | 0 | 0.013693230 | |
| 11684159 | 4 years ago | | | 0 | 0.0099144000 |
ABI
ABI objects
Getter at block 21201055
flag() view returns (uint8)
2
governance() view returns (address)
0xa38afc5c1e33f85b06d4b8c2b4312c1dc1054882
params() view returns (uint256 single, uint64 leadTime, uint256 nestAmount)
(single=10000000000000000, leadTime=10, nestAmount=0)
Read-only
clientList(address) view returns (uint256)
clientOp(address) view returns (address)
latestPrice(address token) view returns (uint256 ethAmount, uint256 tokenAmount, uint128 avgPrice, int128 vola, uint256 bn)
priceList(address token, uint8 num) view returns (uint128[])
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
activate(address defi)
deactivate(address defi)
initialize(address NestPool)
loadContracts()
loadGovernance()
pause()
query(address token, address payback) payable returns (uint256, uint256, uint256)
queryPriceAvgVola(address token, address payback) payable returns (uint256 ethAmount, uint256 tokenAmount, uint128 avgPrice, int128 vola, uint256 bn)
queryPriceList(address token, uint8 num, address payback) payable returns (uint128[])
remove(address defi)
resume()
setParams(uint256 single, uint32 time, uint256 nestAmount)
updateAndCheckPriceNow(address tokenAddress) payable returns (uint256 ethAmount, uint256 erc20Amount, uint256 blockNum)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ClientActivated(address arg0, uint256 arg1, uint256 arg2)
FlagSet(address gov, uint256 flag)
ParamsSetup(address gov, uint256 oldParams, uint256 newParams)
PriceAvgVolaQueried(address client, address token, uint256 bn, uint128 avgPrice, int128 vola)
PriceListQueried(address client, address token, uint256 bn, uint8 num)
PriceQueried(address client, address token, uint256 ethAmount, uint256 tokenAmount, uint256 bn)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.