Miyazaki Inu
Verified contract
Active on
Ethereum with 1,704 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIYAZAKI | ERC-20 | 58.547846B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142094 | 9 days ago | | | 0 | 0.0012646710 | |
| 20581305 | 3 months ago | | | 0 | 0.000076435894 | |
| 20571931 | 3 months ago | | | 0 | 0.000097052625 | |
| 20508473 | 3 months ago | | | 0 | 0.000069849000 | |
| 20508372 | 3 months ago | | | 0 | 0.00012924263 | |
| 20508370 | 3 months ago | | | 0 | 0.00014157599 | |
| 20474683 | 3 months ago | | | 0 | 0.000055783577 | |
| 20422522 | 4 months ago | | | 0 | 0.00039896840 | |
| 19830943 | 6 months ago | | | 0 | 0.00020964488 | |
| 19724352 | 7 months ago | | | 0 | 0.00040423113 |
ABI
ABI objects
Getter at block 21203763
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_buyTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=100, liquidityFee=100, marketingFee=800)
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidityRatio, uint16 marketingRatio, uint16 totalRatio)
(liquidityRatio=15, marketingRatio=85, totalRatio=100)
_sellTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=100, liquidityFee=100, marketingFee=800)
_transferTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=100, liquidityFee=100, marketingFee=800)
contractSwapEnabled() view returns (bool)
true
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getOwner() view returns (address)
0xcfb9d1d62294551734ebbcfabce1f9f297daf1da
lpPair() view returns (address)
0xcde9f724a3a10e6c177a9abae88b602a1193a846
maxTxAmountUI() view returns (uint256)
100000000000000
maxWalletSizeUI() view returns (uint256)
20000000000000
name() view returns (string)
Miyazaki Inu
owner() view returns (address)
0xcfb9d1d62294551734ebbcfabce1f9f297daf1da
staticVals() view returns (uint16 maxReflectFee, uint16 maxLiquidityFee, uint16 maxMarketingFee, uint16 masterTaxDivisor)
(maxReflectFee=800, maxLiquidityFee=800, maxMarketingFee=800, masterTaxDivisor=10000)
symbol() view returns (string)
MIYAZAKI
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
intializeContract(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setContractSwapEnabled(bool _enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromReward(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock, bool _antiSpecial)
setRatios(uint16 liquidity, uint16 marketing)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxesBuy(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setTaxesSell(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setTaxesTransfer(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setWallets(address marketingWallet)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.