Mikawa Inu
Verified contract
Active on
Ethereum with 1,472 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
18 additional
variables
Balances ($0.01)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000002 | $3,847.87 |
$0.01 | |
MIKAWA | ERC-20 | 4.595816B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114491 | a month ago | | | 0 | 0.00035613042 | |
| 21007672 | a month ago | | | 0 | 0.00031918995 | |
| 19991913 | 6 months ago | | | 0 | 0.00047054671 | |
| 19610504 | 8 months ago | | | 0 | 0.0047294444 | |
| 19610501 | 8 months ago | | | 0 | 0.0047294444 | |
| 19609456 | 8 months ago | | | 0 | 0.0036324613 | |
| 19606569 | 8 months ago | | | 0 | 0.00033941088 | |
| 19073870 | 10 months ago | | | 0 | 0.00057230918 | |
| 18762670 | a year ago | | | 0 | 0.0012983042 | |
| 18121193 | a year ago | | | 0 | 0.0034926264 |
ABI
ABI objects
Getter at block 21330082
Fees() view returns (bool)
true
antiBotStopEnabled() view returns (bool)
false
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
burnFeeOnBuying() view returns (uint256)
10
burnFeeOnSelling() view returns (uint256)
10
decimals() view returns (uint8)
9
dexPair() view returns (address)
0xec76ab679662b448c75bb602737ab677fa240f48
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
isMaxHoldLimitValid() view returns (bool)
true
liquidityFeeOnBuying() view returns (uint256)
10
liquidityFeeOnSelling() view returns (uint256)
10
marketWallet() view returns (address)
0x25685da431efe969e096c47c8dc89e08f0e63e77
marketWalletFeeOnBuying() view returns (uint256)
20
marketWalletFeeOnSelling() view returns (uint256)
20
maxHoldingAmount() view returns (uint256)
1000000000000000000000
minBuyLimit() view returns (uint256)
1000000000000000000000
minTokenToSwap() view returns (uint256)
1000000000000000000
name() view returns (string)
Mikawa Inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
reflectionFeeOnBuying() view returns (uint256)
0
reflectionFeeOnSelling() view returns (uint256)
0
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
MIKAWA
totalHolderDistribution() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
isExcludedFromFee(address _account) view returns (bool)
isExcludedFromMaxHoldLimit(address _account) view returns (bool)
isExcludedFromMaxTxnLimit(address _account) view returns (bool)
isExcludedFromReward(address _account) view returns (bool)
isSniper(address) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableOrDisableSwapAndLiquify(bool _state)
includeOrExcludeFromFee(address _account, bool _value)
includeOrExcludeFromMaxHoldLimit(address _address, bool value)
includeOrExcludeFromMaxTxnLimit(address _address, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStuckToken(address _token, uint256 _amount)
renounceOwnership()
setBuyFeePercent(uint256 _redistributionFee, uint256 _liquidityFee, uint256 _marketWalletFee, uint256 _burnFee)
setMaxHoldingAmount(uint256 _amount)
setMinBuyLimit(uint256 _amount)
setMinTokenToSwap(uint256 _amount)
setSellFeePercent(uint256 _redistributionFee, uint256 _liquidityFee, uint256 _marketWalletFee, uint256 _burnFee)
setmarketWalletAddress(address _newAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AntiBotStopEnableUpdated(bool enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _marketWallet)
receive()
This contract contains no error objects.