IntelX

Verified contract

Active on Ethereum with 2,213 txns
Deployed by via 0x4dc6bd48 at 20571394
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $11.7
0xd2516ab801b6c7cc2c71d93d657c36eca2d03662160ba8fc9c70d0e937b68685
0x65bd2420fa15a8c0676758c2ef99f25bb8bce90b1a6cb236d705c23a1ba31b66
0x28d5f3b81483eb8b7f42b9eddf16368589cc1359daae55c7b834e9b69b46e854
0x7355abe26a4c901f707e5565e9c7b2021428f1f80a32356009a252bb4f243e81
0x40090200022980efe8b6c7aaff4f8034b401ad2fb991b5621cc67167bd58b4a5
0x9cf5ba09c02693a34d1ac4039bf03ab044b71ee44b61c0370906f1602f358a12
0x9bdf9f98081ffd36bd2deb911acc03db2d7bb6064d290a84e38c53b8e716d53a
0x4b2ee4ab17b686a8f7d066f8cdc847c6ab7fdd0f28c6a7ccc19f99423733b546
0x2918a59b69b5e4e775eeb197c148b39bdb725a9853aaa6279968d60c5487f47f
0xbaabb6538e404f4dff875e5c6d235770f6b5bf495aa261517f8e1d573c510d97

Functions
Getter at block 21275650
buySellTax(view returns (uint256)
0
decimals(view returns (uint8)
18
ethFee(view returns (uint256)
0
liquidityFee(view returns (uint256)
0
marketingWallet(view returns (address)
0x140fb2a3ebb9bfa685c32d1274d47ec97889333e
name(view returns (string)
Intel X
owner(view returns (address)
0x01769cdf13801a09b94e9ae8618ca13f2eaf5483
purchaseLimit(view returns (uint256)
10000
swapAndLiqThreshold(view returns (uint256)
1000000000000000000000
symbol(view returns (string)
INTX
totalSupply(view returns (uint256)
1000000000000000000000000
tradingOpen(view returns (bool)
true
uniswapV2Pair(view returns (address)
0xd20bc8831ebcfab0239f4ed935aff43515dc2cb4
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
setSwapThreshold(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 _marketingWallet
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