Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INTX | ERC-20 | 821.250346 | $0.014251 |
$11.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247754 | 4 days ago | | | 0 | 0.00071491212 | |
| 21191990 | 12 days ago | | | 0 | 0.00089277730 | |
| 21156713 | 17 days ago | | | 0 | 0.00053628200 | |
| 21156653 | 17 days ago | | | 0 | 0.00048368471 | |
| 21151195 | 17 days ago | | | 0 | 0.00057402996 | |
| 21132978 | 20 days ago | | | 0 | 0.00094103120 | |
| 21131019 | 20 days ago | | | 0 | 0.00054837384 | |
| 21131019 | 20 days ago | | | 0 | 0.00094681985 | |
| 21105505 | 24 days ago | | | 0 | 0.00018334680 | |
| 21105367 | 24 days ago | | | 0 | 0.00022197160 |
ABI
ABI objects
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 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)
setSwapThreshold(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 _marketingWallet)
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)