The Index
Verified contract
Active on
Ethereum with 374 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 |
---|---|---|---|---|---|
INDEX | ERC-20 | 273.96984K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274308 | 15 days ago | | | 0 | 0.00053646866 | |
| 18077512 | a year ago | | | 0 | 0.00078985879 | |
| 18060521 | a year ago | | | 0 | 0.00046311432 | |
| 18054453 | a year ago | | | 0 | 0.00074511779 | |
| 18051795 | a year ago | | | 0 | 0.00048106862 | |
| 18048247 | a year ago | | | 0 | 0.00076099576 | |
| 18042888 | a year ago | | | 0 | 0.0014038762 | |
| 18041784 | a year ago | | | 0 | 0.00061351906 | |
| 18040449 | a year ago | | | 0 | 0.00056033023 | |
| 18040109 | a year ago | | | 0 | 0.0050999949 |
ABI
ABI objects
Getter at block 21379635
DOMAIN_SEPARATOR() view returns (bytes32)
0x61b3dfa61ac6f70d2de6d3b3d9b4ec307e03d952607d50491d6e8243536165a3
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
MAX_SWAP_AMOUNT() view returns (uint256)
5000000000000000000000000
MIN_SWAP_AMOUNT() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0x0e44dcbdd969d2b8f41290e1360dd6712ce627f3
feeAmounts() view returns (uint8 buy, uint8 sell, uint8 liquidity, uint8 index, uint8 development)
(buy=5, sell=5, liquidity=10, index=70, development=20)
index() view returns (address)
0x925f9ab799d1dffdba1ce6f04a8f9d71817b83ae
isBlacklistRenounced() view returns (bool)
false
isFeeChangeRenounced() view returns (bool)
false
isLimitInEffect() view returns (bool)
false
isSwapEnabled() view returns (bool)
true
isTradingActive() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
5000000000000000000000000
maxWallet() view returns (uint256)
10000000000000000000000000
name() view returns (string)
The Index
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
INDEX
tokensForBotProtection() view returns (uint256)
435148709706904490802294842
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xe5f7079a3e3e58ca74fed502bfd423d53e0c8deb
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isAutomatedMarketMakerPair(address pair) view returns (bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransactionAmount(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
burn(address from, uint256 amount)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool isExcluded)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeLimits()
renounceBlacklist()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklist(address account)
updateFees(struct IndexTokenFees newFees)
updateMaxTransactionAmount(uint256 newAmount)
updateSwapTokensAtAmount(uint256 newAmount)
Approval(address indexed owner, address indexed spender, uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromMaxTransaction(address indexed account, bool isExcluded)
FailedSwapBackTransfer(address indexed destination, uint256 amount)
MaxTransactionAmountUpdated(uint256 newAmount, uint256 oldAmount)
OwnershipTransferred(address indexed user, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
SwapTokensAtAmountUpdated(uint256 newAmount, uint256 oldAmount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address routerAddress, address indexAddress, address devWallet)
receive()
Index__BlacklistModificationDisabled()
Index__BuyAmountGreaterThanMax()
Index__CannotBlacklistLPPair()
Index__CannotBlacklistRouter()
Index__CannotRemovePairFromAMMs()
Index__CannotTransferFromAddressZero()
Index__CannotTransferToAddressZero()
Index__ErrorWithdrawingEth()
Index__FeeChangeRenounced()
Index__MaxFeeFivePercent()
Index__MaxTransactionTooLow()
Index__MaxWalletAmountExceeded()
Index__MaxWalletAmountTooLow()
Index__OnlyOwner()
Index__ReceiverBlacklisted()
Index__ReceiverCannotBeAddressZero()
Index__SellAmountGreaterThanMax()
Index__SenderBlacklisted()
Index__StuckEthWithdrawError()
Index__SwapAmountGreaterThanMaximum()
Index__SwapAmountLowerThanMinimum()
Index__TokenAddressCannotBeAddressZero()
Index__TradingNotActive()