AlienXMinting
Verified contract
Active on
Ethereum with 1,487 txns
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 |
---|---|---|---|---|---|
TITANX | ERC-20 | 0 | $0.000001 |
$0 | |
UNI-V2 | ERC-20 | 3.535534B | -- | -- | |
UNI-V2 | ERC-20 | 2.563176B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212427 | 24 minutes ago | | | 0 | 0.00069896060 | |
| 21206912 | 19 hours ago | | | 0 | 0.00054056397 | |
| 21193403 | 3 days ago | | | 0 | 0.0019976863 | |
| 21187661 | 3 days ago | | | 0 | 0.0016115171 | |
| 21142599 | 10 days ago | | | 0 | 0.0053606663 | |
| 21124238 | 12 days ago | | | 0 | 0.00033756719 | |
| 21115092 | 14 days ago | | | 0 | 0.00052526017 | |
| 21099588 | 16 days ago | | | 0 | 0.00027778311 | |
| 21096627 | 16 days ago | | | 0 | 0.00022222800 | |
| 21096523 | 16 days ago | | | 0 | 0.00029110155 |
ABI
ABI objects
Getter at block 21212543
GAP_BETWEEN_CYCLE() view returns (uint32)
604800
MAX_MINT_CYCLE() view returns (uint8)
8
MINT_CYCLE_DURATION() view returns (uint32)
86400
addedLiquidity() view returns (bool)
true
alienX() view returns (address)
0x3512ef267aaf735d235ce8a802b50c32cfd8f60a
getCurrentMintCycle() view returns (uint32 currentCycle, uint32 startsAt, uint32 endsAt)
(currentCycle=5, startsAt=1731592800, endsAt=1731679200)
inferno() view returns (address)
0x00f116ac0c304c570daaa68fa6c30a86a04b5c5f
owner() view returns (address)
0x1e5a10ee3865b1cc723178208dd2343a13e0c203
startTimestamp() view returns (uint32)
1729173600
titanX() view returns (address)
0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1
totalAlienXClaimed() view returns (uint256)
696481698191720000000000000000
totalAlienXMinted() view returns (uint256)
704788482169720000000000000000
totalSentToFluxBnB() view returns (uint256)
27091397158999999999999999999
totalTitanXBurnt() view returns (uint256)
135456985795000000000000000000
totalTitanXDeposited() view returns (uint256)
707284928975000000000000000000
Read-only
amountToClaim(address user, uint32 cycleId) view returns (uint256 amount)
getRatioForCycle(uint32 cycleId) pure returns (uint256 ratio)
State-modifying
Events claim(uint8 _cycleId)
createAndFundLPs(uint32 _deadline, uint256 _amountInfernoMin)
mint(uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
ClaimExecuted(address indexed user, uint256 alienXAmount, uint8 indexed mintCycleId)
MintExecuted(address indexed user, uint256 alienXAmount, uint32 indexed mintCycleId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _titanX, address _inferno, address _v3Router, address _fluxBnB, address _infernoBnBV2, address _bnb, address _bnb1, address _alienX, address _v2Router, uint32 _startTimestamp)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CycleIsOver()
CycleStillOngoing()
FailedInnerCall()
InvalidInput()
InvalidStartTime()
LiquidityAlreadyAdded()
NoalienXToClaim()
NotEnoughBalanceForLp()
NotStartedYet()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)