NYX CIPHER
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "NYX CIPHER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20793709 | 2 months ago | | | 0 | 0.00046486940 | |
| 20793659 | 2 months ago | | | 0 | 0.00088084179 | |
| 20793499 | 2 months ago | | | 0 | 0.00057305427 | |
| 20793429 | 2 months ago | | | 0 | 0.00066223105 | |
| 20793425 | 2 months ago | | | 0 | 0.00064764171 | |
| 20793420 | 2 months ago | | | 0 | 0.00063287888 | |
| 20793379 | 2 months ago | | | 0 | 0.00067022626 | |
| 20793369 | 2 months ago | | | 0 | 0.00087525689 | |
| 20793335 | 2 months ago | | | 0 | 0.0016884103 | |
| 20793335 | 2 months ago | | | 0 | 0.0016884103 |
ABI
ABI objects
Getter at block 21214183
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
TEAM_LOCK_PERIOD() view returns (uint256)
7776000
TEAM_VESTING_DURATION() view returns (uint256)
62208000
_hasLiqBeenAdded() view returns (bool)
false
_ratios() view returns (uint16 marketing, uint16 development, uint16 buyBackBurnLP, uint16 totalSwap)
(marketing=2, development=2, buyBackBurnLP=1, totalSwap=5)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=500, sellFee=500, transferFee=0)
_taxWallets() view returns (address marketing, address development, address buyBackBurnLP)
(marketing=0x3e50546092076300a8f1fdcc43d8c221a42fbf18, development=0xea4ebd03ed27a6c246749437ccf2cbef006bd1c9, buyBackBurnLP=0x3cdbbdf0588f60116b0a0651ed4bc6c62c7fcf40)
contractSwapEnabled() view returns (bool)
false
decimals() pure returns (uint8)
8
dexRouter() view returns (address)
0x0000000000000000000000000000000000000000
finalTaxRate() view returns (uint256)
500
getCirculatingSupply() view returns (uint256)
10000000000000000
getOwner() view returns (address)
0x981f59e72ef7dded9e6ccb1b0194f59349d4e974
initialTaxRate() view returns (uint256)
2500
launchStamp() view returns (uint256)
0
lpPair() view returns (address)
0x0000000000000000000000000000000000000000
maxBuyTaxes() view returns (uint256)
1000
maxReductionMinutes() view returns (uint256)
4
maxSellTaxes() view returns (uint256)
1000
maxTransferAmount() view returns (uint256)
100000000000000
maxTransferTaxes() view returns (uint256)
1000
maxWalletAmount() view returns (uint256)
100000000000000
name() pure returns (string)
NYX CIPHER
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
1000000000000
swapThreshold() view returns (uint256)
1000000000000
symbol() pure returns (string)
$NXCP
taxReductionPerMinute() view returns (uint256)
500
taxesAreLocked() view returns (bool)
false
totalSupply() pure returns (uint256)
10000000000000000
tradingEnabled() view returns (bool)
false
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getDynamicTaxRate(bool buy, bool sell) view returns (uint256)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
lockedTokens(address) view returns (uint256 totalAmount, uint256 releaseTime, uint256 vestingStart, uint256 vestingDuration, uint256 claimed)
vestedAndClaimable(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
lockTaxes()
multiSendTokens(address[] accounts, uint256[] amounts)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address init)
setLpPair(address pair, bool enabled)
setMaxTransferAmount(uint256 _maxTransferAmount)
setMaxWalletAmount(uint256 _maxWalletAmount)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setRatios(uint16 marketing, uint16 development, uint16 buyBackBurnLP)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address buyBackBurnLP)
sweepContingency()
sweepExternalTokens(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address marketingWallet, address developmentWallet, address buyBackBurnLPWallet, address teamFoundationWallet)
receive()
This contract contains no error objects.