Alchemist AI
Verified contract
Active on
Ethereum with 71 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Alchemist AI | ERC-20 | 39.549075 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17181686 | 2 years ago | | | 0 | 0.0036785776 | |
| 16530533 | 2 years ago | | | 0 | 0.0022128618 | |
| 16158910 | 2 years ago | | | 0 | 0.00087520267 | |
| 16158901 | 2 years ago | | | 0 | 0.00088617272 | |
| 16158895 | 2 years ago | | | 0 | 0.00047356218 | |
| 16157165 | 2 years ago | | | 0 | 0.0010072451 | |
| 16156231 | 2 years ago | | | 0 | 0.00070416678 | |
| 16156206 | 2 years ago | | | 0 | 0.00072187815 | |
| 16156133 | 2 years ago | | | 0 | 0.00039198145 | |
| 16156131 | 2 years ago | | | 0 | 0.00042625443 |
ABI
ABI objects
Getter at block 21395608
MaxTXAmount() view returns (uint256)
2000000000000
MaxWalletSize() view returns (uint256)
2000000000000
_maxTxAmount() view returns (uint256)
2000000000000
_maxWalletSize() view returns (uint256)
2000000000000
_maximumBuyAmount() view returns (uint256)
2000000000000
boostRewardsContract() view returns (address)
0x0000000000000000000000000000000000000000
boostRewardsPercent() view returns (uint256)
50
buyBackEnabled() view returns (bool)
true
buybackEthBalance() view returns (uint256)
444421122353424971
buybackFee() view returns (uint256)
3
buybackReceiver() view returns (address)
0x81746ef4e91857d4e9870e1e0853bcafb35d4e1d
buybackUpperLimit() view returns (uint256)
500000000000000000
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() pure returns (uint8)
9
ethRewardsBalance() view returns (uint256)
0
ethRewardsFee() view returns (uint256)
0
feeExclusionContract() view returns (address)
0x0000000000000000000000000000000000000000
feeRate() view returns (uint256)
10
feeSellMultiplier() view returns (uint256)
1
launchTime() view returns (uint256)
1670697023
name() pure returns (string)
Alchemist AI
owner() view returns (address)
0x13b99af04b54d7841350e34a51ccd34c0c4e03e0
reflectionFee() view returns (uint256)
0
rewardsClaimTimeSeconds() view returns (uint256)
21600
symbol() pure returns (string)
Alchemist AI
totalFees() view returns (uint256)
0
totalSupply() pure returns (uint256)
100000000000000
treasuryFee() view returns (uint256)
3
treasuryWallet() view returns (address)
0x13b99af04b54d7841350e34a51ccd34c0c4e03e0
uniswapV2Pair() view returns (address)
0xaf1079c934eb35f57a52be45fe63058dc19a4ea6
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateETHRewards(address wallet) view returns (uint256)
calculateTokenRewards(address wallet, address tokenAddress) view returns (uint256)
canClaimRewards(address user) view returns (bool)
eligibleForRewardBooster(address wallet) view returns (bool)
getLastETHRewardsClaim(address wallet) view returns (uint256)
getSellSlippage(address seller) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
isRemovedSniper(address account) view returns (bool)
isUniswapPair(address _pair) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events addUniswapPair(address _pair)
amnestySniper(address account)
approve(address spender, uint256 amount) returns (bool)
claimETHRewards()
claimTokenRewards(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
emergencyWithdraw()
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initContract()
manualswap(uint256 amount)
openTrading()
removeSniper(address account)
removeUniswapPair(address _pair)
renounceOwnership()
setBoostRewardsContract(address _contract)
setBoostRewardsPercent(uint256 perc)
setBuyBackDivisor(uint256 _newValue)
setBuyBackEnabled(bool _enabled)
setBuybackReceiver(address _receiver)
setFeeExclusionContract(address _contract)
setFeeRate(uint256 _rate)
setFeeSellMultiplier(uint256 multiplier)
setIsMaxBuyActivated(bool _value)
setMaxTxnAmount(uint256 maxTxAmountPercetange)
setMaxWalletSize(uint256 maxWalletSizePercentage)
setNewFeesPercentages(uint256 _reflectionNewFee, uint256 _treasuryNewFee, uint256 _ethRewardsNewFee, uint256 _buybackRewardsNewFee)
setRewardsClaimTimeSeconds(uint256 _seconds)
setTreasuryAddress(address _treasuryWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuybackUpperLimit(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyBackEnabledUpdated(bool enabled)
MaxTxAmountUpdated(uint256 _maxTxAmount)
MaxWalletSizeUpdated(uint256 _maxWalletSize)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendETHRewards(address to, uint256 amountETH)
SendTokenRewards(address to, address token, uint256 amount)
SwapAndLiquify(uint256 tokensSwappedForEth, uint256 ethAddedForLp, uint256 tokensAddedForLp)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.