This contract is being backfilled. You may encounter incomplete storage history.

BTC to the MOON

Verified contract

Active on Base with 90 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BTC to the MOON"

0xda1e34e6743efb5c85677a8282205897e002cd025728272c8a0833a7ca5be352
0xa985208947bb6ae0c74d2cccf9fd7eefd64abd997a257c7f3b7c8926412b0ff3
0x0c2317f461ec8a606921d7270c3c5893c5e8925ebe38f6e719df61df732ddba5
0xbf8762a00511ce47ae1c6729b455a5ac0e2a4e048a0bc6779ae113e3bad04697
0x8dfb2a2b88458f89d8c28d346f44acf34027e6e70fc1bacf8023461e8e8a9df2
0xaf6dc9140573593df2bb3571b5147db916496fbdab0e1d3bb2b51fa9d286e395
0xf35099fc89d41865bd5913150debae7951c70de36cbcce80cd8e56f8c1a56b9a
0xfab5928e7876175e2f18ee67b18087fc07eed420b5d99da57b6f388deb495f7a
0x599677b0024b8d878b7f42f1aa2a81ba3c560c496b8ea407dfe4a855881ea448
0xcb69c021d2ba1500ac57d799aa1ddac1800e24a8f20c6b5ae519471938013fee

Functions
Getter at block 22842231
decimals(view returns (uint8)
18
name(view returns (string)
BTC to the MOON
symbol(view returns (string)
BULL
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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