Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x76c3…71f5
Balances ($0.00)
No balances found for "ALIENX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257490 | 3 hours ago | | | 0 | 0.00072510786 | |
| 21257047 | 4 hours ago | | | 0 | 0.00035652112 | |
| 21244715 | 2 days ago | | | 0 | 0.00069928264 | |
| 21243681 | 2 days ago | | | 0 | 0.0015100001 | |
| 21243160 | 2 days ago | | | 0 | 0.00031223235 | |
| 21241703 | 2 days ago | | | 0 | 0.00045116804 | |
| 21237184 | 3 days ago | | | 0 | 0.0017621624 | |
| 21233456 | 3 days ago | | | 0 | 0.00039806079 | |
| 21232547 | 4 days ago | | | 0 | 0.00042030593 | |
| 21229568 | 4 days ago | | | 0 | 0.00074024399 |
ABI
ABI objects
Getter at block 21258260
decimals() view returns (uint8)
18
infAlienXPool() view returns (address)
0xdc6929c38f641ec27bbef24af5749aa68943df08
lpCreationBlock() view returns (uint256)
20985824
minting() view returns (address)
0x76c3a05394025f8852547de1afddf6c43a2171f5
name() view returns (string)
ALIENX
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ALIENX
titanXAlienXPool() view returns (address)
0xe0b94b3ff442bb21fe5082d7d4caf83a1e137f6b
totalSupply() view returns (uint256)
553123611120278426732665966671
v2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
mint(address _to, uint256 _amount)
renounceOwnership()
setLp(address _infAlienXPool, address _titanXAlienXPool)
setMinting(address _minting)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _v2Factory)
This contract contains no fallback and receive objects.
DeadBlocksNotPassed()
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)
OnlyMinting()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)