Moon

Verified contract

Active on Base with 582 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
--
0x8d17008865d88bfcf850c01846bcfbba5d8d031f7511900745025f2e3252a968
0x9cabc670d0419cf036b78138fc6c6bee3a4dd9c6a600fa951f35e2fa691bbdca
0x2116ce2ceceeb4784003a09bf2ab1189f3f2adcb176c2558be0bc59c6a04b940
0xba8731966553e2bfaa3a05cd8a0b1419dd5f1fdf4cd4937175afd074495cd75f
0xfe289bda5357e7d23b575fc9f137cfcc86e61cb722ee3c3baa9642e5a9c94e0d
0xc0a5400bb9506fe8dd660233efbe38e5088eea6ad3daa630362156b397f36ce9
0x82ee57b4a0da26844e73a784f50bb5690d274525bd3eaab35cbdf856fe26ed11
0x93fa84a8cdce41fd67072550aba97a02ecdf98b3050f7a027de52f99e0edbc02
0xe895c2e4510314b252a49db105833fd95bea5e516c7fd7877d3ef54c9c57114c
0xf0b33a36a2db922326ae0292fed249d51f2d06e3b7dffe5f1fd3e440a9a8a3bc

Functions
Getter at block 21844660
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