BTC Printer

Verified contract

Active on Ethereum with 256 txns
Deployed by via 0x57005699 at 18330410
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
--
0x80376cc42cacf6aa7970eb45733acf2bab2b659b88351f4dea6615f773734c6d
0xfc3b4a201d1a8caaa02cbeb746e66d7efccac143f15df0aff53d3350a4df5ec2
0x8b703a4a0c47f16a639ca02a8f87a859061a691c704370348968c0b1fa8f7b1b
0xd90ed6233b72e035d707066f1ccae85c1be5f2efd44b2b8bc66dbe0484d4fec6
0x0b80f8bc54e20c87f850903b1798b8c10ee71e836d9bda59b00a1caffdd53864
0xd907b8182c578b6a0863caa6e9f5b9de1b2151249d5f62a3dff88354de688254
0xcc6abf695c3b8add734b531d123d561e6e922c1fa2639db8ccc8b161d9c0970f
0x701598a72f3f77412b2ed22de363fdd1cb44d35536948b5a10a2b3ac643d5455
0xcb7c6abc40542b32cd1527f100c83b6cef0883fed423af93bcaf9caeef539edd
0xb771a08f20b896dad1230f97722c71c661c77e513cf6ed8b696202e2fd6d6bb2

Functions
Getter at block 21209431
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x8a1b12cefd194ec788599cc135e46febd55e90b4
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
200000
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
58
getNumberOfDividendTokenHolders(view returns (uint256)
115
getNumberOfDividends(view returns (uint256)
236074050457706992199589629
limitsInEffect(view returns (bool)
false
liquidityActiveBlock(view returns (uint256)
0
liquidityBuyFee(view returns (uint256)
0
liquiditySellFee(view returns (uint256)
0
lpPercToWithDraw(view returns (uint256)
0
lpWithdrawRequestDuration(view returns (uint256)
259200
lpWithdrawRequestPending(view returns (bool)
false
lpWithdrawRequestTimestamp(view returns (uint256)
0
maxTransactionAmount(view returns (uint256)
20000000000000000000000000
maxWallet(view returns (uint256)
20000000000000000000000000
name(view returns (string)
BTC Printer
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
40
operationsSellFee(view returns (uint256)
40
operationsWallet(view returns (address)
0xaec1e6393593ce075ae95f333d860dcf6fcded73
owner(view returns (address)
0xaec1e6393593ce075ae95f333d860dcf6fcded73
rewardsBuyFee(view returns (uint256)
10
rewardsSellFee(view returns (uint256)
10
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
500000000000000000000000
symbol(view returns (string)
WBTC
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
114395768874678312752844
tokensForRewards(view returns (uint256)
28598942218669578188211
totalBuyFees(view returns (uint256)
50
totalSellFees(view returns (uint256)
50
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
18429529
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x26ef8ea82c7303947588904414b586e84aeb98cc
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
dividendTokenBalanceOf(address accountview returns (uint256)
getAccountDividendsInfo(address accountaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getAccountDividendsInfoAtIndex(uint256 indexaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getTotalDividendsDistributed(address rewardTokenview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
withdrawableDividendOf(address accountaddress rewardTokenview returns (uint256)
State-modifying
addLP(bool confirmAddLp
addPresaleAddressForExclusions(address _presaleAddress
airdropToWallets(address[] walletsuint256[] amountsInTokens
approve(address spenderuint256 amountreturns (bool)
cancelLPWithdrawRequest(
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrading(
excludeFromDividends(address account
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
excludeMultipleAccountsFromFees(address[] accountsbool excluded
includeInDividends(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
processDividendTracker(uint256 gas
removeBotTax(
removeLimits(returns (bool)
renounceOwnership(
requestToWithdrawLP(uint256 percToWithdraw
setAutomatedMarketMakerPair(address pairbool value
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateClaimWait(uint256 claimWait
updateGasForProcessing(uint256 newValue
updateMaxAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
updateSellFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateSwapEnabled(bool enabled
withdrawRequestedLP(
withdrawStuckEth(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
CanceledLpWithdrawRequest(
DevWalletUpdated(address indexed newWalletaddress indexed oldWallet
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeMultipleAccountsFromFees(address[] accountsbool isExcluded
ExcludedMaxTransactionAmount(address indexed accountbool isExcluded
GasForProcessingUpdated(uint256 indexed newValueuint256 indexed oldValue
OperationsWalletUpdated(address indexed newWalletaddress indexed oldWallet
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProcessedDividendTracker(uint256 iterationsuint256 claimsuint256 lastProcessedIndexbool indexed automaticuint256 gasaddress indexed processor
RequestedLPWithdraw(
SendDividends(uint256 tokensSwappeduint256 amount
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
WithdrewLPForMigration(
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.