Bank of Bitcoin
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa9e…65a0
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,932.33 |
$0 | |
Bank | ERC-20 | 40.571705M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18529471 | a year ago | | | 0 | 0.0011416471 | |
| 18529469 | a year ago | | | 0 | 0.0019454083 | |
| 18529466 | a year ago | | | 0 | 0.0012125266 | |
| 18529464 | a year ago | | | 0 | 0.0010681598 | |
| 18529463 | a year ago | | | 0 | 0.0010990565 | |
| 18529458 | a year ago | | | 0 | 0.0019692738 | |
| 18529458 | a year ago | | | 0 | 0.0019692738 | |
| 18529458 | a year ago | | | 0 | 0.0019692738 | |
| 18529458 | a year ago | | | 0 | 0.016470993 | |
| 18529457 | a year ago | | | 0 | 0.0020381735 |
ABI
ABI objects
Getter at block 21387775
BPS_DENOMINATOR() view returns (uint256)
10000
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
SNIPE_BLOCKS() view returns (uint256)
2
buyDevTax() view returns (uint256)
200
buyRewardsTax() view returns (uint256)
200
decimals() view returns (uint8)
18
devTaxRecipient() view returns (address)
0x94f166436cc94d0ef938ab69271a0b84e3adad33
initialDistributeDone() view returns (bool)
false
minTokenBalance() view returns (uint256)
0
name() view returns (string)
Bank of Bitcoin
owner() view returns (address)
0x94f166436cc94d0ef938ab69271a0b84e3adad33
pair() view returns (address)
0x7fa455dbed18bb88ef28636d206023314eb26614
rewardsTaxRecipient() view returns (address)
0xaa9ec2bdfc97e90c8c14027cdea6d30c7dcf65a0
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellDevTax() view returns (uint256)
200
sellRewardsTax() view returns (uint256)
200
swapFees() view returns (bool)
true
symbol() view returns (string)
Bank
totalDevTax() view returns (uint256)
16733843889105928993144341
totalRewardsTax() view returns (uint256)
23837860659108238979987459
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
tradingBlock() view returns (uint256)
0
transfersActive() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
lastBuy(address) view returns (uint256)
recipientLimitWhitelist(address) view returns (bool)
taxExcluded(address) view returns (bool)
State-modifying
Events addLiquidity(uint256 tokens) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTrading()
disableTransfers()
enableTrading()
enableTransfers()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueDevTaxTokens(uint256 _amount, address _recipient)
rescueETH()
rescueRewardsTaxTokens(uint256 _amount, address _recipient)
setBuyDevTax(uint256 _buyDevTax)
setBuyRewardsTax(uint256 _buyRewardsTax)
setDevTaxRecipient(address _devTaxRecipient)
setMinTokenBalance(uint256 _minTokenBalance)
setRewardsTaxRecipient(address _rewardsTaxRecipient)
setSellDevTax(uint256 _sellDevTax)
setSellRewardsTax(uint256 _sellRewardsTax)
setSwapFees(bool _swapFees)
setTaxExcluded(address _account, bool _taxExcluded)
swapAll()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBlacklist(address user, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address user, bool previousStatus, bool nextStatus)
BuyDevTaxChanged(uint256 previousTax, uint256 nextTax)
BuyRewardsTaxChanged(uint256 previousTax, uint256 nextTax)
DevTaxRecipientChanged(address previousRecipient, address nextRecipient)
DevTaxRescued(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsTaxRecipientChanged(address previousRecipient, address nextRecipient)
RewardsTaxRescued(uint256 amount)
SellDevTaxChanged(uint256 previousTax, uint256 nextTax)
SellRewardsTaxChanged(uint256 previousTax, uint256 nextTax)
SwapFeesChanged(bool previousStatus, bool nextStatus)
TaxExclusionChanged(address user, bool taxExcluded)
TradingActiveChanged(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _factory, address _router, address _devTaxRecipient, address _rewardsTaxRecipient)
receive()
This contract contains no error objects.