NeuroNest AI
Verified contract
Active on
Ethereum with 761 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd31e…6d15
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEAI | ERC-20 | 4.414055K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104397 | 23 days ago | | | 0 | 0.00011458130 | |
| 20917157 | 2 months ago | | | 0 | 0.00046876680 | |
| 20784750 | 2 months ago | | | 0 | 0.0042100151 | |
| 20754310 | 2 months ago | | | 0 | 0.00011337734 | |
| 20711897 | 3 months ago | | | 0 | 0.00013879285 | |
| 20591963 | 3 months ago | | | 0 | 0.00028781922 | |
| 20582491 | 3 months ago | | | 0 | 0.000063958106 | |
| 20524284 | 3 months ago | | | 0 | 0.00013583044 | |
| 20521771 | 3 months ago | | | 0 | 0.000094679185 | |
| 20414419 | 4 months ago | | | 0 | 0.000051646048 |
ABI
ABI objects
Getter at block 21267735
cap() view returns (uint256)
10000000000000000
decimals() pure returns (uint8)
9
holderCount() view returns (uint256)
326
maxHoldings() view returns (uint256)
10000000000000000
maxTxAmount() view returns (uint256)
10000000000000000
minimumSwap() view returns (uint256)
10000000000000
name() view returns (string)
NeuroNest AI
openTradingBlock() view returns (uint256)
19670073
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
NEAI
totalSupply() view returns (uint256)
10000000000000000
uniswapV2Pair() view returns (address)
0xccc873aaee03a7d80b1bc5d1d20236e42c45de48
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
denylist(address) view returns (bool)
holderIndex(address) view returns (uint256)
holders(uint256) view returns (address)
isHolder(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
bulkDeny(address[] bots)
bulkTaxExempt(address[] accounts, bool excluded)
ercSweep()
ethSweep()
newTaxOnTrading(uint256 taxBuy, uint256 taxSell)
pause()
renounceOwnership()
setAutoSwap(bool _swapEnabled)
setAutoSwapValue(uint256 tokenAmount)
setTradingAllowed(bool _tradingOpen)
singleAllow(address notbot)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
updateRestrictions(uint256 maxTx, uint256 maxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
NewBuyTax(uint256 buyTax)
NewMaxHoldingsAmount(uint256 maxHoldings)
NewMaxTxAmount(uint256 maxTxAmount)
NewSellTax(uint256 sellTax)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
receive()
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()