Erc20

Verified contract

Active on Base with 591 txns
Deployed by via 0xb3b0f69f at 18529190
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xef6a47d4cdf15b5a51e9b8903f1a7cee5f802806aca155cf816547d232657de5
0x23927311c1abbc8f752a970655298ceacdb1ad025f66c188b087f5c390e8f6e2
0xa38dcf2fc2c8241e0ce1b961606f39b72cbf0e7808f811b2fc33fac90ca45da6
0x40753d8f7e866d531f26bd66ae976aac47f6482e8e62ea5230578634f1d6d756
0xae5260a3c81d5048b5c1ba5da9b71d5fd97fa826c6323eef7484223276f529dc
0xa0797c8d74b157fe9546602b464ebd7f863cbbe15e6c83089b83780e022723e9
0xbab30917eba00a21b2c54ed2c283f7b48cabcbdd278f85e19b93dd0d1cf668e4
0x1ff4d4bf789bf42671b50fdd4b8e04eb9eb81f8172ea96579d99851043c76fc0
0x5ef05e921ea8599bd758c84d9c7e55eba66766d0dd45eb00119e56b16c864cf9
0x8d17008865d88bfcf850c01846bcfbba5d8d031f7511900745025f2e3252a968

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