moar

Verified contract

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

No balances found for "moar"

0x5bdd1c030fa227f883ccab0bdaf2916ba52c42638c0270417d217b14af358dce
0x41f92f05eb51dc3f73671950132fd3628e5bb95812e7fe9a741fd91f64cb17c9
0x5f5baddd511358a01d41e536cf85294a246b4261dcef3394fdfb17881cfa14a2
0xbf2010a2dcabb59644322cd5fea9569bf7cf7daaf2dcd6e6b808e637fe7c971d
0x35f38d7b06efb69e55daa5c24f9d8ffd8d435370219b50ccd5cec9dcc970e447
0x531d458cdb1c0c6e6f8f5441d8994e36e3cd40d25f59f4d467f7d855a7b0cdfd
0x4f01130870a133ef1876d27cf06a44207f15ae10b9f20eefe92dad23baa5f0ae

Functions
Getter at block 22935185
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
moar
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
moar
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