Brett Tate

Verified contract

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

No balances found for "Brett Tate"

0xb54921d702435a4a2967b4a59f00a646e5025acf4e6ef6d5ebaf3dbd2358142e
0x757e92fc991cd7482a42bfbfcb0c82b5a73c99db338a40182d402a4f071b65e7
0x088c0767916ab1087f6a6eac918ad119c68b9781b094b02e90b4336d6244dbbb
0x43fb969a60e93e456116426f990303c763f3dff0baf15039c887bfeb22e000c6
0x95bcc8f950ee405121e2bc120a469155a821ef001144bfff901b48d3aa967088
0x6a5499818186546f28ec4bdbe12083e362e9e432ec808f1da705a4474d0ae324
0x4932e05eb3a296a79a1cb8bf9ba4e6058184d24cd2d0944d517484d1dcd7c215
0x1f3782dc5be805eb17b08d0bb61855d78efdce9fd3b70032541331683dd5c0bd
0xa07d545a631662fc9df78476d9baa750c44df6f222bd87296c2969fe09e80c05
0xdf8f3e83aed879f247aa86ddec723930ccfef87fcd388e13af15e1668d012143

Functions
Getter at block 22740662
decimals(view returns (uint8)
18
name(view returns (string)
Brett Tate
symbol(view returns (string)
BTATE
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