This contract is being backfilled. You may encounter incomplete storage history.

Recipe for Garbage

Verified contract

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

No balances found for "Recipe for Garbage"

0xf4dda442b8e2f2495eb49061a43f8c7ed65c9b6456c397346938aa7a5264a81a
0x9a7b87f972d2600ef10fadc11933886a7fc7be4c52040ec7a246f1509fad7147
0x11cab62154db4e1daf4d8fff2aa33f55480bc0d4886c2255b4eea575983cffca
0x5d6189270f54a944a366769a101764e8da18506a632ece930324b426c73a449e
0x9960a2e8b3b3040f319d8ff4f6bec670124b5e248af9d341d07b8bdd0668ec34
0xec1be8afaa5fc0ad26f17a678de881450904f5081eb3258394ccdf8f6e63b9a5
0x225c0af4767628cbceaf4cdd6306a1916d60713fbc7ebd28a3842a66d81318e8
0xf555e843aa01ded321ba3aa41ada43e9820966022e62eb23e2d89476bfbaec25
0xb7dab6ffd45656bf3feea9780a35a65ef2fed6911f1278dee0f02347af65f93d
0xa7910889f0957188f1ba2030a1235beb810a2882eaeb25c03f8e73b4efe6d089

Functions
Getter at block 23171828
decimals(view returns (uint8)
18
name(view returns (string)
Recipe for Garbage
symbol(view returns (string)
GRBG
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