TOKYO MANJI COIN
Verified contract
Active on
Ethereum with 174 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($392.99)
Native
Value
$392.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.12633 | $3,110.85 |
$392.99 | |
TOMAN | ERC-20 | 196.345855K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20572878 | 3 months ago | | | 0 | 0.000044028280 | |
| 20566499 | 3 months ago | | | 0 | 0.00017662161 | |
| 18072665 | a year ago | | | 0 | 0.0027301120 | |
| 17748487 | a year ago | | | 0 | 0.00037676383 | |
| 16468986 | 2 years ago | | | 0 | 0.00063095999 | |
| 16113470 | 2 years ago | | | 0 | 0.00060795315 | |
| 16075183 | 2 years ago | | | 0 | 0.00058431811 | |
| 16072664 | 2 years ago | | | 0 | 0.00048160432 | |
| 16064627 | 2 years ago | | | 0 | 0.00052398483 | |
| 16058605 | 2 years ago | | | 0 | 0.00051315000 |
ABI
ABI objects
Getter at block 21229198
_startTimeForSwap() view returns (uint256)
1669328123
antiBotEnabled() view returns (bool)
true
antiBotFee() view returns (uint256)
990
collectedFeeTotal() view returns (uint256)
0
decimals() pure returns (uint8)
18
devFee() view returns (uint256)
10
devPortionOfSwap() view returns (uint256)
300
devWallet() view returns (address)
0xfdd910bc5b4fe00ab5a4d9c2371933f56c46d45b
isInPresale() view returns (bool)
false
lpFee() view returns (uint256)
10
lpPortionOfSwap() view returns (uint256)
200
marketingFee() view returns (uint256)
10
marketingPortionOfSwap() view returns (uint256)
500
marketingWallet() view returns (address)
0xdb19ba7d23b53d7f32e575402249340191a43871
maxTxAmount() view returns (uint256)
10000000000000000000000000
maxWalletBalance() view returns (uint256)
10000000000000000000000000
name() pure returns (string)
TOKYO MANJI COIN
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x79fd49caa26e576f83a3881a65fdb2f97414fbb9
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
10000000000000000000000000
symbol() pure returns (string)
TOMAN
takeFeeEnabled() view returns (bool)
true
totalSupply() pure returns (uint256)
1000000000000000000000000000
tradingIsEnabled() view returns (bool)
true
Read-only
_isBlacklisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events TransferETH(address recipient, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account, bool value)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExcludedFromFee(address account, bool value)
setSwapEnabled(bool _enabled)
toggleAntiBot(bool toggleStatus)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevWallet(address newWallet)
updateFees(uint256 _marketing, uint256 _dev, uint256 _lp)
updateMarketingWallet(address newWallet)
updatePortionsOfSwap(uint256 marketingPortion, uint256 devPortion, uint256 lpPortion)
updateRouterAddress(address newAddress)
updateSwapTokensAt(uint256 _swaptokens)
updateTradingIsEnabled(bool tradingStatus)
updateTransactionMax(uint256 _txMax)
updateWalletMax(uint256 _walletMax)
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletUpdated(address indexed newDevWallet, address indexed oldDevWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
LiquidityAdded(uint256 tokenAmountSent, uint256 ethAmountSent, uint256 liquidity)
MarketingWalletUpdated(address indexed newMarketingWallet, address indexed oldMarketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatePancakeswapRouter(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.