Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JYNX | ERC-20 | 15.327691M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15591139 | 2 years ago | | | 0 | 0.0010642660 | |
| 15591133 | 2 years ago | | | 0 | 0.0020145073 | |
| 15591132 | 2 years ago | | | 0 | 0.00077076391 | |
| 15591132 | 2 years ago | | | 0 | 0.00077076391 | |
| 15591130 | 2 years ago | | | 0 | 0.0013050240 | |
| 15591130 | 2 years ago | | | 0 | 0.0027498720 | |
| 15591130 | 2 years ago | | | 0 | 0.0027498720 | |
| 15591128 | 2 years ago | | | 0 | 0.00058164387 | |
| 15591128 | 2 years ago | | | 0 | 0.00074477187 | |
| 15591128 | 2 years ago | | | 0 | 0.00093120387 |
ABI
ABI objects
Getter at block 21221815
BPS_DENOMINATOR() view returns (uint256)
10000
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
SNIPE_BLOCKS() view returns (uint256)
1
buyDevTax() view returns (uint256)
200
buyRewardsTax() view returns (uint256)
0
decimals() view returns (uint8)
18
devTaxRecipient() view returns (address)
0x5ea5354f2f543a95058c9e27c03c954847ccf499
initialDistributeDone() view returns (bool)
false
minTokenBalance() view returns (uint256)
1000000000000000000000
name() view returns (string)
Superstitious
owner() view returns (address)
0x5ea5354f2f543a95058c9e27c03c954847ccf499
pair() view returns (address)
0x680b39aef3a995616d4508572bb6ec860efa490f
rewardsTaxRecipient() view returns (address)
0x5ea5354f2f543a95058c9e27c03c954847ccf499
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellDevTax() view returns (uint256)
200
sellRewardsTax() view returns (uint256)
0
swapFees() view returns (bool)
true
symbol() view returns (string)
JYNX
totalDevTax() view returns (uint256)
15327690817879311845733822
totalRewardsTax() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
tradingBlock() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
lastBuy(address) view returns (uint256)
taxExcluded(address) view returns (bool)
State-modifying
Events addLiquidity(uint256 tokens) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueDevTaxTokens(uint256 _amount, address _recipient)
rescueETH()
rescueRewardsTaxTokens(uint256 _amount, address _recipient)
setBuyDevTax(uint256 _buyDevTax)
setBuyRewardsTax(uint256 _buyRewardsTax)
setDevTaxRecipient(address _devTaxRecipient)
setMinTokenBalance(uint256 _minTokenBalance)
setRewardsTaxRecipient(address _rewardsTaxRecipient)
setSellDevTax(uint256 _sellDevTax)
setSellRewardsTax(uint256 _sellRewardsTax)
setSwapFees(bool _swapFees)
setTaxExcluded(address _account, bool _taxExcluded)
swapAll()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBlacklist(address user, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address user, bool previousStatus, bool nextStatus)
BuyDevTaxChanged(uint256 previousTax, uint256 nextTax)
BuyRewardsTaxChanged(uint256 previousTax, uint256 nextTax)
DevTaxRecipientChanged(address previousRecipient, address nextRecipient)
DevTaxRescued(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsTaxRecipientChanged(address previousRecipient, address nextRecipient)
RewardsTaxRescued(uint256 amount)
SellDevTaxChanged(uint256 previousTax, uint256 nextTax)
SellRewardsTaxChanged(uint256 previousTax, uint256 nextTax)
SwapFeesChanged(bool previousStatus, bool nextStatus)
TaxExclusionChanged(address user, bool taxExcluded)
TradingActiveChanged(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _factory, address _router, address _devTaxRecipient, address _rewardsTaxRecipient)
receive()
This contract contains no error objects.