Where My Hug At

Verified contract

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

No balances found for "Where My Hug At"

0x21af152e58f11320b42e4126a86c3d9af7197a1113a58ed8a1f9fc43cb6c4564
0x121b336bcfd019e563e70b06591707153f80ebe09f6b481118d8a9bf83e5f62f
0x941a246368dbb4528cf41adc34b825e534f73f626646386544a7571101b99213
0xbe284592eb056cf21427e01e70d832c6f393944c0c4437abdabb5878477c52b6

Functions
Getter at block 23659694
decimals(view returns (uint8)
18
name(view returns (string)
Where My Hug At
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WMHUGA
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
Renounce(
approve(address spenderuint256 valuereturns (bool)
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