Bitcoin names

Verified contract

Proxy

Active on Ethereum with 1,412 txns
Deployed by via 0xadade85c at 20187582
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bitcoin names"

0x6a7cea398b68e8a2da6212f067c1bac18fcc6f049d67b4c06a153a7829581957
0x13371c4e9802bf71927695a6ded8ea9515e2ed653070f0f611326519c9d14e7e
0xd1306841a81f8d21f3c28ff6ef0f3d054d6909dddca12c15bbce8a7ef9029e11
0x95c4e71f7dae6b528662a8eee3d5420a53aceb0a0e037805f9b61ebd9d08273a
0x7d6226fb427f118c377236d0520548c63df401a5398c64d6e8da841d5e479b31
0x8f3633dcaae1ed4eab607c3350882a846fd770853f964bbda730f23082f33dce
0x3863d1bcb3a8f3f17e26c2a3463c6a4c91ab3ba453e9a54d2c334d48dfe9bd12
0x8aedcad45d08891d8f862b05dc4d46320adee8538cee9baf325c8c441646c97e
0x8e650088328eda5dd4c92cf3ca9470fc3234733cd486518e159bb2fdce182e80
0x02581c2332a31a11f6fb5b5c43058395db15d52ebe83f47f89326393acbab5ef

Functions
Getter at block 21171007
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
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
BN
totalSupply(view returns (uint256)
2051699999740000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
initialize(address initialOwneruint256 cap
mint(address touint256 amount
pause(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 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