ALIENX

Verified contract

Active on Ethereum with 637 txns
Deployed by via 0xeb786392 at 20984790
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ALIENX"

0x70b9b9e3d7fe727a370d623258beaff6af53c89b14b6bcb29beb4c37d4a7ff78
0x22c5be6b6d4dae246534663a11f78d02952e31cfa90d5a26354fc29062ae5a57
0x70c93eed1da72fbb3a774fc1dd1d6bd6a24e734174750be21a5fae60a296d9fb
0x2d9a22c97d0b81565d818720c3bb7aff8937f0b31da639ebfe3b580d3b022790
0x2e39f2541956204fc267609d5bd01b7437c6d1db35812955f9c4c8819e1cb979
0xb61a8bd3dcc4aa4c6874797785f2c6cf8f0694f122ccbca7667af7d84aa056d2
0xa6fd27ae49996cc5a2c6a1dec0da0fe5cc0b767c03095503ad99aa7d2deebe99
0xe727e3f404a2ca3d8d0e7db958c48db1b8ed177a9b46e984d2be4d359f931b3e
0xae1146728cf3008704a07ce8428ee127662eb422bfcf96ccd09f96a4f7218df8
0xbdaf2da60c4a440b1e7ed637a1bd3d992cc497e30d29a97cd72d26a2ccc6db8d

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
mint(address _touint256 _amount
renounceOwnership(
setLp(address _infAlienXPooladdress _titanXAlienXPool
setMinting(address _minting
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _v2Factory
Fallback and receive

This contract contains no fallback and receive objects.

Errors
DeadBlocksNotPassed(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OnlyMinting(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account