BITCOINFOREVER

Verified contract

Active on Ethereum with 900 txns
Deployed by via 0xfcbd8e9f at 16596690
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional variables
ERC-20
--
0x2b040bb5958227dacbeb330072402dfdf876e77181ff01fec8246e193cecd7ab
0x14662a416c7e3a4368b18a7226bd9dee9f41827ac246eabd12d00f7ff1f160e5
0xc4d375311b1b885f7782f22435d4fa81e3ccc958ecfa09e04d28a1f7d74ae5eb
0xac6497dd350c5d1d313b6c65dd77da3d06632eb88470a7f3b92df769d09bf696
0x9ddda73f0a9ac616aa2c015fafd884c94ead7e7334d1e3015b5efd47f7fe586d
0x03dd3c35722b65a41e000eb7fed62da8230be5382dd0116007e46fc7b22424ed
0xb2c3a1990ab65a7c88c29433becf53f466b9f11b57323a2174a3c453807e737e
0x1c273db738f5be61a92fcecfbf97d94311ec27e135066a450399403069547d00
0x3dc6b6cf37b113f8d48b8ea3bfc1c1e066afb263264b7e302877c58e1829f166
0x1c65f01da248055a93e5d4c02e4fc06418faa2f899ca02709d09f30c967966a4

Functions
Getter at block 21162619
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0xbd2bb905e368e4731769c341193c79f39b35efbe
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)
118
getNumberOfDividends(view returns (uint256)
25570922225201766227122270
limitsInEffect(view returns (bool)
true
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
maxTxn(view returns (uint256)
2000000000000000000000000
name(view returns (string)
BITCOINFOREVER
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
0
operationsSellFee(view returns (uint256)
0
operationsWallet(view returns (address)
0xdc903e91da005e901d2c26888161f37bd79f09a1
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardsBuyFee(view returns (uint256)
0
rewardsSellFee(view returns (uint256)
0
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
2000000000000000000000000
symbol(view returns (string)
BTCF
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
0
tokensForRewards(view returns (uint256)
1007106744354749180089581
totalBuyFees(view returns (uint256)
0
totalSellFees(view returns (uint256)
0
totalSupply(view returns (uint256)
100000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
16601352
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0xff3f2a45a8a5995a2b02ba1bdd459c66564d2995
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
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.