Speed for Weed

Verified contract

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

No balances found for "Speed for Weed "

0x00a09dfede6db6e11097eb094e152061c306c24deb3b729d8b846124e98216b6
0x1c8b4ae122fd73d32f507090130e0d2e06edd7824dee00f6e3780ce83f1a7fca
0x93822f96d89317a1a04c4c1d2c3445df8998e555622d84fc05bb85b03b08efec
0xd871ee03093f168de15f868e635cfd4fffd9eb4c71a7854c96d8b211e1ac346a
0xfb5725fcb1048d9c1b84db69a250c608a9ebc6a3c4ced99c178a3184e03528b4
0x3c857a9cd6c26d2792ef47f65596e45904784776eab3102602c3d1484d13f1bf
0x6cea007ddbd1de1e817b07e1f78e5126d5976d1ca123c3f08cd37d85d92b92c0
0xf851ed474f626ffcc253623b2d794fecf92cad0941be4c5a8a79a1d5af00f541
0x1cb5dd02896ae25107724fc308304c289a4bc788bdc065b4e1fd69f25e71319b
0x5d2d365f22328aa092f2b55adf4211a5b4985c92dbf644ca3069fb0e478bb904

Functions
Getter at block 22932441
decimals(view returns (uint8)
18
name(view returns (string)
Speed for Weed
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Weed
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account