Sasuke Inu
Verified contract
Active on
Ethereum with 327 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
52 additional
variables
Balances ($384.30)
Native
Value
$384.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.112149 | $3,426.67 |
$384.3 | |
SASUKE | ERC-20 | 87.020395T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122218 | 19 days ago | | | 0 | 0.00089862059 | |
| 21005858 | a month ago | | | 0 | 0.00035065232 | |
| 20720824 | 2 months ago | | | 0 | 0.00056829957 | |
| 20327548 | 4 months ago | | | 0 | 0.00047675443 | |
| 19838512 | 6 months ago | | | 0 | 0.0012337156 | |
| 19812410 | 7 months ago | | | 0 | 0.00034077146 | |
| 19782955 | 7 months ago | | | 0 | 0.0026899482 | |
| 19554092 | 8 months ago | | | 0 | 0.0011469933 | |
| 19548898 | 8 months ago | | | 0 | 0.00098563278 | |
| 19105837 | 10 months ago | | | 0 | 0.00075258523 |
ABI
ABI objects
Getter at block 21256376
_buyBuybackFee() view returns (uint256)
200
_buyLiquidityFee() view returns (uint256)
200
_buyMarketingFee() view returns (uint256)
400
_buyReflectionFee() view returns (uint256)
200
_buybackRatio() view returns (uint256)
200
_hasLiqBeenAdded() view returns (bool)
true
_liquidityRatio() view returns (uint256)
200
_marketingRatio() view returns (uint256)
400
_reflectionRatio() view returns (uint256)
200
_sellBuybackFee() view returns (uint256)
200
_sellLiquidityFee() view returns (uint256)
200
_sellMarketingFee() view returns (uint256)
400
_sellReflectionFee() view returns (uint256)
200
_transferBuybackFee() view returns (uint256)
200
_transferLiquidityFee() view returns (uint256)
200
_transferMarketingFee() view returns (uint256)
400
_transferReflectionFee() view returns (uint256)
200
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
buyBackEnabled() view returns (bool)
true
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getOwner() view returns (address)
0x252d89e5654cba652b058c996c05fb150df57745
lpPair() view returns (address)
0x738dcd259eb670ff1e9d5df51fc2714e79c777f7
maxTxAmountUI() view returns (uint256)
100000000000000000
maxWalletSizeUI() view returns (uint256)
2000000000000000
minimumBalanceRequired() view returns (uint256)
100000000000000
name() view returns (string)
Sasuke Inu
owner() view returns (address)
0x252d89e5654cba652b058c996c05fb150df57745
snipersCaught() view returns (uint256)
0
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
SASUKE
totalFees() view returns (uint256)
824728920994866480028420
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
isSniper(address account) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
isProtected(uint256 rInitializer, uint256 tInitalizer)
removeSniper(address account)
renounceOwnership()
setBuyBackEnabled(bool _enabled)
setBuybackUpperLimit(uint256 buyBackLimit)
setExcludedFromFee(address account, bool enabled)
setExcludedFromReward(address account, bool enabled)
setLpPair(address pair, bool enabled)
setMarketingWallet(address newWallet)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setMinimumBalanceRequired(uint256 _newAmount)
setNewRouter(address newRouter)
setProtectionSettings(bool antiSnipe)
setRatios(uint256 liquidity, uint256 buyback, uint256 marketing)
setStartingProtections(uint8 _block)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxesBuy(uint256 liquidityFee, uint256 reflectionFee, uint256 marketingFee, uint256 buybackFee)
setTaxesSell(uint256 liquidityFee, uint256 reflectionFee, uint256 marketingFee, uint256 buybackFee)
setTaxesTransfer(uint256 liquidityFee, uint256 reflectionFee, uint256 marketingFee, uint256 buybackFee)
transfer(address recipient, uint256 amount) returns (bool)
transferBatch(address[] recipients, uint256[] amounts) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyBackEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.