Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Alien"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Alien"
ABI
ABI objects
Getter at block 23223681
decimals() view returns (uint8)
18
feeRecipientAddr() view returns (address)
0xf03f95103deda11360bc2815671983c8b782960b
marketingTokensRecipientAddr() view returns (address)
0xc64a8b4d8c936400690541ff8b49facfa339d49e
maxSwapTxAmount() view returns (uint256)
500000000000000000000000000
maxWallet() view returns (uint256)
500000000000000000000000000
name() view returns (string)
Alien
owner() view returns (address)
0xf03f95103deda11360bc2815671983c8b782960b
ownersTokensRecipientAddr() view returns (address)
0x7fb45c9a0cc23f1310d300c6d21007060a6c03c1
sellFee() view returns (uint256)
5
symbol() view returns (string)
ALIEN
totalSupply() view returns (uint256)
1000000000000000000000000000
uniV2PairAddress() view returns (address)
0xb68561b02f2ba3acc3d442187340aecefb5ce818
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)
disableHoldingLimit()
disableSwapLimit()
enableTrading()
removeStuckERC20(address token)
removeStuckETH()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateSwapFee(uint256 newSellFee)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeSwap(uint256 indexed value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _feeRecipientAddr, address _ownersTokensRecipientAddr, address _marketingTokensRecipientAddr)
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)