DBXeNFTFactory
Verified contract
Active on
Ethereum with 3,379 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($4,629.71)
Native
Value
$3,652.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.139817 | $3,204.31 |
$3,652.33 | |
DXN | ERC-20 | 1.44581K | $0.676013 |
$977.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154230 | 13 hours ago | | | 0 | 0.00054656700 | |
| 21154230 | 13 hours ago | | | 0 | 0.00054656700 | |
| 21154230 | 13 hours ago | | | 0 | 0.00054656700 | |
| 21154230 | 13 hours ago | | | 0 | 0.00056280700 | |
| 21147576 | a day ago | | | 0 | 0.00048339161 | |
| 21128378 | 4 days ago | | | 0 | 0.097927859 | |
| 21110327 | 7 days ago | | | 0 | 0.020589485 | |
| 21105917 | 7 days ago | | | 0.0011 | 0.00023149146 | |
| 21105903 | 7 days ago | | | 0.0011 | 0.00022135138 | |
| 21100506 | 8 days ago | | | 0 | 0.040227399 |
ABI
ABI objects
Getter at block 21158115
BASE_XEN() view returns (uint256)
5000000000
MAX_BPS() view returns (uint256)
10000000
MAX_PENALTY_PCT() view returns (uint256)
99
SCALING_FACTOR() view returns (uint256)
10000000000000000000000000000000000000000
SECONDS_IN_DAY() view returns (uint256)
86400
currentCycle() view returns (uint256)
394
currentCycleReward() view returns (uint256)
66230955215626282201833
currentStartedCycle() view returns (uint256)
336
dbxenft() view returns (address)
0x22c3f74d4aa7c7e11a7637d589026aa85c7af88a
devAddress() view returns (address)
0x5a5d0ad85762979caae341274f0eba22df8ecedd
dxn() view returns (address)
0x80f0c1c49891dcfdd40b6e0f960f84e6042bcb6f
getCurrentCycle() view returns (uint256)
395
i_initialTimestamp() view returns (uint256)
1697119871
i_periodDuration() view returns (uint256)
86400
lastCycleReward() view returns (uint256)
65575203183788398219637
lastStartedCycle() view returns (uint256)
336
pendingFees() view returns (uint256)
0
pendingPower() view returns (uint256)
0
pendingStakeWithdrawal() view returns (uint256)
13121154468897488858269
previousStartedCycle() view returns (uint256)
337
xenCrypto() view returns (address)
0x06450dee7fd2fb8e39061434babcfc05599a6fb8
xenft() view returns (address)
0x0a252663dbcc0b073063d6420a40319e438cfa59
Read-only
baseDBXeNFTPower(uint256) view returns (uint256)
calculateDevFee(uint256 inputValue) pure returns (uint256)
cycleAccruedFees(uint256) view returns (uint256)
cycleFeesPerPowerSummed(uint256) view returns (uint256)
dbxenftAccruedFees(uint256) view returns (uint256)
dbxenftEntryPower(uint256) view returns (uint256)
dbxenftEntryPowerWithStake(uint256) view returns (uint256)
dbxenftFirstStake(uint256) view returns (uint256)
dbxenftPower(uint256) view returns (uint256)
dbxenftSecondStake(uint256) view returns (uint256)
dbxenftStakeCycle(uint256, uint256) view returns (uint256)
dbxenftUnderlyingStorage(uint256) view returns (address)
dbxenftUnderlyingXENFT(uint256) view returns (uint256)
dbxenftWithdrawableStake(uint256) view returns (uint256)
lastFeeUpdateCycle(uint256) view returns (uint256)
lastPowerUpdateCycle(uint256) view returns (uint256)
pendingDXN(uint256) view returns (uint256)
rewardPerCycle(uint256) view returns (uint256)
summedCyclePowers(uint256) view returns (uint256)
tokenEntryCycle(uint256) view returns (uint256)
totalEntryPowerPerCycle(uint256) view returns (uint256)
totalExtraEntryPower(uint256) view returns (uint256)
State-modifying
Events claimFees(uint256 tokenId)
claimXen(uint256 tokenId)
mintDBXENFT(uint256 xenftId) payable
setDevAddress(address newDevAddress)
stake(uint256 amount, uint256 tokenId) payable
unstake(uint256 tokenId, uint256 amount)
DBXeNFTMinted(uint256 indexed cycle, uint256 DBXENFTId, uint256 XENFTID, uint256 fee, address indexed minter)
FeesClaimed(uint256 indexed cycle, uint256 indexed tokenId, uint256 fees, address indexed owner)
NewCycleStarted(uint256 cycle, uint256 calculatedCycleReward, uint256 summedCyclePowers)
Staked(uint256 indexed cycle, uint256 indexed tokenId, uint256 amount, address indexed owner)
Unstaked(uint256 indexed cycle, uint256 indexed tokenId, uint256 amount, address indexed owner)
XenRewardsClaimed(uint256 indexed cycle, uint256 dbxenftId, uint256 xenftId, address indexed owner)
constructor(address dbxAddress, address xenftAddress, address _xenCrypto, address _devAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.