Good boy

Verified contract

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

No balances found for "Good boy"

0x8a3ca75c7394243d0870982c9305527cae1070e97d9b5cd7692669f9e2888ba7
0xa4cfc5677fc5ac376637f1dfd0b53b7dc86e195a92f7e39d33895ccb060123c6
0xa0816a76aa298a9fe75666d7170c47896b438f1e9e77ecc6035a5f4d570c476c
0xc713aa79d3cffe0f7643bb39fe8c7b4ba3f1e65d7a0e6eb33c17675a20186320

Functions
Getter at block 23835759
castHash(view returns (string)
0x183f8646903030fd88decaac58f913447a82891d
decimals(view returns (uint8)
18
deployer(view returns (address)
0x961088b76a515d437d9e3e1fc9d24bd295ff3b67
fid(view returns (uint256)
16617
image(view returns (string)
name(view returns (string)
Good boy
symbol(view returns (string)
badboy
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_address deployer_uint256 fid_string image_string castHash_
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