SilverBitcoin
Verified contract
Active on
Ethereum with 177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0110…88e8
Balances ($48.53)
Native
Value
$48.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015352 | $3,160.97 |
$48.53 | |
SBTC | ERC-20 | 230.666916K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20650942 | 3 months ago | | | 0 | 0.000054372932 | |
| 16852790 | 2 years ago | | | 0 | 0.00075896978 | |
| 16659591 | 2 years ago | | | 0 | 0.0010608284 | |
| 16653637 | 2 years ago | | | 0 | 0.0016486098 | |
| 16647056 | 2 years ago | | | 0 | 0.0011174848 | |
| 16646481 | 2 years ago | | | 0 | 0.0010963090 | |
| 16645126 | 2 years ago | | | 0 | 0.0013586211 | |
| 16644886 | 2 years ago | | | 0 | 0.0013660255 | |
| 16644867 | 2 years ago | | | 0 | 0.0013841238 | |
| 16644472 | 2 years ago | | | 0 | 0.0022168853 |
ABI
ABI objects
Getter at block 21216190
burnSellFee() view returns (uint256)
0
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devBuyFee() view returns (uint256)
4
devSellFee() view returns (uint256)
4
devTokens() view returns (uint256)
136234124654416949292150
devWallet() view returns (address)
0x01106403f19cfc96bcbb21c4ba662d76467688e8
liquidityBuyFee() view returns (uint256)
1
liquidityTokens() view returns (uint256)
94432791582949284824514
maxBuyTransactionAmount() view returns (uint256)
420000000000000000000000
maxSellTransactionAmount() view returns (uint256)
420000000000000000000000
maxWalletToken() view returns (uint256)
420000000000000000000000
name() view returns (string)
SilverBitcoin
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
420000000000000000000000
symbol() view returns (string)
SBTC
totalSupply() view returns (uint256)
21000000000000000000000000
uniswapV2Pair() view returns (address)
0x45cd1390370880bbc1840690dfc6bf5f88448777
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events SetSwapTokensAtAmount(uint256 newLimit)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBuyFee(uint256 _liqFee, uint256 _devFee)
removeSellFee(uint256 _devFee, uint256 _burnFee)
renounceOwnership()
setMaxBuyTransactionAmount(uint256 _maxTxAmount)
setMaxSellTransactionAmount(uint256 _maxTxAmount)
setMaxWalletToken(uint256 _newValue)
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevWallet(address _devWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 prevValue, uint256 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensIntoLiqudity, uint256 ethReceived)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapEthForTokens(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.