NASDAQ420
Verified contract
Active on
Ethereum with 372 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 |
---|---|---|---|---|---|
IXIC | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258911 | 11 hours ago | | | 0 | 0.00097791968 | |
| 21258854 | 11 hours ago | | | 0 | 0.00047720240 | |
| 21217711 | 6 days ago | | | 0 | 0.00037124662 | |
| 21211632 | 7 days ago | | | 0 | 0.00055835972 | |
| 21199686 | 9 days ago | | | 0 | 0.00090913243 | |
| 21199495 | 9 days ago | | | 0 | 0.00063502092 | |
| 21197591 | 9 days ago | | | 0 | 0.0014255404 | |
| 21196656 | 9 days ago | | | 0 | 0.0011743593 | |
| 21187514 | 10 days ago | | | 0 | 0.0019977202 | |
| 21185748 | 11 days ago | | | 0 | 0.0012495386 |
ABI
ABI objects
Getter at block 21262200
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
1702513494444180975005
kolAddress() view returns (address)
0x58d3d06312ceff64850e7ba062e7c27e74472530
name() view returns (string)
NASDAQ420
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xcc606c0cbe3c7bf006b7f5b5afa4f2e77b053484
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
IXIC
totalSupply() view returns (uint256)
999900000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
kolFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
kolAddressSetup(address _newAddress)
kolFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
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)
InvalidAMM(address AMM)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingAlreadyEnabled()
TradingNotEnabled()