Bitcoin Mapped Token
Verified contract
Proxy
Active on
Ethereum with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Bitcoin Mapped Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16507101 | 2 years ago | | | 0 | 0.0011394490 | |
| 14830161 | 3 years ago | | | 0 | 0.0011720082 | |
| 14220873 | 3 years ago | | | 0 | 0.0072483100 | |
| 14220776 | 3 years ago | | | 0 | 0.0065703013 | |
| 14182569 | 3 years ago | | | 0 | 0.0083005000 | |
| 14176659 | 3 years ago | | | 0 | 0.0044218465 | |
| 14170058 | 3 years ago | | | 0 | 0.0014211598 | |
| 14169986 | 3 years ago | | | 0 | 0.0020438311 | |
| 14169952 | 3 years ago | | | 0 | 0.010622679 |
ABI
ABI objects
Getter at block 21387809
admin() view returns (address adm)
0x2167c15f3667be33d616e2f213acc2072df2d9cb
beacon() view returns (address beacon_)
0x52980e38866bc070c4b29107b82bbd40034d5191
implementation() view returns (address implementation_)
0x1f781194f15aa7488986697a3d6706f420b369fa
decimals() view returns (uint8)
18
name() view returns (string)
Bitcoin Mapped Token
owner() view returns (address)
0x2167c15f3667be33d616e2f213acc2072df2d9cb
symbol() view returns (string)
BTCM
totalSupply() view returns (uint256)
80000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
State-modifying
Events changeAdmin(address newAdmin)
upgradeBeaconTo(address newBeacon)
approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimal_, uint256 amount)
mint(uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address account)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed account)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.