Just testing!

Verified contract

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

No balances found for "Just testing!"

0xd299ba9c72a76f2160670df438ffb0c390b1833bdea769b6a2e49885d8fd8e03
0x0d27d7075fdae1b3bbd3a70d2f921faeb48ead45b22b7f37db9af8c9dc3e6975
0x66f1f2146642c6922f75743b8f5f0e85f3733202ed34c5d456a6842c727c040d
0x6bc49befce5e7c98cbf66433470eb4c109326c9fed6183ea338fa114d92ba151
0x6d738ccf8f5d18c45cd2e3cf74aa09c5cbd80d84fdd76adfb89b4dfdbe07ee39
0x88d5d3c79b74c5f77d192095fa7b1058a97c12202e07e736d8b05d4907bc9e74
0x001b2f75e5c6687e949895110033f0bcf52842c1b7d6496c8160fa9dba43f01b
0x9b75ef7c84099898c74b08f0c4f9b377b6adb97cee5bce1e7facb44b3562ebe0
0x1ed5588bd071bb1f9b3ff6aca73eb8ca28bc2a5f64f712d1e74fe81273527b1f
0xa1748c315c957ef77a252a642f4d99a7be0f44ffc7744eca719d305ba77ecf48

Functions
Getter at block 22820974
decimals(view returns (uint8)
18
name(view returns (string)
Just testing!
symbol(view returns (string)
$TEST
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