IndexAI
Verified contract
Active on
Ethereum with 2,509 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,119.81 |
$0 | |
IAI | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200046 | 4 days ago | | | 0 | 0.00050543963 | |
| 21197143 | 5 days ago | | | 0 | 0.00061453437 | |
| 21191099 | 5 days ago | | | 0 | 0.00038183838 | |
| 21161344 | 10 days ago | | | 0 | 0.00039269276 | |
| 21160027 | 10 days ago | | | 0 | 0.00092561923 | |
| 21151779 | 11 days ago | | | 0 | 0.00035048166 | |
| 21140518 | 12 days ago | | | 0 | 0.00048807785 | |
| 21105659 | 17 days ago | | | 0 | 0.00016453850 | |
| 21064892 | 23 days ago | | | 0 | 0.00047419492 | |
| 21060638 | 24 days ago | | | 0 | 0.00013631457 |
ABI
ABI objects
Getter at block 21229696
balanceLimit() view returns (uint256)
10000000000000000000000000
buyLimit() view returns (uint256)
6000000000000000000000000
decimals() view returns (uint8)
18
disableLimitBlockNumber() view returns (uint256)
19444758
name() view returns (string)
IndexAI
nfpManagerAddress() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
owner() view returns (address)
0x5d45208188ccadfcee393041c5693243c511eee3
poolAddress() view returns (address)
0xdb9580b93e4c6f126f74db3a59166a39dda532cd
symbol() view returns (string)
IAI
totalSupply() view returns (uint256)
1000000000000000000000000000
transferAllowBlockNumber() view returns (uint256)
19444731
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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)
createPosition(uint256 amount, uint24 poolFee, uint160 sqrtPriceX96) payable
disableLimits()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 amount, address wethAddress_, address nfpManagerAddress_)
This contract contains no fallback and receive objects.
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)