NeuralAI
Verified contract
Active on
Ethereum with 17,954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,705.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ATH | ERC-20 | 31.159849K | $0.058461 |
$1,821.64 | |
USDT | ERC-20 | 1.180512K | $0.999274 |
$1,179.65 | |
NEURAL | ERC-20 | 95.079826 | $7.41 |
$704.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162310 | 4 minutes ago | | | 0 | 0.00088863040 | |
| 21162283 | 10 minutes ago | | | 0 | 0.00078382400 | |
| 21162196 | 27 minutes ago | | | 0 | 0.00068983576 | |
| 21162118 | 43 minutes ago | | | 0 | 0.00069598615 | |
| 21162020 | an hour ago | | | 0 | 0.00062687242 | |
| 21161934 | an hour ago | | | 0 | 0.00097795634 | |
| 21161859 | 2 hours ago | | | 0 | 0.00074925109 | |
| 21161831 | 2 hours ago | | | 0 | 0.00085938487 | |
| 21161828 | 2 hours ago | | | 0 | 0.00099541315 | |
| 21161742 | 2 hours ago | | | 0 | 0.00046461615 |
ABI
ABI objects
Getter at block 21162330
TreasuryAddress() view returns (address)
0x6235696e557f8d9d175dd32e10df829fbd6351c8
buyFee() view returns (uint256)
4
deadBlocks() view returns (uint256)
0
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxBuyAmount() view returns (uint256)
50000000000000000000000
maxSellAmount() view returns (uint256)
50000000000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000000000
name() view returns (string)
NeuralAI
owner() view returns (address)
0x5ad340f520ebcef7cd55178cca4125d6ab53f851
sellFee() view returns (uint256)
4
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
200000000000000000000
symbol() view returns (string)
NEURAL
tokensForTreasury() view returns (uint256)
95079826420115330581
totalSupply() view returns (uint256)
10000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
19484689
uniswapV2Pair() view returns (address)
0x1112956589a2bea1b038732db4ea6b0c416ef130
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading(bool _status, uint256 _deadBlocks)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap()
removeLimits()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setTreasuryAddress(address _TreasuryAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 _fee)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFee(uint256 _fee)
updateSwapThreshold(uint256 newAmount)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading(bool tradingActive, uint256 deadBlocks)
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedTreasuryAddress(address indexed newWallet)
constructor()
receive()
This contract contains no error objects.