ERC404Index
Verified contract
Active on
Ethereum with 336 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 |
---|---|---|---|---|---|
ERC404 Index Token | ERC-20 | 27.93512M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242413 | 20 days ago | | | 0 | 0.00052540015 | |
| 20022940 | 6 months ago | | | 0 | 0.00040174154 | |
| 20002386 | 6 months ago | | | 0 | 0.00018570976 | |
| 19893586 | 7 months ago | | | 0 | 0.00017055704 | |
| 19685444 | 8 months ago | | | 0 | 0.00037602604 | |
| 19640552 | 8 months ago | | | 0 | 0.0012576925 | |
| 19640408 | 8 months ago | | | 0 | 0.0014425362 | |
| 19640408 | 8 months ago | | | 0 | 0.0014425362 | |
| 19640408 | 8 months ago | | | 0 | 0.0014425362 | |
| 19522201 | 9 months ago | | | 0 | 0.0012678912 |
ABI
ABI objects
Getter at block 21387193
DOMAIN_SEPARATOR() view returns (bytes32)
0x2ca70248c1b6a7dc85bab8b740ea4c8cb3ce3ce2fdc31e77e681035910f5d3ef
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)
0xba5b688076f6bcde53aee212ca521a41ead4a703
feeAmounts() view returns (uint8 buy, uint8 sell, uint8 liquidity, uint8 index, uint8 development)
(buy=4, sell=4, liquidity=10, index=70, development=20)
index() view returns (address)
0xacca71b919a3811bb913f48d9986480cf33a7c9d
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)
404X
owner() view returns (address)
0xba5b688076f6bcde53aee212ca521a41ead4a703
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
ERC404 Index Token
tokensForBotProtection() view returns (uint256)
317087393313353143139932859
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x471740e38dd6aa41bbd277c3e7792ed78f84ae74
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 ERC404IndexFees 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 indexAddress)
receive()
ERC404Index__BlacklistModificationDisabled()
ERC404Index__BuyAmountGreaterThanMax()
ERC404Index__CannotBlacklistLPPair()
ERC404Index__CannotBlacklistRouter()
ERC404Index__CannotRemovePairFromAMMs()
ERC404Index__CannotTransferFromAddressZero()
ERC404Index__CannotTransferToAddressZero()
ERC404Index__ErrorWithdrawingEth()
ERC404Index__FeeChangeRenounced()
ERC404Index__MaxFeeFivePercent()
ERC404Index__MaxTransactionTooLow()
ERC404Index__MaxWalletAmountExceeded()
ERC404Index__MaxWalletAmountTooLow()
ERC404Index__OnlyOwner()
ERC404Index__ReceiverBlacklisted()
ERC404Index__ReceiverCannotBeAddressZero()
ERC404Index__SellAmountGreaterThanMax()
ERC404Index__SenderBlacklisted()
ERC404Index__StuckEthWithdrawError()
ERC404Index__SwapAmountGreaterThanMaximum()
ERC404Index__SwapAmountLowerThanMinimum()
ERC404Index__TokenAddressCannotBeAddressZero()
ERC404Index__TradingNotActive()