DragonX
Verified contract
Active on
Ethereum with 21,596 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,003.45)
Native
Value
$119.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03615 | $3,303.85 |
$119.43 | |
TITANX | ERC-20 | 23.171868B | $0.000001 |
$14,505.59 | |
DRAGONX | ERC-20 | 449.856978M | $0.000008 |
$3,378.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244795 | 9 minutes ago | | | 0 | 0.00077096075 | |
| 21244783 | 12 minutes ago | | | 0 | 0.00064119272 | |
| 21244710 | 26 minutes ago | | | 0 | 0.00044923952 | |
| 21244653 | 38 minutes ago | | | 0 | 0.00067097275 | |
| 21244481 | an hour ago | | | 0 | 0.00037695181 | |
| 21244265 | 2 hours ago | | | 0 | 0.00084663005 | |
| 21243906 | 3 hours ago | | | 0 | 0.00052102667 | |
| 21243673 | 4 hours ago | | | 0 | 0.00089000228 | |
| 21243166 | 6 hours ago | | | 0 | 0.00028909977 | |
| 21243165 | 6 hours ago | | | 0 | 0.00029169185 |
ABI
ABI objects
Getter at block 21244836 incentiveFeeForClaim() view returns (uint256 fee) stakeReachedMaturity() view returns (bool hasStakesToEnd, address instanceAddress, uint256 sId) totalEthClaimable() view returns (uint256 claimable)
activeDragonStakeContract() view returns (address)
0xd86d0cd25837c1d7fcfe1759e629366081a247ab
decimals() view returns (uint8)
18
dragonBuyAndBurnAddress() view returns (address)
0x1a4330eaf13869d15014abca69516fc6ab36e54d
initalLiquidityMinted() view returns (uint8)
1
mintPhaseBegin() view returns (uint256)
1705536000
mintPhaseEnd() view returns (uint256)
1712793600
mintRatioWeekEight() view returns (uint256)
7000
mintRatioWeekEleven() view returns (uint256)
5500
mintRatioWeekFive() view returns (uint256)
8500
mintRatioWeekFour() view returns (uint256)
9000
mintRatioWeekNine() view returns (uint256)
6500
mintRatioWeekOne() view returns (uint256)
10000
mintRatioWeekSeven() view returns (uint256)
7500
mintRatioWeekSix() view returns (uint256)
8000
mintRatioWeekTen() view returns (uint256)
6000
mintRatioWeekThree() view returns (uint256)
9500
mintRatioWeekTwelve() view returns (uint256)
5000
mintRatioWeekTwo() view returns (uint256)
10000
name() view returns (string)
DragonX
nextStakeTs() view returns (uint256)
1732697219
numDragonStakeContracts() view returns (uint256)
1
owner() view returns (address)
0x25c9e69177655fda916d849b1d7c11be32d2458b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DRAGONX
titanBuyAddress() view returns (address)
0x9217622b957411ac4a5608a9a0689c8a256344d1
totalEthClaimed() view returns (uint256)
1932223539840227385542
totalStakesOpened() view returns (uint256 totalStakes)
124
totalSupply() view returns (uint256)
5115783376250919255438062391813
totalTitanStaked() view returns (uint256)
15841447315567513004202721171470
totalTitanUnstaked() view returns (uint256)
0
vault() view returns (uint256)
23171868321815722709015400000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dragonStakeContracts(uint256) view returns (address)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn()
claim() returns (uint256 claimedAmount)
claimGenesis(address asset)
deployNewDragonStakeInstance()
mint(uint256 amount)
mintInitialLiquidity(uint256 amount)
renounceOwnership()
setDragonBuyAndBurnAddress(address dragonBuyAndBurn)
setTitanBuyAddress(address titanBuy)
stake()
stakeEnded(uint256 amountUnstaked)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateVault()
Approval(address indexed owner, address indexed spender, uint256 value)
Claimed(address indexed caller, uint256 indexed totalClaimed, uint256 titanBuy, uint256 dragonBuyAndBurn, uint256 genesis, uint256 incentiveFee)
DragonStakeInstanceCreated(uint256 indexed stakeContractId, address indexed stakeContractAddress)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TitanStakeStarted(address indexed dragonStakeAddress, uint256 amount)
TitanStakesEnded(address indexed dragonStakeAddress, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address titanBuyAddress_, address dragonBuyAndBurnAdddress_)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CooldownPeriodActive()
Create2EmptyBytecode()
Create2FailedDeployment()
Create2InsufficientBalance(uint256 balance, uint256 needed)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
InsufficientTitanXAllowance()
InsufficientTitanXBalance()
InvalidAddress()
InvalidCaller()
LiquidityNotMintedYet()
MintingNotYetActive()
MintingPeriodOver()
NoAdditionalStakesAllowed()
NoEthClaimable()
NoNeedForNewDragonStakeInstance()
NoTokensToStake()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)