Bitcoin on Base
Verified contract
Active on
Base with 82,336 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($643.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTCB | ERC-20 | 1.233381K | $0.496934 |
$612.91 | |
cbBTC | ERC-20 | 0.00026 | $98,930.00 |
$25.73 | |
USDC | ERC-20 | 3.749379 | $1.00 |
$3.75 | |
VOID | ERC-20 | 250 | $0.000951 |
$0.24 | |
USA | ERC-20 | 261 | $0.0008 |
$0.21 | |
WGC | ERC-20 | 200 | $0.000544 |
$0.11 | |
LOA | ERC-20 | 4.930703 | $0.008476 |
$0.04 | |
BOYS | ERC-20 | 0.8 | $0.011944 |
$0.01 | |
FPEPE | ERC-20 | 25 | $0.000194 |
$0 | |
BRRR | ERC-20 | 11 | $0.000015 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22734415 | 6 minutes ago | | | 0 | 1.8321704e-7 | |
| 22734230 | 12 minutes ago | | | 0 | 1.3534272e-7 | |
| 22734176 | 14 minutes ago | | | 0 | 1.3195962e-7 | |
| 22733980 | 21 minutes ago | | | 0 | 1.4196842e-7 | |
| 22733860 | 25 minutes ago | | | 0 | 1.2725721e-7 | |
| 22733746 | 28 minutes ago | | | 0 | 1.5388010e-7 | |
| 22733508 | 36 minutes ago | | | 0 | 0.000000080163308452 | |
| 22733458 | 38 minutes ago | | | 0 | 1.1826651e-7 | |
| 22733422 | 39 minutes ago | | | 0 | 1.3085737e-7 | |
| 22733106 | an hour ago | | | 0 | 1.1506956e-7 |
ABI
ABI objects
Getter at block 22734593
creator() view returns (address)
0x43f45e94f5651ce3300ea8578197a21fd5178de0
decimals() view returns (uint8)
18
description() view returns (string)
There are only 21,000,000 Bitcoins on Base.
imageURI() view returns (string)
https://api.basejump.pro:4000/static/tkn_0x66d1564e4be6c308bf180d2bee2734cbf40fc89677d6247924a59891e93abd43.png
isPresaleStep() view returns (bool)
false
name() view returns (string)
Bitcoin on Base
symbol() view returns (string)
BTCB
telegram() view returns (string)
https://t.me/+6KKyem_Bi9Y1NGRh
tokenDeployer() view returns (address)
0x31c0282fa6d0a82ad22ab63bbacd87f62b2a9bfd
totalSupply() view returns (uint256)
21000000000000000000000000
twitter() view returns (string)
https://x.com/BTC__Base
website() view returns (string)
https://uniswap.org
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceDeployerOwnership()
setDescription(string _description)
setImageURI(string _imageURI)
setTelegram(string _telegram)
setTwitter(string _twitter)
setWebsite(string _website)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
TokenCreated(struct TokenTokenCreatedParams params)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _n, string _s, address _tokenDeployer, string _imageURI, string _website, string _twitter, string _telegram, string _description, address _creator, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.