ConvertEthereon

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xbb796236 at 12331140
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "ConvertEthereon"

No transactions found for "ConvertEthereon"


Functions
Getter at block 22731827
amountReducePerDay(view returns (uint256)
0
currentTime(view returns (uint128)
1732253001
dayNumber(view returns (uint128)
0
 
estimateTodayRate(view returns (uint256 rateuint256 rewarduint256 supply)
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 _addressview returns (uint256 lockAmountuint256 releaseAmountuint128 lastLockTime)
handlers(addressview returns (bool)
State-modifying
convert(uint128 _ethereonAmount
initialize(
notify(
renounceOwnership(
setEthereonToken(address _ethereonToken
setEthereonTransform(address _ethereonTransform
setEthereonTreasury(address _ethereonTreasury
setHandler(address _handlerbool _status
setLastTimeNotify(uint256 _lastTimeNotify
setXLordsToken(address _xLordsToken
setXLordsTreasury(address _xLordsTreasury
transferOwnership(address newOwner
update(address useruint256 amount
Events
Converted(address indexed useruint256 amountXLordsuint256 amountEthereonuint256 timestamp
Initialized(uint64 version
Notified(uint256 rewardTodayuint256 rateConvertTodayuint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(