Intel X

Verified contract

Active on Ethereum with 1,778 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
Native
Value $318.99
ERC-20
Value $134.03
0xc5151fcc22c9d0cd5f0258798608146904ca474b9f7534cfe35c3a9faeeeb89e
0xd93f138dede80002edc6f19a6c5ee4dec4b15c3ffe49747961e7702c3715c9de
0x27af8c25a8d4ff37fea5d07b3449b3f7679ba7b683a86cb0cf93de93532e6684
0x91d855c9bf14074ccd80a3fdd38d82bc1cf7a8afee1418d430275f5a33fc91c8
0xa7109773907af95b73f5770e5ca30e5c5e69d42ea4144a78f0dd839cce7577ba
0x97654218ec2cf60fb20ad5167921be17a85df6c55237bd1cbbb8a695503e95f4
0x0ae898cd69b25027baf54c27ceeaf2e901b93ae30a5d8974cc9f620d58c0365d
0x7f51781be0f0c8d6fee16a22da58a0a03e756a65e6327bad96ba7f2e1806720c
0x27496acad85c268d4637f158747131d102d7dc0b60956a7700df99dd5962f6c3
0xf89457b94c205b97130be8b8f6e87c9fc99341a7875894b6c6c72b5b0df7dbc4

Functions
Getter at block 20839520
buySellTax(view returns (uint256)
500
decimals(view returns (uint8)
18
ethFee(view returns (uint256)
4
liquidityFee(view returns (uint256)
1
marketingWallet(view returns (address)
0x140fb2a3ebb9bfa685c32d1274d47ec97889333e
name(view returns (string)
Intel X
owner(view returns (address)
0x442ec9ecf2d7bacc727cab408a80336a25802e41
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