XEN Crypto
Verified contract
Proxy
Active on
Base with 71,415 txns
Unified storage
Map
Table
Raw
Constants and immutables
24
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cbCEN | ERC-20 | 1.044432T | -- | -- | |
DividendTracker | ERC-20 | 308.773912B | -- | -- | |
baseCEN | ERC-20 | 308.773912B | -- | -- | |
cbXEN | ERC-20 | 23.469264B | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 69 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
OOMER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22707998 | 31 minutes ago | | | 0 | 0.0000034298677 | |
| 22707974 | 32 minutes ago | | | 0 | 0.0000013378420 | |
| 22707951 | 33 minutes ago | | | 0 | 0.0000013393947 | |
| 22707935 | 34 minutes ago | | | 0 | 0.0000034298676 | |
| 22707917 | 34 minutes ago | | | 0 | 0.0000013393948 | |
| 22707872 | 36 minutes ago | | | 0 | 0.0000040114451 | |
| 22707861 | 36 minutes ago | | | 0 | 8.6900310e-7 | |
| 22707858 | 36 minutes ago | | | 0 | 0.0000016817410 | |
| 22707828 | 37 minutes ago | | | 0 | 0.0000040161008 | |
| 22707816 | 38 minutes ago | | | 0 | 0.0000016817410 |
ABI
ABI objects
Getter at block 22708939
AUTHORS() view returns (string)
@MrJackLevin @lbelyaev faircrypto.org
DAYS_IN_YEAR() view returns (uint256)
365
EAA_PM_START() view returns (uint256)
100
EAA_PM_STEP() view returns (uint256)
1
EAA_RANK_STEP() view returns (uint256)
100000
GENESIS_RANK() view returns (uint256)
1
MAX_PENALTY_PCT() view returns (uint256)
99
MAX_TERM_END() view returns (uint256)
86400000
MAX_TERM_START() view returns (uint256)
8640000
MIN_TERM() view returns (uint256)
86399
REWARD_AMPLIFIER_END() view returns (uint256)
1
REWARD_AMPLIFIER_START() view returns (uint256)
3000
SECONDS_IN_DAY() view returns (uint256)
86400
TERM_AMPLIFIER() view returns (uint256)
15
TERM_AMPLIFIER_THRESHOLD() view returns (uint256)
5000
WITHDRAWAL_WINDOW_DAYS() view returns (uint256)
7
XEN_APY_DAYS_STEP() view returns (uint256)
90
XEN_APY_END() view returns (uint256)
2
XEN_APY_START() view returns (uint256)
20
XEN_MIN_BURN() view returns (uint256)
0
XEN_MIN_STAKE() view returns (uint256)
0
activeMinters() view returns (uint256)
61891292
activeStakes() view returns (uint256)
2256
decimals() view returns (uint8)
18
genesisTs() view returns (uint256)
1692986123
getCurrentAMP() view returns (uint256)
2547
getCurrentAPY() view returns (uint256)
15
getCurrentEAAR() view returns (uint256)
0
getCurrentMaxTerm() view returns (uint256)
43113600
getUserMint() view returns (struct XENCryptoMintInfo)
(0x0000000000000000000000000000000000000000, 0, 0, 0, 0, 0)
getUserStake() view returns (struct XENCryptoStakeInfo)
(0, 0, 0, 0)
globalRank() view returns (uint256)
103104970
name() view returns (string)
XEN Crypto
symbol() view returns (string)
cbXEN
totalSupply() view returns (uint256)
166391978086555191686677716442737
totalXenStaked() view returns (uint256)
247100296501210448689479995947432
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getGrossReward(uint256 rankDelta, uint256 amplifier, uint256 term, uint256 eaa) pure returns (uint256)
userBurns(address) view returns (uint256)
userMints(address) view returns (address user, uint256 term, uint256 maturityTs, uint256 rank, uint256 amplifier, uint256 eaaRate)
userStakes(address) view returns (uint256 term, uint256 maturityTs, uint256 amount, uint256 apy)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address user, uint256 amount)
claimMintReward()
claimMintRewardAndShare(address other, uint256 pct)
claimMintRewardAndStake(uint256 pct, uint256 term)
claimRank(uint256 term)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
stake(uint256 amount, uint256 term)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
MintClaimed(address indexed user, uint256 rewardAmount)
RankClaimed(address indexed user, uint256 term, uint256 rank)
Staked(address indexed user, uint256 amount, uint256 term)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, uint256 amount, uint256 reward)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.