ByeGary

Verified contract

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

No balances found for "ByeGary"

0xe0f37becebf5902f3de8461d73bbd80f88eecbff8d215dcce098ed68f7b78edb
0x733fc478a5fb78e32aee72944d00d4ca06b95b31127d4ce2433dace5d702b406
0x2bc795543d54628bd53aca6a6378cc0b897da8c607877f8e57089dbfb58878c1
0x2d7c9c83ccdc3af41b6d46ae6dae595e4ce027b9a7149f6b2b5e59534ede3d7f
0xc7801de52e85cedd18e090a6a918b47dc06e6e779451a008cbd1f36157836b6b
0xd7b84735e32e6b765aac3d26e321433a832fd105432c587c3f5154b699e61a13
0x90dca1968db0bbe420a0e6cc10193e7f1d04d96dab4fb30981fb3ac584314d13
0xaeca02e47a2c9df77e6117d5243ef247b0aefd2adb6bcaebec56b14d50fe0441
0xcef6bea7ec36f85b619c427488e0192e8d8748d0010745770796f3579806c67d
0x400b1fe54036671afc22fcf6cb7b349516c249a6b85632ad5d4314933e56e5f4

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