SILLYMONKE

Verified contract

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

No balances found for "SILLYMONKE"

0x935be908a7ceb807f98e062f999f5e10e088fef37448de6fdd1da9387088aef4
0x438f919a757ff28dca295c455a6359a84307fe80815d67c85ec9f22b73b85827
0xe709f1dda0872efe3f670a22c677e389f3bf21e9fe04bd255c0d3811c304f015
0xfae6cdfa80a5d889a7c452017038f0500e2f7ec3f729535c0622fc8802af16c8
0xb258a48afb3cf11182c49e5a3e19eb7aa2a56bac039aeac38b237b5d05268665
0x1efddcc74b516f4b7191d9751aa41361764d52d70ec464153c97e1655bfa6a78
0x3462b6266a250b64329e6e27087089619b4b50877a6957c1acd8d9f4090b234e
0xfcc1fbc54d82a8372018be23273c16454b1616bae4cbd359756a86c4fc8edddf
0x22a3233f5129db59bc690db9399a736a839609bbf31159df402cffe045877987
0x198f4b250505d75fc5712b09b28795f02af617c81928b700f65b405e5c00f3bc

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