gouku

Verified contract

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

No balances found for "gouku"

0x4b7671fbc01eab3af908b74bce201318a17bdd08560e60c87995d61fc7caa408
0xc2d2d9bb4bf7c19b8a456d7da9eb44d9e0e0deb76720ceb95017ce3d8d6a65e7

Functions
Getter at block 23773848
castHash(view returns (string)
0x065c80a659e805d23a35915af64a03fa011d6c08
decimals(view returns (uint8)
18
deployer(view returns (address)
0x43aae724f2c111de2d7abc7a9be8044ce9f5445c
fid(view returns (uint256)
335672
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/2a085561-dc3e-4be4-e899-54fdf7940500/original
name(view returns (string)
gouku
symbol(view returns (string)
GOKU
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