Black Box Transfers
Verified contract
Active on
Ethereum with 1,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8978…6e20
3 additional
variables
Balances ($0.00)
No balances found for "Black Box Transfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20669479 | 2 months ago | | | 0 | 0.000061447899 | |
| 20208252 | 4 months ago | | | 0 | 0.00011712087 | |
| 19880408 | 6 months ago | | | 0 | 0.00017508882 | |
| 19853389 | 6 months ago | | | 0 | 0.00018226226 | |
| 19852949 | 6 months ago | | | 0 | 0.00020198080 | |
| 19852765 | 6 months ago | | | 0 | 0.00028646056 | |
| 19721615 | 7 months ago | | | 0 | 0.00019704443 | |
| 19255803 | 9 months ago | | | 0 | 0.00079192942 | |
| 18867778 | a year ago | | | 0 | 0.00033199495 | |
| 18849844 | a year ago | | | 0 | 0.0012102344 |
ABI
ABI objects
Getter at block 21167914
_maxWalletAmount() view returns (uint256)
10000000000000000
burnFrequencynMinutes() view returns (uint256)
1
burnRateInBasePoints() view returns (uint256)
2
buyFee() view returns (uint256)
99
decimals() view returns (uint8)
9
deployer() view returns (address)
0x8bca195646b198f8a7097ad5183edc41d09534f5
ethPriceToSwap() view returns (uint256)
200000000000000000
getTokenPrice() view returns (uint256)
68242166437
isBotProtectionEnabled() view returns (bool)
false
isBurnEnabled() view returns (bool)
true
marketPair() view returns (address)
0xf49576260beb78d755ee8ff6e04e241e62d8138d
name() view returns (string)
Black Box Transfers
nextLiquidityBurnTimeStamp() view returns (uint256)
1715836883
numberOfSnipedBots() view returns (uint256)
1
owner() view returns (address)
0x0e660d93b08a7162bf0f9400f59fc2fa6e898f0d
sellFee() view returns (uint256)
99
symbol() view returns (string)
BBTT
tokensBurnedSinceLaunch() view returns (uint256)
6250404497368383
totalSupply() view returns (uint256)
3749595502631617
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAddressBlocked(address addr) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockAddresses(address[] addresses)
burnTokens()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableBotProtectionPermanently()
enableDisableBurnToken(bool _enabled)
excludeIncludeFromFee(address[] addresses, bool isExcludeFromFee)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSnipeBots()
manualSwap()
openTrading()
renounceOwnership()
sendERC20Tokens(address contractAddress)
sendEth()
setBurnSettings(uint256 frequencyInMinutes, uint256 burnBasePoints)
setEthPriceToSwap(uint256 ethPriceToSwap_)
setMaxWalletAmount(uint256 maxWalletAmount)
setTaxFees(uint256 buy, uint256 sell)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAddresses(address[] addresses)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(uint256 arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.