BSM TOKEN
Verified contract
Active on
Ethereum with 497 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($2,348.86)
Native
Value
$2,348.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.633627 | $3,707.00 |
$2,348.86 | |
0x6086…5acb | ERC-20 | 1591.497838T | -- | -- | |
BSM | ERC-20 | 1.591747M | -- | -- | |
SAITAMA | ERC-20 | 0.006659 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18491990 | a year ago | | | 0 | 0.0011462252 | |
| 18420537 | a year ago | | | 0 | 0.00067338575 | |
| 17283730 | 2 years ago | | | 0 | 0.0034013251 | |
| 16825971 | 2 years ago | | | 0 | 0.0042906498 | |
| 16671071 | 2 years ago | | | 0 | 0.0068903250 | |
| 16669657 | 2 years ago | | | 0 | 0.010815772 | |
| 16621047 | 2 years ago | | | 0 | 0.0020653646 | |
| 16609910 | 2 years ago | | | 0 | 0.00071312629 | |
| 16605898 | 2 years ago | | | 0 | 0.00073007744 | |
| 16603012 | 2 years ago | | | 0 | 0.00083536098 |
ABI
ABI objects
Getter at block 21309802
FeeToETH() view returns (bool)
true
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
coolDownEnabled() view returns (bool)
false
coolDownTime() view returns (uint256)
5
decimals() pure returns (uint8)
18
lpRecipient() view returns (address)
0xc59f51f358c0a56af990c938933a3e16a0f444c9
marketingAddress() view returns (address)
0x4da2226ac25155150932547abd3b5c788121c2fc
maxTxAmount() view returns (uint256)
1000000000000000000000000000000000000000000
name() pure returns (string)
BSM TOKEN
owner() view returns (address)
0xc59f51f358c0a56af990c938933a3e16a0f444c9
pair() view returns (address)
0x7ac8bf416827baff959d788cb408bc1566d5914e
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapLiquifyEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
10000000000000000000000000000000000000000
symbol() pure returns (string)
BSM
taxes() view returns (uint256 rfi, uint256 treasury, uint256 marketing, uint256 burn, uint256 liquidity)
(rfi=10, treasury=0, marketing=20, burn=10, liquidity=10)
totFeesPaid() view returns (uint256 rfi, uint256 treasury, uint256 marketing, uint256 burn, uint256 liquidity)
(rfi=2239630903153751247421105, treasury=0, marketing=4479261806307502494842951, burn=2239630903153751247421105, liquidity=2239630903153751247421105)
totalSupply() view returns (uint256)
100000000000000000000000000
treasuryAddress() view returns (address)
0x3f1930d77eec56f8b52db6197a27156c36fd68e2
Read-only
_lastTrade(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferRfi) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events airdropTokens(address[] recipients, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
bulkAntiBot(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueAnyERC20Tokens(address _tokenAddr, address _to, uint256 _amount)
rescueETH(uint256 weiAmount)
setAntibot(address account, bool state)
setTaxes(uint256 _rfi, uint256 _treasury, uint256 _marketing, uint256 _burn, uint256 _liquidity)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBurnWallet(address newWallet)
updateCoolDownSettings(bool _enabled, uint256 _timeInSeconds)
updateFeeToETH(bool _enabled)
updateLPRecipient(address newWallet)
updateMarketingWallet(address newWallet)
updateMaxTxAmt(uint256 amount)
updateRouterAndPair(address newRouter, address newPair)
updateSwapEnabled(bool _enabled)
updateSwapLiquifyEnabled(bool _enabled)
updateSwapTokensAtAmount(uint256 amount)
updateTreasuryWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedRouter(address oldRouter, address newRouter)
constructor(address routerAddress)
receive()
This contract contains no error objects.