Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKU | ERC-20 | 516.076703 | -- | -- | |
UNI-V2 | ERC-20 | 22.623782 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16113372 | 2 years ago | | | 0 | 0.00093070000 | |
| 15971639 | 2 years ago | | | 0 | 0.0030790561 | |
| 15956554 | 2 years ago | | | 0 | 0.00056361517 | |
| 15955208 | 2 years ago | | | 0 | 0.00060184098 | |
| 15955056 | 2 years ago | | | 0 | 0.00062917095 | |
| 15955024 | 2 years ago | | | 0 | 0.00065132039 | |
| 15947822 | 2 years ago | | | 0 | 0.0013825961 | |
| 15947445 | 2 years ago | | | 0 | 0.0022591766 | |
| 15944151 | 2 years ago | | | 0 | 0.00094559670 | |
| 15942752 | 2 years ago | | | 0 | 0.00088867103 |
ABI
ABI objects
Getter at block 21126002
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyVaultFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellVaultFee, uint256 sellLiquidityFee)
(buyTotalFees=9, buyMarketingFee=6, buyVaultFee=2, buyLiquidityFee=1, sellTotalFees=9, sellMarketingFee=6, sellVaultFee=2, sellLiquidityFee=1)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
Tokumei
owner() view returns (address)
0x57df1187b02d02348302436aaccd35ec794513a6
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
TOKU
tokensForLiquidity() view returns (uint256)
57341855943420671807
tokensForMarketing() view returns (uint256)
344051135660524030844
tokensForVault() view returns (uint256)
114683711886841343614
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0x38e739a01d6af493e664f9981f89b91883bebf32
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
whiteListed(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _VaultWallet)
swapTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _VaultFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _VaultFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
updateWhiteList(address[] accounts, bool state)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.