Stewie Griffin

Verified contract

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

No balances found for "Stewie Griffin"

0xa3a85751c4ddd02087b6ed824bb5356850eb7c04633555833edf4efda657903d
0xb8d151035f9666821758437c8ccfe015a20907470813493d5b074339a1c78b95
0x4f4275d8386df5c474aa8ca0f6d46cd115fa9c531f77280f6305b311134c72a3
0x74caa061fc9db6a0a4c7d015109409335ddc2880c726a45d8b26adc147f4a73e
0xf2488f70073035814687406817a44641a63c61bde9c6e9686a628b4592f1ba6b
0x7e7c412221911b1fc87e0f086bc1bd5842c78479cccc00f1c322996b6723a38a

Functions
Getter at block 23812919
decimals(view returns (uint8)
18
name(view returns (string)
Stewie Griffin
symbol(view returns (string)
GRIFFIN
totalSupply(view returns (uint256)
570000000000000000000000000000
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 namestring symboluint256 initialSupply
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