NexusClouds Ai

Verified contract

Active on Ethereum with 21 txns
Deployed by via 0x3753ea32 at 19461718
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $75.8
ERC-20
--
0xbb9baff2d2ba1b96261a1a1b29a7d84adc20cf911e0dc4b1f2450f129b1c1983
0x5c00a51ebd40993d7a7dd2524ac84d197d478df678910146c1de2b9a4c211b47
0x51a11ceb7aeaf2d326a95c42f8206ee99e0b7450731db2b40baecf1d375e1586
0x68af89abb0d905490b384af107875cb83635f2775c57f1392a61567e73206d39
0xef401f25ffdcd51c5761fdaec5fb3b6e0bd270ef31d3f9b5964badfab6d39426
0xe98181f23a5f2607fc772ed32b71b365d74c32c199638abeaafd96ced979c933
0x5b2f967f68ee3f698d2468adaf8ca857f48f6b424bf4448ab74973bc7231496b
0xb9b1bdd7598eae97cbe13e9ce61508f4d47e5e6b74a711a8ec631dd52b5e0cb6
0x3bf5f9f3fb84f7b22977d8030f2f6c7641ea3d9e7b134a09dea98232b1b5cfbc
0xf5b57ea3913bf8945e4cbb3ab4a92b8b61124de9efa4acf9441eeb9539e6c73e

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
batchExcludeFromLimitation(address[] accountbool[] excluded
excludeFromLimitation(address accountbool excluded
renounceOwnership(
setPurchaseLimit(uint256 _limit
setSellBuyTax(uint256 forMarketingInPercentageuint256 forLiquidityInPercentage
setSwapAndLiqThreshold(uint256 amount
setTradingOpen(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawERC20Token(address tokenaddress to
withdrawETH(address _to
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BatchExcludeFromLimitation(address[] accountbool[] isExcluded
ERC20Withdrawn(address indexed touint256 amount
ETHWithdrawn(address indexed touint256 amount
ExcludeFromLimitation(address indexed accountbool isExcluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseLimitUpdated(uint256 limitPercent
SwapAndLiqThresholdSet(uint256 amount
SwapAndLiquified(uint256 tokensSwappeduint256 tokensForLiquidityuint256 ethForLiquidityuint256 ethForMarketing
TaxUpdated(uint256 taxPercent
TradingStatusUpdated(bool status
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _routeruint256 _buySellTaxuint256 __ethFeeInPercentuint256 __liquidityFeeInPercentuint256 __purchaseLimitaddress _feeWallet
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account