Bitcoinelle

Verified contract

Active on Ethereum with 284 txns
Deployed by via 0xaad40f62 at 16637469
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
Value $203
ERC-20
--
0xeab76be32268f3897a041b3e48f0d0882b4bd14d7ce4363d1efa30424bc48226
0x31b8a73cc6dc4b4362941b451cdfd80119c2abbabc8230fc54efdbf533e51460
0xf5970c1522f2f01e7e64e9e25fce3466760c66abbd99c9e6a4ee8db410abcc7d
0x457adf74731b54929d8ef2b6df90cfb6b6faf3a798faf90dd2f7dd036e9b67dc
0xbf7808181b57baa968703e10a8137367838bf6a290387e344d4363c9bb0614d9
0xbb515067dbb4bb599f0911cee3ad031e140bb490c76342098f4522c9fbe86de1
0x58f18bd9cb4dcf211eff09d646bcc875b798da577cfefac6b2c42da5373f1acf
0xfc1ac4774325c072dfac82273ef39f3aa8dded29fbe83acb0a67d294016a702f
0x3785172034f0a46b472f851f772b9a872705ce423c95d56ba71fee5a0ce9e1e1
0x747fb41dfdf8450ab12661f16be116c5710e4d7d836b36d2148c65936aa75c2c

Functions
Getter at block 20859910
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0xf8d7ac0c631f5a9210e4f2397273261c0efb2e9a
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)
59
getNumberOfDividends(view returns (uint256)
12382132027692512229941743
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)
2000000000000000000000000
maxWallet(view returns (uint256)
2000000000000000000000000
name(view returns (string)
Bitcoinelle
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
30
operationsSellFee(view returns (uint256)
25
operationsWallet(view returns (address)
0x7f473f94adc362c346616d773eeb13acf1868a27
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardsBuyFee(view returns (uint256)
10
rewardsSellFee(view returns (uint256)
15
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
200000000000000000000000
symbol(view returns (string)
BELLE
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
2664989062124022992788795
tokensForRewards(view returns (uint256)
902943395308469305675831
totalBuyFees(view returns (uint256)
40
totalSellFees(view returns (uint256)
40
totalSupply(view returns (uint256)
100000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
16637538
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x3630d898af067449b84f0c63c21887a94e7bf132
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
addPresaleAddressForExclusions(address _presaleAddress
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
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.