Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSW | ERC-20 | 106.592902K | $0.000348 |
$37.14 | |
ETHO | ERC-20 | 10 | $0.009798 |
$0.1 | |
POLA | ERC-20 | 100 | $0.000518 |
$0.05 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
NUNU | ERC-20 | 97.420134 | -- | -- | |
NUNU | ERC-20 | 1.420134 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22740440 | 9 hours ago | | | 0 | 0.000093913921 | |
| 22739970 | 9 hours ago | | | 0 | 0.0000082654269 | |
| 22738871 | 10 hours ago | | | 0 | 0.0000049873200 | |
| 22737305 | 11 hours ago | | | 0 | 3.4492068e-7 | |
| 22737211 | 11 hours ago | | | 0 | 3.5820493e-7 | |
| 22737163 | 11 hours ago | | | 0 | 0.000000203116325930 | |
| 22737162 | 11 hours ago | | | 0 | 3.5364552e-7 | |
| 22737045 | 11 hours ago | | | 0 | 3.5210149e-7 | |
| 22737001 | 11 hours ago | | | 0 | 3.5271110e-7 | |
| 22736985 | 11 hours ago | | | 0 | 3.5085035e-7 |
ABI
ABI objects
Getter at block 22756294
_fees() view returns (uint8 buyTotalFees, uint8 buyMarketingFee, uint8 buyDevFee, uint8 buyLiquidityFee, uint8 sellTotalFees, uint8 sellMarketingFee, uint8 sellDevFee, uint8 sellLiquidityFee)
(buyTotalFees=3, buyMarketingFee=3, buyDevFee=0, buyLiquidityFee=0, sellTotalFees=4, sellMarketingFee=4, sellDevFee=0, sellLiquidityFee=0)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
BasedSwap
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapEnabled() view returns (bool)
true
symbol() view returns (string)
BSW
tokensForMarketing() view returns (uint256)
100992902168185523074147
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x1a60a4d8670ca40536ae437b23b0caa57b9b118d
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)
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)
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _devWallet)
swapTrading()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint8 _marketingFeeBuy, uint8 _liquidityFeeBuy, uint8 _devFeeBuy, uint8 _marketingFeeSell, uint8 _liquidityFeeSell, uint8 _devFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
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.