Bitcoin names
Verified contract
Proxy
Active on
Ethereum with 1,412 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 names"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163928 | a day ago | | | 0 | 0.00057920695 | |
| 21156859 | 2 days ago | | | 0 | 0.00042861091 | |
| 21156718 | 2 days ago | | | 0 | 0.00069171841 | |
| 21150473 | 3 days ago | | | 0 | 0.00067279368 | |
| 21135557 | 5 days ago | | | 0 | 0.00047192234 | |
| 21135492 | 5 days ago | | | 0 | 0.00075340951 | |
| 21118871 | 7 days ago | | | 0 | 0.00024449250 | |
| 21116755 | 8 days ago | | | 0 | 0.00020470012 | |
| 21112949 | 8 days ago | | | 0 | 0.00030612668 | |
| 21112931 | 8 days ago | | | 0 | 0.00019932871 |
ABI
ABI objects
Getter at block 21171007 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
capacity() view returns (uint256)
2100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Bitcoin names
owner() view returns (address)
0x743bf82e9c83839c73e2a5067688905704acf73b
paused() view returns (bool)
false
symbol() view returns (string)
BN
totalSupply() view returns (uint256)
2051699999740000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
initialize(address initialOwner, uint256 cap)
mint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)