moon

Unverified contract

Proxy

Active on Base with 771 txns
Deployed by via 0xea24db8f at 22666567
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "moon"

0xfef81e1165f4952ed8e9db7178a388911782b2034f736d981cbb5643fc8af591
0xd91423aed8d12fa9937ff7721f1aad0480b8ae2a2aec474fc7b0ea0dd8760ea7
0xcc653a4e9292d4d7b6838ddca297441e9cf08e80c2345499c02c07d8505c8a24
0xfeef8351c14439068edaca07c012642c939b8f3649d4de621e2e81f92c0224e9
0x3655ef40e9d3dec3470bf994777b8c23007a38194bbe39f5559bd0e5a955c5d2
0x71f81ae98f76e80ad63fbf27c76cd7de0ef191835c764abab3a24d4863c25820
0xb2ca777d8fdd709dec21b5b06ddb4140c9a274c88a1e4233b6be3359c051c784
0xeb2b1a170b35589e9f38b6fd2e78ee38c8e8fa0e66df3a166f6ee9032ab1baac
0x0edcbe9b191eb1640c32634b0f339ade79e3e08dde7b1d161c3ee96dbb18333f
0xb75c9fda57fc78af86364f6caf7c3c241bd3066a192dec48395c04770c76f2af

Functions
Getter at block 22745703
decimals(view returns (uint8)
18
name(view returns (string)
moon
symbol(view returns (string)
MOON
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(