MISTER MUFFINS

Verified contract

Active on Base with 1,033 txns
Deployed by via 0x70af08d6 at 20984125
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x0e796688317f28bc458bea9df8447ae910e79d6f90e268328bcc43fe5707d8cc
0xb5e2a94c486da6e18e7f7a14fe0d9a04e7144eed5439c323a6b0d19b184907ea
0xfb2645c18c59f997b7db3a901c70cdad568ec98c27d879e0d6f655d6d97f1109
0x3eb5b64d723cc17531113da9c7b41b1cfa09328f1c722f9048454db06c177074
0xc7148958847357cc885610d2d4caea4c02024fc61df52242cbbe0fe74cc6893c
0x12b4b63011f8dd85b845d7cc7dc62b7602f49086925ec84034241e777ec23c4c
0x523984c3dc8b354d7942de4c7c57d10422894260ee900286eb49d656f8255979
0x6e1452bb2f52183ebd591d74b00f165d2f8acb4e2c574e637800334be419de33
0x598d579e8b70cc5c2281a9c58a3857be70cbee4cfffa22b278fa2bb7c0e9cda8
0x1da28fdd1704792b846641e9e0a5faaabf1c32c97ee1f17f6e5e51dd74d2e682

Functions
Getter at block 22908983
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
MISTER MUFFINS
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MUFF
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