Bitcoin Forever
Verified contract
Active on
Ethereum with 108 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BCF | ERC-20 | 93.969723K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17160311 | 2 years ago | | | 0 | 0.0026426823 | |
| 16666312 | 2 years ago | | | 0 | 0.00090888796 | |
| 16607456 | 2 years ago | | | 0 | 0.00088771711 | |
| 16607323 | 2 years ago | | | 0 | 0.00044387885 | |
| 16606976 | 2 years ago | | | 0 | 0.00046267583 | |
| 16606950 | 2 years ago | | | 0 | 0.00055365350 | |
| 16606933 | 2 years ago | | | 0 | 0.00054241441 | |
| 16329620 | 2 years ago | | | 0 | 0.00089563883 | |
| 16329608 | 2 years ago | | | 0 | 0.00073488333 | |
| 16329595 | 2 years ago | | | 0 | 0.00080676523 |
ABI
ABI objects
Getter at block 21261292
buyLiquidityFee() view returns (uint256)
0
buyMarketingFee() view returns (uint256)
0
buyTotalFees() view returns (uint256)
0
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x9fb3f09bcdfbec1230bebe6e8d7aaa9518f932a3
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
300000000000000000000000
maxWallet() view returns (uint256)
530000000000000000000000
name() view returns (string)
Bitcoin Forever
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellLiquidityFee() view returns (uint256)
0
sellMarketingFee() view returns (uint256)
1
sellTotalFees() view returns (uint256)
1
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
84000000000000000000000
symbol() view returns (string)
BCF
tokensForDev() view returns (uint256)
93969722572475741480080
tokensForLiquidity() view returns (uint256)
0
totalSupply() view returns (uint256)
21000000000000000000000000
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
false
uniswapV2Pair() view returns (address)
0x3afb197097f19ea9be986caa81e98f84fcb46274
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _liquidityFee, uint256 _MarketingFee)
updateDevWallet(address newWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _liquidityFee, uint256 _MarketingFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
withdraw()
withdrawToken(address _token, address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP()
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
devWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.