PsychoSquirrelNuclearMoonshot

Verified contract

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

No balances found for "PsychoSquirrelNuclearMoonshot"

0x71aa55ba967c0bb61251cdde28be4898a973d41cd164b1b33eb14bc3c62f9f40
0x0db3b12162a6fcd0655bb9100a5fbd895254626fece8c0f2199b805ea74264ce
0x68ed34e69ae5d42e2f139e025c3a2cf2ae1b6f37a47a0052de5b8f3a5580d1b9
0x0b03a3330b37006422214b5b38ef5c24e93a3ca3d4cb616f07cda4b8d0202ff6
0xd19ced1c3cc548ccd28c9bd3fb2a7cc2959b208c78fa4d3855ac2c13da5a2dbd
0xa5a0de690e52f766c863b7bdc102d4e42f145df9a065ae2a50c537d87c6e3d4d
0x04dfd8846d55ff2ae80640a232fa34eab719597dfa3d4c1ef4f6a3eadf5ad134
0x4283ccbb1c4e2329441b75cbbc3b9cfbf20a04e3ba114f250a83db5c12a9922d
0xf5eea908eb9c7b0b9979e9b849d38fbe75882501a2283edfb2e4fc85b5ab4b9b
0xdc1f320ce0cbbe9260c5e729fff3759bd8ca7d2c6b53f3066961bcbe55d8693b

Functions
Getter at block 22741513
decimals(view returns (uint8)
18
name(view returns (string)
PsychoSquirrelNuclearMoonshot
symbol(view returns (string)
NUTS
totalSupply(view returns (uint256)
1000000000000000000000000000
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