Groggo By Matt Furie

Verified contract

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

No balances found for "Groggo By Matt Furie"

0xb056bbf553971fdf079c33a2f69df7f1d4bfa238c48410eebbd20ab05b133def
0xc87f9a71dce2b97e826778cdcf7a79ae06d71d28059747420fae6c1082561e1f
0x60387b9cf7304ae895e680c27367ddb2bd6ed6e2ae3219a2e27154e05f8654e6
0x7537b3112445c12a5d054c58046b6088d90bc8427f85101c013d845c31027edd
0x748dad0947a69a5f460fe56e65417819e3c8c4e9628eef4470ca1f91d84b2564
0xadcf4cda7cfbc7d84531c362e865375808b69883e0f72346e790beda22bdcc8b
0x9c284862b71dbe6b12be3a0b2b033bdb004a76a89409188fdba0703e3abb7f44
0x7224f1ef6e3d89fc106cbd0ddc77d30f05aeaa47541a2beaa98324b1c31758af
0xeaf8de2641be057c2668e11e2648a1e7f2cad9e58c5cc8dcd80d8139b1d1c95f
0x73b43ee6f25fde88062c0d701c2eaa133c5b4737eb3809cee4dd1f61f4a81e85

Functions
Getter at block 22824205
decimals(view returns (uint8)
18
name(view returns (string)
Groggo By Matt Furie
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
GROGGO
totalSupply(view returns (uint256)
400000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
permit(address owneraddress spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string symbol_string name_uint256 totalSupply_uint256 decimals_
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account