Chinese Giga Chad

Verified contract

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

No balances found for "Chinese Giga Chad"

0xe3d6cf901a789edafad480e102a5cedf0c7ba6bb730d5904aa7d1500d67e683e
0xdd5c2a6bae5e5fe3e0e628f25a1ac38ec885bb5e52fd1a65477a5458efa21edf
0xb869c7bf3034c918ed63188176756c5391bc0a389d6e0924cf2c1403e7bb219c
0x2cfeb030e228b94664e2751de553494a321b2deccce1f30876ec87799e4fc3cd

Functions
Getter at block 22416470
decimals(view returns (uint8)
18
name(view returns (string)
Chinese Giga Chad
owner(view returns (address)
0x1fe8f54a0de93da432b3aab9d09bd1d0452b680d
symbol(view returns (string)
CHIGA
totalSupply(view returns (uint256)
99000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address 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 _namestring _symbol
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