moarrrr

Verified contract

Active on Base with 143 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "moarrrr"

0xd0b4ec087eb7e45b267c9e6359d954ee12c92f50207cc82e3fa89e55231ded69
0x53b53a65af45c25da255cd8d646d722d09838dcaa36b650667811671116901fa
0xcbacaffd0e476ee1f7586a9c87ccb27e6677a6992332ec60a41389e7d0170a53
0x8869398428bdd05b82b7d261f91174fbebc1f96b633ade843184ee7793353204
0x39a030853e7596f2ee773fd036304a4f34544ce40f28d4e422d7283de69c1503
0xb4c1ba6a456367da889c9dc9baee9f5ba4197f2813c16cb04a63fefb13aa5df3
0x513de4b078c03cbc17698657176fa92a321998855c22afb6b6dc935223258a2c
0x066c8255817a3b79647a7da271f64ac7d0220b197ea18ec7146695377895db9c
0xbaea0c290484998e197c9df1e67d982d3f978b25d3b242a6a9ba673f28563035
0x8ee10e77bd63153f8d3ac6ce452476ade7a6c3543cc953d806db15ae6d1d7b78

Functions
Getter at block 23066504
decimals(view returns (uint8)
18
name(view returns (string)
moarrrr
symbol(view returns (string)
MOAR
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