BBQ

Verified contract

Active on Base with 1,089 txns
Deployed by via 0x15641546 at 18758822
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BBQ"

0x9864f79aed00c4be3266b00f7c6f8eb8e245210c8b83c0395da5fc3e3d335b27
0x7cf0a48a1d9e1f2e5e1c3b512150cff2fe075ff13cec08d4b404b64ed623b9f8
0xb2366422b13e242480de96388dea7c9238a031f082bc59d9f06e14667c3e7c7e
0xbba853272d27187c3424289fa922e7dc6ae06071f5686771ab1c07bad7779f91
0xb99e942c0bd091b7f3e2345a8c163d14896073a4d1f06545ec2f8604b4957e1e
0xfca95aeaa5cb44624162981611cb25a71547870646570ecc13c5fdcc05223bbd
0x73d73a9d6597c2421da8922b0501b8dfc82ddfb89d138739455cc600ca58be4a
0x5cb47c18c73632536f6115bab34a288341be25552160021530381653b308ce7e
0x5861d56998eea7e9e1cf87709678c6b56a45a3f4fc7db24097ac7f24920f935a
0xfecc51d4a55473eeba7c8980a28c7386112f38139abf1560cd7b73268221fe75

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