Brett Printer

Verified contract

Active on Ethereum with 65 txns
Deployed by via 0x8a0a7b8d at 20078782
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
--
0x048c9cc6f7f01a82c5ce2a3b2d9c72e4b3ea132bdd10b9980cf764863838254a
0xb1aa3ee452907ed6681fa929fea87077dcf7a42a136f22aeec8e9fda414c0555
0x9d60cf6b137b1cf5f7641f953c8b2f587720fbec5945cbcad98fc5cc5a9ca4a9
0xc27d036ebc3d37b612d612fa373ba83d4244c8936acc8071cf45e95bd4f39904
0x2667055309d8f5918052340b7cc68c5cfe733371feb0b01ff627cc8c020acf89
0x1774534f10e80e66b841dbcc372f8e5f5f65476de3d2b889b83ef0910a16fa01
0x6d9800fda5e57b29f0603aa79e058abc31b6acdbb7ee1b74e9cdc5acfc1e6993
0x3e1f88f783f69c8341d17b33a61f21b9d8034d5a74ba4ea60ba5263e70000e2a
0xec5ab31a002e6b4091300d765ddfdf520dec2709da1d716b8d8507a41d5e60cf
0x5ff6f37da0d81f14a4ec4ee9333884062ae1e85d9146dbb4963346ad5a80648b

Functions
Getter at block 21284083
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x10573ebc45b42fc2f605ff4827c0183fcb94ed84
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
0
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
0
getNumberOfDividendTokenHolders(view returns (uint256)
62
getNumberOfDividends(view returns (uint256)
522496698613478338540138522
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)
25000000000000000000000000
maxWallet(view returns (uint256)
25000000000000000000000000
name(view returns (string)
Brett Printer
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
250
operationsSellFee(view returns (uint256)
1000000000000
operationsWallet(view returns (address)
0x2979ba85defcbb9edbd5bb630da27fe3fbe2b3c9
owner(view returns (address)
0x2979ba85defcbb9edbd5bb630da27fe3fbe2b3c9
rewardsBuyFee(view returns (uint256)
50
rewardsSellFee(view returns (uint256)
0
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
15000000000000000000000000
symbol(view returns (string)
BRINTER
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
143667790192605898924217520
tokensForRewards(view returns (uint256)
28733558038521179784843497
totalBuyFees(view returns (uint256)
300
totalSellFees(view returns (uint256)
1000000000000
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
20079135
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x2d53a1f689feacda732507099b66d6cc8da44aa8
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
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
removeLimits(returns (bool)
renounceOwnership(
requestToWithdrawLP(uint256 percToWithdraw
setAutomatedMarketMakerPair(address pairbool value
setBuyFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
setSellFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateClaimWait(uint256 claimWait
updateGasForProcessing(uint256 newValue
updateMaxAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
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.