Ginger

Verified contract

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

No balances found for "Ginger"

0x2b5133822f2f9139d3a7f4ae8402fdeb4d56cb95b15eb16ce48fd41fc963e2fb
0x6c5de8e28acccb11083ba6556da08722fcf05e80cec72131702462307fbad8cb
0xa5d49bce7d130ca97ababf3ae10f4fb3a8ae4229859ead7fed096c531b041e8e
0xeb38257788767af716c84b2fb1a61b56dcdeb106e0fa83549674958c546e3505
0xafade6aafc59b467b3742674308305a5de513d7a51b3d66eff75774ab6a64b97
0x7f633f060a49658565fe87e4d64d74d35c7cae6eec95428340058fa4d69e23c8
0x4269f73ea53f0d70d48015d8707f2fd8ba210f500129c1b97bc4560c8a0bded5
0xd12cad0d95c752176241c261c555e00863396c9cdb538a2cc7826ae4b655b022
0x88d431716920734d06a93aafdf0113110e87e5e1654675401cab9054e130682d
0x345c382cf2243db9c7c040ebdc7e663919e17bce179080f791d9d80927d91570

Functions
Getter at block 22951588
decimals(view returns (uint8)
18
name(view returns (string)
Ginger
symbol(view returns (string)
GINGER
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_
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