John Galt

Verified contract

Active on Base with 441 txns
Deployed by via 0xbcdc6f5d at 23395713
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "John Galt"

0xcc678a73ff607cff12be416189d6d7a645c01e1985e87eb31fa2fe9578cdf568
0xf6f09125d1cda7e2fb502116b21c9698dc6e76c503e1a50a84b1ca8d8b14d6c8
0x736cfbe5eb915d3852985e1a52fcb2a62af981d38dd0dda7efed879d70db7335
0x16d8e16062c12fe5c362d0b1e01260f27ceb7a1d2a7d09e53c72d6056087b2b7
0x75de9bbf9ece9bf946786f1461f16720468855c9c901b906aa51fd9187c2f568
0x93bbb285d3cfe2b10e1fab40bdbb8a2831f74d6a3fb691a2f3c8ab04153b3bfe
0x074d0c08d03429b95223151b26d292421a79de1772f97eefc47f40633824ec68
0xbf634f2a844cab0bf6241c8953bf834e5a4470d10a0c3e2af2796f3f70f27a73
0x0ca4ebe4793c1d19143e2946174a5e2e56c5b9f16c35125e7a43b81f6dd8e8c8
0xf99f610273285cef733ab79466af8032d14d507c3312f434e566e80f2c3e87d1

Functions
Getter at block 23891905
decimals(view returns (uint8)
18
name(view returns (string)
John Galt
symbol(view returns (string)
GALT
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