This contract is being backfilled. You may encounter incomplete storage history.

Gyatt Coin

Verified contract

Active on Base with 8 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Gyatt Coin"

0x9b24ee6f839533e3466234730295c87374f73bd8916753e28bcd4b833f0a90cd
0xb5046df0766850cc52c347a76a9f858811c9e7f92acbeb693fa021f2897b304f
0x709f415fe2927d42ef2bd2d738c324d1c771a0dd522b86013eef32a6f9f2c15e
0x25c5cf57a157abad96d8e3fffd1143c34889c463766f11c9045799c94fa13163
0x283bb5be6ed1c35408a8bcf68a01aa04fbe6ac1b9e2203f78b03456a9ba91b57
0x632f87ec201d9613dfdbd3c0149686adc061a6b1050c16316c256ee77d69eb57
0xbacef78f2f3f482ed1996cee7b2f7223f9a5675bd5ffcb5f907db0544df8e54d
0x7f9d0aca2b01b6baedbf219560735042ad61c433682776449f077317a4a6224a

Functions
Getter at block 22921888
decimals(view returns (uint8)
18
name(view returns (string)
Gyatt Coin
symbol(view returns (string)
GYAT
totalSupply(view returns (uint256)
1000000000000000000000000000
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_
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