Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($11,809.76)
Native
Value
$11,708.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.249545 | $3,603.05 |
$11,708.27 | |
USDT | ERC-20 | 100.8 | $1.001 |
$100.9 | |
USHI | ERC-20 | 36.799835K | $0.000016 |
$0.58 | |
BABYUSHI | ERC-20 | 100M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267120 | 2 days ago | | | 0 | 0.00089094735 | |
| 21239241 | 6 days ago | | | 0 | 0.00062498177 | |
| 21237429 | 7 days ago | | | 0 | 0.00088889185 | |
| 21227749 | 8 days ago | | | 0 | 0.00045626743 | |
| 21200727 | 12 days ago | | | 0 | 0.0022247100 | |
| 21199887 | 12 days ago | | | 0 | 0.00049235005 | |
| 21199181 | 12 days ago | | | 0 | 0.00060587502 | |
| 21192900 | 13 days ago | | | 0 | 0.00067067136 | |
| 21190833 | 13 days ago | | | 0 | 0.0011469568 | |
| 21190448 | 13 days ago | | | 0 | 0.00081380628 |
ABI
ABI objects
Getter at block 21284520
MAX_HOLDING_PERCENTS_DIVISOR() view returns (uint256)
1000
_burnFee() view returns (uint256)
1
_liquidityFee() view returns (uint256)
0
_marketingFee() view returns (uint256)
2
_maxHoldingPercents() view returns (uint256)
10
_sellBurnFee() view returns (uint256)
2
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
4
_sellTaxFee() view returns (uint256)
0
_taxFee() view returns (uint256)
0
antiBotEnabled() view returns (bool)
false
antiManager() view returns (address)
0x69304855697e2805f2e5a93f3e64dfaa83117d6b
antiWhaleEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x03465180d1c8d5509f5a2569aeff0133dddea52f
name() view returns (string)
Ushi
owner() view returns (address)
0x2d158901d1ee278145cd9123b17248da8fbb6d09
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
USHI
totalFees() view returns (uint256)
2054310982096375837489138547
totalSupply() view returns (uint256)
21000000000000000000000000000
uniswapV2Pair() view returns (address)
0xe977868ffae44fda3478eef990c89ca353a13264
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
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 approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAntiBot(bool enabled)
setAntiWhale(bool enabled)
setBurnFeePercent(uint256 burnFee)
setLiquidityFeePercent(uint256 liquidityFee)
setMarketingFeePercent(uint256 marketingFee)
setMarketingWallet(address newWallet)
setMaxHoldingPercents(uint256 maxHoldingPercents)
setSellBurnFeePercent(uint256 sellBurnFee)
setSellLiquidityFeePercent(uint256 sellLiquidityFee)
setSellMarketingFeePercent(uint256 sellMarketingFee)
setSellTaxFeePercent(uint256 sellTaxFee)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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 _uniswapV2Router, address _marketingWallet, address _antiManager, uint256[] _allowedBuyAmount)
receive()
This contract contains no error objects.