Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf9a7…8860
0x2ef2…5632
0xffcb…2fa5
9 additional
variables
Balances ($393.18)
Native
Value
$393.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.158437 | $2,481.62 |
$393.18 | |
GDXen | ERC-20 | 261.15146K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x5568206f | 17552969 | 3 months ago | | | 0 | 1.2657115e-7 | |
0x47697420 | 17552967 | 3 months ago | | | 0 | 1.2691596e-7 | |
| 15418499 | 5 months ago | | | 0.000018217393 | 0.0000041826158 | |
| 12140367 | 7 months ago | | | 0.000018217393 | 0.0000037831943 | |
| 8473919 | 10 months ago | | | 0 | 0.000000087605000000 | |
| 8473901 | 10 months ago | | | 0 | 1.1963300e-7 | |
| 8473896 | 10 months ago | | | 0 | 1.5050500e-7 | |
| 8473887 | 10 months ago | | | 0 | 0.000000092266000000 | |
| 8254798 | 10 months ago | | | 0 | 1.3184900e-7 | |
| 8254414 | 10 months ago | | | 0.026771331 | 3.3793900e-7 |
ABI
ABI objects
Getter at block 21891048
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)
1
PROTOCOL_FEE_BASE() view returns (uint256)
9000000000000
SCALING_FACTOR() view returns (uint256)
10000000000000000000000000000000000000000
SCALING_FACTOR_5() view returns (uint256)
100000
XEN_BATCH_AMOUNT() view returns (uint256)
2000000000000000000000000
currentCycle() view returns (uint256)
212
currentCycleReward() view returns (uint256)
17392020848521646646619
currentStartedCycle() view returns (uint256)
212
gdxen() view returns (address)
0x78be30f2a60d63244425aa2466b90ca677d5aa77
getCurrentCycle() view returns (uint256)
362
i_initialTimestamp() view returns (uint256)
1699274971
i_periodDuration() view returns (uint256)
86400
lastCycleReward() view returns (uint256)
17461588931915733233206
lastStartedCycle() view returns (uint256)
136
pendingFees() view returns (uint256)
0
pendingStake() view returns (uint256)
0
pendingStakeWithdrawal() view returns (uint256)
0
previousStartedCycle() view returns (uint256)
47
teamAddress() view returns (address)
0xb89fa00cbbd30adc9c19499debe4a95e19c80044
totalNumberOfBatchesBurned() view returns (uint256)
304722
xec() view returns (address)
0x2ef22ac147d9f474048f503266492ffe5fc65632
xecToken() view returns (address)
0xf9a73755e053ebb53f59ee91881eb1e4e3cb8860
xen() view returns (address)
0xffcbf84650ce02dafe96926b37a0ac5e34932fa5
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.