StellaryAI
Verified contract
Active on
Ethereum with 812 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($5,877.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stelAI | ERC-20 | 21.451906M | $0.000274 |
$5,877.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261398 | 4 hours ago | | | 0 | 0.00031514663 | |
| 21261395 | 4 hours ago | | | 0 | 0.00022244851 | |
| 21256033 | a day ago | | | 0 | 0.00040001590 | |
| 21255360 | a day ago | | | 0 | 0.00042986678 | |
| 21253668 | a day ago | | | 0 | 0.00047716427 | |
| 21253572 | a day ago | | | 0 | 0.00046398721 | |
| 21253358 | a day ago | | | 0 | 0.00048962868 | |
| 21252801 | a day ago | | | 0 | 0.00073388022 | |
| 21252743 | a day ago | | | 0 | 0.00067967474 | |
| 21248777 | 2 days ago | | | 0 | 0.00048961594 |
ABI
ABI objects
Getter at block 21262461
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_marketingReserves() view returns (uint256)
21254402692193726
channelCostEth() view returns (uint256)
100000000000000000
channelCostTokens() view returns (uint256)
100000000000000
decimals() view returns (uint8)
9
marketingWallet() view returns (address)
0x008597d4af900e4bd5ded7ffe82d3a24b43e3e87
maxTxAmount() view returns (uint256)
10000001000000000
maxWalletAmount() view returns (uint256)
10000001000000000
name() view returns (string)
StellaryAI
numTokensSellToAddToETH() view returns (uint256)
100000000000000
numTokensSellToAddToLiquidity() view returns (uint256)
200000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
stelAI
taxForLiquidity() view returns (uint256)
0
taxForMarketing() view returns (uint256)
4
totalSupply() view returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0xdf9e7120589c5271f0cb4810464417985e3910a3
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
userCostEth() view returns (uint256)
10000000000000000
userCostTokens() view returns (uint256)
10000000000000
Read-only
_isExcludedFromFee(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAmtPaid(string tg_user_chan, bool _isChannel) view returns (uint256)
getUnlockBlock(string tg_user_chan, bool _isChannel) view returns (uint256)
isUnlocked(string tg_user_chan, bool _isChannel) view returns (bool)
unlockedChannels(string) view returns (string tgChannel, bool unlocked, uint256 unlockedAt, uint256 totalEthPaid)
unlockedUsers(string) view returns (string tgUserName, bool unlocked, uint256 unlockedAt, uint256 totalEthPaid)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address newWallet) returns (bool)
changeMaxTxAmount(uint256 _maxTxAmount) returns (bool)
changeMaxWalletAmount(uint256 _maxWalletAmount) returns (bool)
changeSwapThresholds(uint256 _numTokensSellToAddToLiquidity, uint256 _numTokensSellToAddToETH) returns (bool)
changeTaxForLiquidityAndMarketing(uint256 _taxForLiquidity, uint256 _taxForMarketing) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address _address, bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
postLaunch()
renounceOwnership()
setCost(bool _isEth, bool _isChannel, uint256 _cost)
setUnlockStatus(string tg_user_chan, bool _isChannel, bool _isUnlocked, uint256 _unlockBlock, uint256 _amtPaid)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockChannel(string tg_channel) payable
unlockUser(string tg_username) payable
updatePair(address _pair)
AdminModifierSet(string tg_user_chan, bool _isChannel, bool _isUnlocked, uint256 _unlockBlock, uint256 _amtPaid)
Approval(address indexed owner, address indexed spender, uint256 value)
ChannelUnlocked(string tg_channel, uint256 unlockTime)
CostUpdated(bool _isEth, bool _isChannel, uint256 _cost)
ExcludedFromFeeUpdated(address _address, bool _status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairUpdated(address _address)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UserUnlocked(string tg_username, uint256 unlockTime)
constructor()
receive()
This contract contains no error objects.