Tom Brady

Verified contract

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

No balances found for "Tom Brady"

0xa750f106612c7587a0f7c156bf330d6339630f890aae6d9419e4804e4c2a6500
0xc12196e9b615c2ec4949719df1452eeed1147a0a105bb6199174e95438360c8e
0xa1d9cddcf53a5d033981bb38474ab35722dd72282dd65016662c54e8d87da2e0

Functions
Getter at block 22442785
decimals(view returns (uint8)
18
name(view returns (string)
Tom Brady
symbol(view returns (string)
BRADY
totalSupply(view returns (uint256)
450000000000000000000000000000
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 namestring symboluint256 initialSupply
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