JAJAJA

Verified contract

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

No balances found for "JAJAJA"

0x088ca52d6cb11ad19809fbc462c6d7551386673124b7e04d6da64b7fa90dbbce
0x8de923d354038d2a57ad154a0d7ff19f40940ca919e3732ceba410e7e39a7f45
0x3c08e605c3be5a976bc5fccfc62fa34a8842158dd99f5b0e099e5ae2f17e3416
0x94279528459bd9a661407e40e7b16ce002f9e3f799bd541c71b5d0a8e1cf821f
0xd58ad4807838a53e522659a63222f2b898ffb6d81dab7a79e4cd786d91daec80
0xa99ae05a8a8c817fbb90d00815f79dd7062155b69b922a985b5b275089ca45f9
0xc696086ea57b54a8b493bae78635d6367f1e2f2ea6bb6c3e72da758ce7552c50
0x66dec153cd60c09e13653f67e60f81a4f4f63f98d8a83e7ed7b9b9929ecbe07a
0x3c3b2ff36e517717ab10600e76be7135c79eac89230b225119d980e789df5fa6
0x95b944256e1807db208daafa08c2d4b348e42a07fe53335b7f5a465c2d195fc0

Functions
Getter at block 23888094
decimals(view returns (uint8)
18
name(view returns (string)
JAJAJA
symbol(view returns (string)
jaja
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