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 |
---|---|---|---|---|---|
JOSE | ERC-20 | 32.394166M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18907272 | a year ago | | | 0 | 0.0013511906 | |
| 18743111 | a year ago | | | 0 | 0.0025626164 | |
| 18653950 | a year ago | | | 0 | 0.00093563624 | |
| 18560201 | a year ago | | | 0 | 0.0017965989 | |
| 18537794 | a year ago | | | 0 | 0.0021750189 | |
| 18536950 | a year ago | | | 0 | 0.0035432802 | |
| 18534627 | a year ago | | | 0 | 0.0011863397 | |
| 18532336 | a year ago | | | 0 | 0.0010986225 | |
| 18532336 | a year ago | | | 0 | 0.0010986225 | |
| 18532336 | a year ago | | | 0 | 0.0010986225 |
ABI
ABI objects
Getter at block 21320844
DOMAIN_SEPARATOR() view returns (bytes32)
0x89588e5b39768ad7cfdedf66aed02624f1234688bbf22fbdf315f17b53d7af9c
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
MAX_SWAP_AMOUNT() view returns (uint256)
5000000000000000000000000
MIN_SWAP_AMOUNT() view returns (uint256)
10000000000000000000000
amountOfTokensForBotProtection() view returns (uint256)
747940739534951383675407934
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xec6c369732885e4e919830c371d359c8f0126c7d
feeAmounts() view returns (uint8 buy, uint8 sell, uint8 liquidity, uint8 index, uint8 development)
(buy=5, sell=5, liquidity=10, index=80, development=10)
index() view returns (address)
0x021e8838f0e0cde17689201acc34b2faecf50204
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)
Jose
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
JOSE
tokensForBotProtection() view returns (uint256)
747940739534951383675407934
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x4f3fedd9fb956da623de2fd55d96938cb7c25831
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 JOSEFees 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 indexWallet)
receive()
Index__BlacklistModificationDisabled()
Index__BuyAmountGreaterThanMax()
Index__CannotBlacklistLPPair()
Index__CannotBlacklistRouter()
Index__CannotRemovePairFromAMMs()
Index__CannotTransferFromAddressZero()
Index__CannotTransferToAddressZero()
Index__ErrorWithdrawingEth()
Index__FeeChangeRenounced()
Index__MaxFeeFivePercent()
Index__MaxTransactionTooLow()
Index__MaxWalletAmountExceeded()
Index__MaxWalletAmountTooLow()
Index__OnlyOwner()
Index__ReceiverBlacklisted()
Index__ReceiverCannotBeAddressZero()
Index__SellAmountGreaterThanMax()
Index__SenderBlacklisted()
Index__StuckEthWithdrawError()
Index__SwapAmountGreaterThanMaximum()
Index__SwapAmountLowerThanMinimum()
Index__TokenAddressCannotBeAddressZero()
Index__TradingNotActive()