Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78be…aa77
0x9b38…9a0e
9 additional
variables
Balances ($1,850.80)
Native
Value
$1,850.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.594532 | $3,113.04 |
$1,850.8 | |
GDXen | ERC-20 | 174.306K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18942664 | 10 months ago | | | 0.0032924737 | 0.010723392 | |
| 18906034 | a year ago | | | 0.0031308818 | 0.0064916124 | |
| 18895659 | a year ago | | | 0.0036964535 | 0.0045025266 | |
| 18769035 | a year ago | | | 0 | 0.0030884637 | |
| 18768223 | a year ago | | | 0 | 0.0038270761 | |
| 18768213 | a year ago | | | 0 | 0.0027720132 | |
| 18762381 | a year ago | | | 0.0022623352 | 0.010946361 | |
| 18754840 | a year ago | | | 0.0093917448 | 0.0052933456 | |
| 18752189 | a year ago | | | 0.006544248 | 0.0073368000 | |
| 18738019 | a year ago | | | 0 | 0.0067796960 |
ABI
ABI objects
Getter at block 21227160
HEALTH_A() view returns (uint256)
1
HEALTH_E() view returns (uint256)
102
HEALTH_INIT() view returns (uint256)
100
HEALTH_K() view returns (uint256)
2
MAX_BPS() view returns (uint256)
100000
PROTOCOL_FEE_AMPLIFIER() view returns (uint256)
2
PROTOCOL_FEE_BASE() view returns (uint256)
1000000000000000
SCALING_FACTOR() view returns (uint256)
10000000000000000000000000000000000000000
SCALING_FACTOR_5() view returns (uint256)
100000
XEN_BATCH_AMOUNT() view returns (uint256)
2000000000000000000000000
currentCycle() view returns (uint256)
52
currentCycleReward() view returns (uint256)
18028245465828262871372
currentStartedCycle() view returns (uint256)
52
gdxen() view returns (address)
0x41c529227a05e00c7731511eb3df0001e2e1d914
getCurrentCycle() view returns (uint256)
371
i_initialTimestamp() view returns (uint256)
1699966823
i_periodDuration() view returns (uint256)
86400
lastCycleReward() view returns (uint256)
18100358447691575922858
lastStartedCycle() view returns (uint256)
47
pendingFees() view returns (uint256)
0
pendingStake() view returns (uint256)
0
pendingStakeWithdrawal() view returns (uint256)
0
previousStartedCycle() view returns (uint256)
46
teamAddress() view returns (address)
0xb89fa00cbbd30adc9c19499debe4a95e19c80044
totalNumberOfBatchesBurned() view returns (uint256)
2462
xec() view returns (address)
0x9b38b7212083ead287c1fcdd0827d9648ff19a0e
xecToken() view returns (address)
0x78be30f2a60d63244425aa2466b90ca677d5aa77
xen() view returns (address)
0x06450dee7fd2fb8e39061434babcfc05599a6fb8
Read-only
accAccruedFees(address) view returns (uint256)
accBurnedBatches(address, uint256) view returns (uint256)
accCycleBatchesBurned(address) view returns (uint256)
accFirstStake(address) view returns (uint256)
accRewards(address) view returns (uint256)
accSecondStake(address) view returns (uint256)
accStakeCycle(address, uint256) view returns (uint256)
accWithdrawableStake(address) view returns (uint256)
calculateBurnXec(uint256 _recoverHealth) view returns (uint256)
cycleAccruedFees(uint256) view returns (uint256)
cycleFeesPerStakeSummed(uint256) view returns (uint256)
cycleTotalBatchesBurned(uint256) view returns (uint256)
firstBurnCycle(address) view returns (uint256)
getHealth(address account) view returns (uint256)
isOldUser(address) view returns (bool)
lastActiveCycle(address) view returns (uint256)
lastFeeUpdateCycle(address) view returns (uint256)
rewardPerCycle(uint256) view returns (uint256)
summedCycleStakes(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events burnBatch(address referrerAddress, uint256 batchNumber) payable
claimFees()
claimRewards()
onTokenBurned(address user, uint256 amount)
recoverHealth()
stake(uint256 amount)
unstake(uint256 amount)
Burn(address indexed userAddress, uint256 batchNumber)
FeesClaimed(uint256 indexed cycle, address indexed account, uint256 fees)
InviteNewUser(address indexed userAddress, address indexed referrerAddress)
NewCycleStarted(uint256 indexed cycle, uint256 calculatedCycleReward, uint256 summedCycleStakes)
RecoverHealth(address indexed userAddress, uint256 health)
Redeemed(address indexed user, address indexed xenContract, address indexed tokenContract, uint256 xenAmount, uint256 tokenAmount)
RewardsClaimed(uint256 indexed cycle, address indexed account, uint256 reward)
Staked(uint256 indexed cycle, address indexed account, uint256 amount)
Unstaked(uint256 indexed cycle, address indexed account, uint256 amount)
constructor(address xenAddress, address xecTokenAddress, address xecAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.