Ganyu

Verified contract

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

No balances found for "Ganyu"

0x96de3ef78d1dfd0737b891791b7df8bd01e24abc0ba54bf408dd2a8d5944011c
0xd15b28e10d71936785c4d61b10840d0948853aba065cac35f8d1c52d252c9ee6
0xabdd7b5dce72f723bab7e5781f0a23b5a738cbeaae3c6d56e539d7e341c8aa53
0x911461131b7bc6ae8b5638265596bc0199722e589c51422863cc64e3364d28d7
0xc75c196fe000b4b5a34a9bd8243f9230ecd12bc9433ebd0dc613e7c7c015ca4c
0x046d9c7b17b388e259ffdff72e0592403c5ee44c42d98a8b8c05811a91ccc117
0x9a61b58a180c47c3bb53b77dd0d731de0aa17b69f887023d26295b3e37656a47
0x068c0203babc1ccc1b08149366ebc590dde0a33eb5c93593554e84eda60eef9b
0xb9c824b60b540569a788b8fe5ae4a4ff92a4fc42b8a750d55105904c3a8af622
0xd7e2b740ebc3403c872685b2427fafd0f19b365e35ed7f61a251756dae956bcf

Functions
Getter at block 22733665
decimals(view returns (uint8)
18
name(view returns (string)
Ganyu
symbol(view returns (string)
Ganyu
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