DegenGuy

Verified contract

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

No balances found for "DegenGuy"

0x8f4489bb313f983ba6a74163fc57d3c9b065b0661b6a1d4d60512557db512c98
0xa75bd2c74f6a1445cb1dbd88d040e53e51d69230a84c17699d98188fc3947a93
0x6ac736522b9f41a33acc7f488630f3eb585de98f40e0bb6e0fc3108ee6995687
0xa840f10fd43f03d9ab5e4a64a832229d3d585fdd3bfca81b01f341f2942a932c
0x98a864d00515407dab124478b7a5ad02953ecd72123a86db3156b77301d42f28
0x1353eb8f0c3bad88e1cd56e2aa31c11ae659b6adb92c4533e5e72be3471d382b
0x7a2682b81cbc03761213f1fc261c0a1585a0607ffb212067b4251f72c47abb1a
0xc4f3838b108a7d55519d56b02b1fd62599b2a0670442c833cecc6f78e03c9acc
0xdc8e7540f999cc09653cc97cc4b788e1c9df46877b9e45940a820675d1746900
0xd62f1a45c4ec7e0e65f8fa1d9a7c5ac9e63dd92a498393c12eed661917f161c6

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