XRP Moon

Verified contract

Active on Base with 18 txns
Deployed by via 0x18c15f78 at 23189359
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "XRP Moon"

0x9e8e0553cf9b09c24cec458d05c6c951cdc22305f08ce85d248fa4387b8cfa8c
0x08c9ca0b4786e1980492b3ca599d848e6c72177834341bdabcc8bdc74ede6cba
0x8638d1367c7917aa33a83998a96004960013f39ec25821021e8f2237a32f12df
0xe2296d5e27743eb1a484b95f07c97edcba3cdab64c76bf407ad261eaafba3087
0x6d25edb1e65997584975961dfd07fde81407a4d909163a8a40cc60dde7b3c752
0xcc863ad484a35d69d16139b65eb317cce5b5f783a7a467762f553737238ef89a
0xd047110c114f20f7e7e25ef9f32a29d42ed487c6bc75ee90b101cc9c5391ccef
0x52d0c3f32b53c2e0bb64e07f6652eae6a65a3fcdab97650fc2f642fe6f286352
0xb100550300d847b89ebe5ee6ea409ed6a9c41b81a594d855f2184abc5f8b3d63
0x73a32788fc9585e1a1260f396891e9ce72a67a76795f995bfe094dc152fa5d67

Functions
Getter at block 23776198
decimals(view returns (uint8)
18
name(view returns (string)
XRP Moon
symbol(view returns (string)
Moon
totalSupply(view returns (uint256)
100000000000000000000000000000
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(string name_string symbol_uint256 maxSupply_
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