Ethereum Moon

Verified contract

Active on Ethereum with 7 txns
Deployed by via 0xd18de3e9 at 20642101
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ethereum Moon"

0x38a986006c37dff72502e53b3f5c86e2f0cf4a38a7e53272654c0c2d59902add
0x027a2d4f42a1c49f1022baef87427a16f03a27c98a04319d28a7dc1bc44373ac
0x0037254614f459b85db7371e1e702e1a6b2d2b419939ff0b9953d01b7eea1c7a
0x83ce8238c677bf377e972466ce6b6f14b3a46c63adeee8bf2dbd5470c183a17d
0x06858a59c5f44cb6cc4efc807c02c54a1efcd8939bda9bdae242c86261ef7630
0xfd58a1560195879b388bb85c8ef8b7e0afbd15b5997dd8dbf707ce96974a2fe3
0x4f78c18a84cbf791548c7bf3649cf6707283e308627024cf9b15ea5b326cab3f

Functions
Getter at block 21278826
decimals(view returns (uint8)
18
name(view returns (string)
Ethereum Moon
symbol(view returns (string)
eMOON
totalSupply(view returns (uint256)
21069420000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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