AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 100 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 49 additional slots
0x6bfb…1dcb
0x06af…def0
0x5556…7b1e
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15247417 | 2 years ago | | | 0 | 0.0029676921 | |
| 13278920 | 3 years ago | | | 0 | 0.010032350 | |
| 13278920 | 3 years ago | | | 0 | 0.014612400 | |
| 13171216 | 3 years ago | | | 0 | 0.024029004 | |
| 12994127 | 3 years ago | | | 0 | 0.014196050 | |
| 12956119 | 3 years ago | | | 0 | 0.0077433000 | |
| 12877573 | 3 years ago | | | 0 | 0.0013390800 | |
| 12783860 | 3 years ago | | | 0 | 0.0073045610 | |
| 12783620 | 3 years ago | | | 0 | 0.0072933000 | |
| 12723489 | 3 years ago | | | 0 | 0.0089906436 |
ABI
ABI objects
Getter at block 21205308
withdrawHistory() view returns (uint256)
0
Read-only
calculateECOEarning(string _tokenSymbol, uint256 time, uint256 _amount, uint256 duration, uint256 dID) view returns (uint256 reward)
findLockRate(uint256 _time, uint256 _dID, string _tokenSymbol) view returns (uint256)
freeAssetsWithdrawl(address, uint256) view returns (string token, uint256 amount)
getECOEarnings(address userAddress) view returns (uint256 earnings)
getOrderStatus(uint64 _orderId) view returns (bool)
getUserFreeAsset(address userAddress, string rtoken) view returns (uint256 freeAssets)
getUserLock(address userAddress, string token) view returns (uint256 locked)
getUserLockID(address userAddress) view returns (uint64[])
meanPriceFinder(string _token, uint256 time, uint256 endtime) view returns (uint256 meanTokenPrice)
orderAmount(uint64) view returns (uint256)
orderDuration(uint64) view returns (uint256)
orderTime(uint64) view returns (uint256)
priceHistoryFn(string wtoken, uint256 index) view returns (uint256, uint256, uint256)
rateHistoryFn(string wtoken, uint256 index) view returns (uint256, uint256, uint256, uint256)
rewardWithdrawls(address) view returns (uint256)
tokenMap(uint64) view returns (string)
tokenPriceHistory(string, uint256) view returns (uint256 value, uint256 startDate, uint256 endDate)
tokenRateHistory(string, uint256) view returns (uint256 dID, uint256 value, uint256 startDate, uint256 endDate)
totalDeposit(address userAddress, string rtoken) view returns (uint256 total)
userLock(address, uint256) view returns (uint64)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
changePrice(string token, uint256 _value)
changeRate(string token, uint256 _value)
easyDeposit(string rtoken, uint256 _amount) payable
easyWithdraw(string rtoken, uint256 amount)
initializeAddress(address EMMaddress, address AbacusAddress, address Initaddress)
superPriceManager(string token, uint256 _value, uint256 time, uint256 endDate)
superRateManager(string token, uint256 _value, uint256 time, uint256 endDate)
superUserManager(address userAddress, string rtoken, uint256 _amount, uint256 time)
withdrawEarning(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.