Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TENBU | ERC-20 | 44.33092K | -- | -- | |
UNI-V2 | ERC-20 | 33.860117 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15535908 | 2 years ago | | | 0 | 0.00064389847 | |
| 15535513 | 2 years ago | | | 0 | 0.016319450 | |
| 15535492 | 2 years ago | | | 0 | 0.0073518000 | |
| 15535475 | 2 years ago | | | 0 | 0.00062691736 | |
| 15535474 | 2 years ago | | | 0 | 0.00075091655 | |
| 15535472 | 2 years ago | | | 0 | 0.00068131859 | |
| 15535472 | 2 years ago | | | 0 | 0.00077457259 | |
| 15535472 | 2 years ago | | | 0 | 0.00077457259 | |
| 15535471 | 2 years ago | | | 0 | 0.00064278724 |
ABI
ABI objects
Getter at block 21206132
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellLiquidityFee)
(buyTotalFees=4, buyMarketingFee=1, buyLiquidityFee=3, sellTotalFees=4, sellMarketingFee=1, sellLiquidityFee=3)
decimals() view returns (uint8)
18
name() view returns (string)
Tenbu
owner() view returns (address)
0x0af68ff5d7825e039d834eae112a0b76ee07470c
swapEnabled() view returns (bool)
true
swapping() view returns (bool)
false
symbol() view returns (string)
TENBU
tokensForLiquidity() view returns (uint256)
33248190000000000000000
tokensForMarketing() view returns (uint256)
11082730000000000000000
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0xfb5e24fb8f2924657470fab92bbd3bf0de4d5af0
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockTokens(address account, bool excluded)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFee, uint256 _liquidityFee)
updateMaxTxnAmount(uint256 newMaxBuyAmount, uint256 newMaxSellAmount)
updateMaxWalletAmount(uint256 newPercentage)
updateSellFees(uint256 _marketingFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updateWallets(address newMarketingWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.