Bitcoin to 200K
Verified contract
Active on
Base with 64 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bitcoin to 200K"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22701332 | 21 hours ago | | | 0 | 1.3673493e-7 | |
| 22695107 | a day ago | | | 0 | 0.000000101751437352 | |
| 22695084 | a day ago | | | 0 | 6.1925651e-7 | |
| 22694848 | a day ago | | | 0 | 5.5735719e-7 | |
| 22690714 | a day ago | | | 0 | 1.6158869e-7 | |
| 22685442 | a day ago | | | 0 | 0.000000091749521403 | |
| 22684716 | a day ago | | | 0 | 1.3450670e-7 | |
| 22673968 | 2 days ago | | | 0 | 1.3812996e-7 | |
| 22625268 | 3 days ago | | | 0 | 4.1470507e-7 | |
| 22625224 | 3 days ago | | | 0 | 5.5735719e-7 |
ABI
ABI objects
Getter at block 22739520
decimals() view returns (uint8)
18
name() view returns (string)
Bitcoin to 200K
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BTC200K
totalSupply() view returns (uint256)
21000000000000000000000000000
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)
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 tTotal_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.