10K BTC

Unverified contract

Proxy

Active on Base with 7 txns
Deployed by via 0xbd2d25a3 at 22975764
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "10K BTC"

0xe03f1dd1d52393cc5228437db12a9d7fe01501a4efa7be749def7d0006fe23d6
0xf3acfef7f341a9c5f2e184ffd82df6b5965295646d39a957ade6e8d786c5d30f
0x447d1ce9e74419a067e9c3735778349ffd5fcdf352e7a95f007ed473f3cf1c32
0xa71c4671d9024c997827105a68648a0884e61cbb1be2aa309823534f2b647173
0x72a748f528eaef5b5d95f78d33bb105ed9917fb4f794c7c71266ce47c830e3ec
0x0b575a4f8c6ddcd8daad81b3a3f143a8962e4382121ff9d68b878e63f20bc4ee
0x809926521d5480ca5409ba9f98f9e4a6b60a5e58889a8748d4d8ed198543c8b2

Functions
Getter at block 23728907
decimals(view returns (uint8)
18
name(view returns (string)
10K BTC
symbol(view returns (string)
10KBTC
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidInitialization(
NotInitializing(