YoshiShibu
Verified contract
Active on
Ethereum with 591 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
24 additional
variables
Balances ($6.37)
Native
Value
$6.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001795 | $3,548.65 |
$6.37 | |
YoshiShibu | ERC-20 | 80M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20682853 | 3 months ago | | | 0 | 0.00016964145 | |
| 19744247 | 7 months ago | | | 0 | 0.000099388668 | |
| 19457888 | 8 months ago | | | 0 | 0.0011898173 | |
| 17682483 | a year ago | | | 0 | 0.00037035911 | |
| 16052615 | 2 years ago | | | 0 | 0.00046221441 | |
| 15962598 | 2 years ago | | | 0 | 0.00042283218 | |
| 15250856 | 2 years ago | | | 0 | 0.00064686023 | |
| 15250849 | 2 years ago | | | 0 | 0.00067020085 | |
| 14858750 | 3 years ago | | | 0 | 0.00041853008 | |
| 14833485 | 3 years ago | | | 0 | 0.00036956109 |
ABI
ABI objects
Getter at block 21291988
_name() view returns (string)
YoshiShibu
_symbol() view returns (string)
YoshiShibu
amountForAutoBuyBack() view returns (uint256)
200000000000000000
autoBuyBackEnabled() view returns (bool)
true
autoBuyBackFrequency() view returns (uint256)
3600
buyBuyBackFee() view returns (uint256)
1
buyDevFee() view returns (uint256)
1
buyLiquidityFee() view returns (uint256)
1
buyMarketingFee() view returns (uint256)
1
buyTotalFees() view returns (uint256)
4
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x1672d52ebdb298f9cbfb36953e11e7101c1049fb
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
isPenaltyActive() view returns (bool)
false
lastAutoBuyBackTime() view returns (uint256)
1669447163
lastLpBurnTime() view returns (uint256)
1725521279
lastManualLpBurnTime() view returns (uint256)
1645699916
limitsInEffect() view returns (bool)
true
lpBurnEnabled() view returns (bool)
true
lpBurnFrequency() view returns (uint256)
3600
lpPair() view returns (address)
0xc1ee4e7e125b8cfdb4ac44bd066b1eb16c50b4a9
manualBurnFrequency() view returns (uint256)
3600
marketingWallet() view returns (address)
0x6857cb7b5f12c7fa83e8ed3a1edaf9c4a7c51537
maxTxnAmount() view returns (uint256)
50000000000000000000000000000000000000000000000000000000000000000
maxWallet() view returns (uint256)
100000000000000000000000000000
name() view returns (string)
YoshiShibu
owner() view returns (address)
0x839c08541baf2953f814512031181dc82988e175
percentForLPBurn() view returns (uint256)
100
sellBuyBackFee() view returns (uint256)
2
sellDevFee() view returns (uint256)
6
sellLiquidityFee() view returns (uint256)
2
sellMarketingFee() view returns (uint256)
6
sellTotalFees() view returns (uint256)
16
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000000000000
symbol() view returns (string)
YoshiShibu
tokensForBuyBack() view returns (uint256)
9999999999800000190451462
tokensForDev() view returns (uint256)
29999999999400000571354388
tokensForLiquidity() view returns (uint256)
9999999999800000190451462
tokensForMarketing() view returns (uint256)
29999999999400000571354388
totalSupply() view returns (uint256)
10000000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
14207312
transferDelayEnabled() view returns (bool)
true
Read-only
_isExcludedmaxTxnAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyBackTokens(uint256 amountInWei)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint256 _blockPenalty)
manualBurnLiquidityPairTokens(uint256 percent)
removeLimits()
renounceOwnership()
setAutoBuyBackSettings(uint256 _frequencyInSeconds, uint256 _buyBackAmount, bool _autoBuyBackEnabled)
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _buyBackFee, uint256 _devFee)
updateDevWallet(address newWallet)
updateMarketingWallet(address newMarketingWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _buyBackFee, uint256 _devFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP(uint256 amount)
BuyBackTriggered(uint256 amount)
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP(uint256 amount)
MarketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.