Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIABLO | ERC-20 | 171.864817M | -- | -- | |
UNI-V2 | ERC-20 | 46.209162K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292292 | 14 days ago | | | 0 | 0.00020682542 | |
| 21137329 | a month ago | | | 0 | 0.0010133791 | |
| 20983732 | 2 months ago | | | 0 | 0.0015723930 | |
| 20970561 | 2 months ago | | | 0 | 0.00086705972 | |
| 20926741 | 2 months ago | | | 0 | 0.0010163945 | |
| 20926738 | 2 months ago | | | 0 | 0.00065741063 | |
| 20721091 | 3 months ago | | | 0 | 0.00037928863 | |
| 20515569 | 4 months ago | | | 0 | 0.00010817248 | |
| 20231002 | 5 months ago | | | 0 | 0.000093324595 | |
| 19823963 | 7 months ago | | | 0 | 0.00044713809 |
ABI
ABI objects
Getter at block 21389536
_fees() view returns (uint8 buyTotalFees, uint8 buyMarketingFee, uint8 buyJeetsburnerFee, uint8 buyLiquidityFee, uint8 sellTotalFees, uint8 sellMarketingFee, uint8 sellJeetsburnerFee, uint8 sellLiquidityFee)
(buyTotalFees=2, buyMarketingFee=1, buyJeetsburnerFee=1, buyLiquidityFee=0, sellTotalFees=2, sellMarketingFee=1, sellJeetsburnerFee=1, sellLiquidityFee=0)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
jeetsburnerWallet() view returns (address)
0x5f87f0c632baf55ffed0a4180bec62b27b0a018e
name() view returns (string)
Diablo
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
DIABLO
tokensForJeetsburner() view returns (uint256)
85932408422285160604936680
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
85932408422285160604936680
totalSupply() view returns (uint256)
666000000000000000000000000000
uniswapV2Pair() view returns (address)
0x9ed43ddf8f5eb5206a6f0c18b42fa698ba4532cc
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bulkIsEarlyBuyer(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _jeetsburnerWallet)
swapTrading()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint8 _marketingFeeBuy, uint8 _liquidityFeeBuy, uint8 _jeetsburnerFeeBuy, uint8 _marketingFeeSell, uint8 _liquidityFeeSell, uint8 _jeetsburnerFeeSell)
updateIsEarlyBuyer(address account, bool state)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.