ConvertEthereon
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ConvertEthereon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ConvertEthereon"
ABI
ABI objects
Getter at block 22720836 estimateTodayRate() view returns (uint256 rate, uint256 reward, uint256 supply)
amountReducePerDay() view returns (uint256)
0
currentTime() view returns (uint128)
1732231019
dayNumber() view returns (uint128)
0
ethereonToken() view returns (address)
0x0000000000000000000000000000000000000000
ethereonTransform() view returns (address)
0x0000000000000000000000000000000000000000
ethereonTreasury() view returns (address)
0x0000000000000000000000000000000000000000
initReward() view returns (uint256)
0
lastNotifyDay() view returns (uint256)
0
lastTimeNotify() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
rateConvertToday() view returns (uint256)
0
rewardToday() view returns (uint256)
0
todayXLordsReward() view returns (uint256)
0
totalRemainXLords() view returns (uint256)
0
xLordsToken() view returns (address)
0x0000000000000000000000000000000000000000
xLordsTreasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getBalanceConvertable(address _address) view returns (uint256 lockAmount, uint256 releaseAmount, uint128 lastLockTime)
handlers(address) view returns (bool)
State-modifying
Events convert(uint128 _ethereonAmount)
initialize()
notify()
renounceOwnership()
setEthereonToken(address _ethereonToken)
setEthereonTransform(address _ethereonTransform)
setEthereonTreasury(address _ethereonTreasury)
setHandler(address _handler, bool _status)
setLastTimeNotify(uint256 _lastTimeNotify)
setXLordsToken(address _xLordsToken)
setXLordsTreasury(address _xLordsTreasury)
transferOwnership(address newOwner)
update(address user, uint256 amount)
Converted(address indexed user, uint256 amountXLords, uint256 amountEthereon, uint256 timestamp)
Initialized(uint64 version)
Notified(uint256 rewardToday, uint256 rateConvertToday, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()