Alien

Verified contract

Active on Base with 0 txns
Deployed by via 0x0aaca58c at 12359246
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Alien"

No transactions found for "Alien"


Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
disableHoldingLimit(
disableSwapLimit(
enableTrading(
removeStuckERC20(address token
removeStuckETH(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateSwapFee(uint256 newSellFee
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FeeSwap(uint256 indexed value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _feeRecipientAddraddress _ownersTokensRecipientAddraddress _marketingTokensRecipientAddr
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account