BankSocial
Verified contract
Active on
Ethereum with 4,862 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfd89…4165
-
variable spans 1 additional slot
5 additional
variables
Balances ($2,475.24)
Native
Value
$479.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.154896 | $3,098.01 |
$479.87 | |
BSL | ERC-20 | 2.943974M | $0.000463 |
$1,363.24 | |
USDT | ERC-20 | 632.274142 | $0.999783 |
$632.14 | |
REEY | ERC-20 | 13.483273M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185733 | 5 days ago | | | 0 | 0.0010412845 | |
| 21185728 | 5 days ago | | | 0 | 0.00092688005 | |
| 21174122 | 7 days ago | | | 0 | 0.0014879303 | |
| 21171661 | 7 days ago | | | 0 | 0.00091951885 | |
| 21153443 | 10 days ago | | | 0 | 0.00041528401 | |
| 21151000 | 10 days ago | | | 0 | 0.00045598779 | |
| 21145607 | 11 days ago | | | 0 | 0.00041192133 | |
| 21118593 | 14 days ago | | | 0 | 0.00019235773 | |
| 21044788 | 25 days ago | | | 0 | 0.00032995819 | |
| 21009910 | a month ago | | | 0 | 0.00030728157 |
ABI
ABI objects
Getter at block 21222339
_contractPaused() view returns (bool)
true
_liquidityFee() view returns (uint256)
4
_maxTxAmount() view returns (uint256)
200000000000000
_taxBuys() view returns (bool)
true
_taxFee() view returns (uint256)
0
_taxTransfers() view returns (bool)
true
_whaleTxAmount() view returns (uint256)
100000000000000
buysTaxed() view returns (bool)
true
decimals() view returns (uint8)
8
isPaused() view returns (bool)
true
minimumTokensBeforeSwapAmount() view returns (uint256)
20000000000000
name() view returns (string)
BankSocial
owner() view returns (address)
0x96676004e72cc7aa6730798fd82bb89b05536dc4
slpAddress() view returns (address)
0xfd893046b69bed474f84b3974d63e3758f184165
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
BSL
totalFees() view returns (uint256)
22752707466205259
totalSupply() view returns (uint256)
1000000000000000000
transfersTaxed() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xec5409816efe7151b809c1214b4780131d5f251b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
whaleWalletSize() view returns (uint256)
5000000000000000
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)
isLocked(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)
lockAccount(address account)
secureTransfer(address account, address to, uint256 amount)
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensSellToAddToLiquidity(uint256 _minimumTokensBeforeSwap)
setPaused(bool _enabled)
setSLPAddress(address _slpAddress)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxBuys(bool _enabled)
setTaxFeePercent(uint256 taxFee)
setTaxTransfers(bool _enabled)
setWhaleSize(uint256 whaleSizing)
setWhaleTxAmount(uint256 whaleTxAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseEnabledUpdated(bool enabled)
RewardLiquidityProviders(uint256 tokenAmount)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
securelyTransferred(uint256 transferredBalance)
taxBuysUpdated(bool enabled)
taxTransfersUpdated(bool enabled)
constructor()
receive()
This contract contains no error objects.