NexusClouds Ai
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($75.80)
Native
Value
$75.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02335 | $3,246.16 |
$75.8 | |
NCAI | ERC-20 | 94.240493K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19462755 | 8 months ago | | | 0 | 0.0017432454 | |
| 19462754 | 8 months ago | | | 0 | 0.0020656105 | |
| 19462749 | 8 months ago | | | 0 | 0.0019616127 | |
| 19462746 | 8 months ago | | | 0 | 0.0021448300 | |
| 19462744 | 8 months ago | | | 0 | 0.0019848364 | |
| 19462742 | 8 months ago | | | 0 | 0.0021805304 | |
| 19462741 | 8 months ago | | | 0 | 0.0021104635 | |
| 19462741 | 8 months ago | | | 0 | 0.0021104635 | |
| 19462741 | 8 months ago | | | 0 | 0.0022039015 | |
| 19462740 | 8 months ago | | | 0 | 0.0024756303 |
ABI
ABI objects
Getter at block 21171696
buySellTax() view returns (uint256)
500
decimals() view returns (uint8)
18
ethFee() view returns (uint256)
4
feeWallet() view returns (address)
0x6534fc379dc54901ecce7cd03797cd3048831d20
liquidityFee() view returns (uint256)
1
name() view returns (string)
NexusClouds Ai
owner() view returns (address)
0x6c5481cef1a87106ed4818c22d280513e1607dcf
purchaseLimit() view returns (uint256)
200
swapAndLiqThreshold() view returns (uint256)
20000000000000000000000
symbol() view returns (string)
NCAI
totalSupply() view returns (uint256)
10000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xceb5a31784f578a58c8612b2eff24f9eb1b8048f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchExcludeFromLimitation(address[] account, bool[] excluded)
excludeFromLimitation(address account, bool excluded)
renounceOwnership()
setPurchaseLimit(uint256 _limit)
setSellBuyTax(uint256 forMarketingInPercentage, uint256 forLiquidityInPercentage)
setSwapAndLiqThreshold(uint256 amount)
setTradingOpen()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Token(address token, address to)
withdrawETH(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
BatchExcludeFromLimitation(address[] account, bool[] isExcluded)
ERC20Withdrawn(address indexed to, uint256 amount)
ETHWithdrawn(address indexed to, uint256 amount)
ExcludeFromLimitation(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseLimitUpdated(uint256 limitPercent)
SwapAndLiqThresholdSet(uint256 amount)
SwapAndLiquified(uint256 tokensSwapped, uint256 tokensForLiquidity, uint256 ethForLiquidity, uint256 ethForMarketing)
TaxUpdated(uint256 taxPercent)
TradingStatusUpdated(bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, uint256 _buySellTax, uint256 __ethFeeInPercent, uint256 __liquidityFeeInPercent, uint256 __purchaseLimit, address _feeWallet)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)