Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($461.29)
Native
Value
$79.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.021907 | $3,626.32 |
$79.44 | |
JOK | ERC-20 | 198.878725M | $0.000002 |
$381.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310291 | 2 days ago | | | 0 | 0.00099235012 | |
| 21298754 | 4 days ago | | | 0 | 0.00038787828 | |
| 21294810 | 4 days ago | | | 0 | 0.0010146450 | |
| 21293528 | 4 days ago | | | 0 | 0.00055716339 | |
| 21292550 | 5 days ago | | | 0 | 0.00046711195 | |
| 21292515 | 5 days ago | | | 0 | 0.00037881455 | |
| 21292498 | 5 days ago | | | 0 | 0.00048412145 | |
| 21289832 | 5 days ago | | | 0 | 0.00034383082 | |
| 21277824 | 7 days ago | | | 0 | 0.00072737502 | |
| 21271349 | 8 days ago | | | 0 | 0.00051847785 |
ABI
ABI objects
Getter at block 21325170
companyFeeOnBuy() view returns (uint256)
0
companyFeeOnSell() view returns (uint256)
0
companyWallet() view returns (address)
0x9d438a53b2e4e9d453331da806ec4ae31eba1a0a
decimals() view returns (uint8)
18
liquidityFeeOnBuy() view returns (uint256)
2
liquidityFeeOnSell() view returns (uint256)
3
liquidityWallet() view returns (address)
0xafbf126ca62ab8fdfc290342cf69c1a04b1542ac
name() view returns (string)
Jok
owner() view returns (address)
0x9d438a53b2e4e9d453331da806ec4ae31eba1a0a
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
250000000000000000000000000
symbol() view returns (string)
JOK
totalSupply() view returns (uint256)
777000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xaa1d422a231278c99fb6b432509653b16f6f0397
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeLiquidityWallet(address _liquidityWallet)
changecompanyWallet(address _companyWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _liquidityFeeOnBuy, uint256 _companyFeeOnBuy)
updateSellFees(uint256 _liquidityFeeOnSell, uint256 _companyFeeOnSell)
updateUniSwapV2Pair(address _uniswapV2Pair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] indexed accounts, bool isExcluded)
LiquidityWalletChanged(address liquidityWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendcompany(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFees(uint256 liquidityFeeOnBuy, uint256 companyFeeOnBuy)
UpdateSellFees(uint256 liquidityFeeOnSell, uint256 companyFeeOnSell)
companyWalletChanged(address companyWallet)
constructor()
receive()
This contract contains no error objects.