Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "InsightX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259141 | a day ago | | | 0 | 0.00053220839 | |
| 21258233 | a day ago | | | 0 | 0.00046163871 | |
| 21258186 | a day ago | | | 0 | 0.00042060104 | |
| 21246637 | 3 days ago | | | 0 | 0.00088925838 | |
| 21239670 | 4 days ago | | | 0 | 0.00062148434 | |
| 21231011 | 5 days ago | | | 0 | 0.00075253010 | |
| 21225107 | 6 days ago | | | 0 | 0.00046220178 | |
| 21223008 | 6 days ago | | | 0 | 0.0015341358 | |
| 21214398 | 8 days ago | | | 0 | 0.00068537404 | |
| 21201721 | 9 days ago | | | 0 | 0.00077410075 |
ABI
ABI objects
Getter at block 21268392
decimals() pure returns (uint8)
18
name() view returns (string)
InsightX
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xf8e0b58c3cc660fe532e8d9591b4452548e12f2f
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
INX
taxAddress() view returns (address)
0x6946fd49d61929e02dcf2f938cfc2c66d5f317b6
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
taxFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
taxAddressSetup(address _newAddress)
taxFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
taxAddressUpdated(address taxAddress)
taxFeeSent(address recipient, uint256 amount)
taxFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.