zeroLock
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x0000…0000
0x0000…0000
0x0000…0000
Balances ($0.00)
No balances found for "zeroLock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "zeroLock"
ABI
ABI objects
Getter at block 21206102
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 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)
This contract contains no event objects.
This contract contains no constructor objects.
receive()
This contract contains no error objects.