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

Baby Mochi

Verified contract

Active on Base with 545 txns
Deployed by via 0x08902a3b at 16267273
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xd70115caa4495f1fecfe323a3691c0557f4aa289c5ab59dd70eacb2b1286ef3e
0x3fc338bd57a82588fa21c591938f418f83a544dda050417e6fd4258e8b24a2f7
0xa578f1deca9456203f743e8598ca648c757a629625f2631d61a975b523486e47
0x6c1080a0f9d0439304a7a10b37fe835663a6274a47f08e0d74b6d386c1f86a8c
0x9127bb087baf296565bf2f87eee69a58fe9b5e4166b9d699e18bd98212b68850
0xa5501efbd8b10b3b3d4ddbd70dfa68fb5629e78727cc3e2d6bbfa87cb4799f73
0x12f92c0556cf0b73017af8c7f0f196ad9b0dd2ab62f3a6a9024b1f14cc3fb523
0x32b0a629dcc51d144986939adb18c526b8c78f952c8a494b62d4d56dc12eeef9
0x3e280b47c26ca857276fc0f21dec21c411c342c9ef5fd6007dd819deef719310
0x2bcef6fdf16beebfad5f8da678586399752f06a45347c2d361f82028d6369c38

Functions
Getter at block 22113178
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Baby Mochi
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BMOCHI
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account