Dr. Snugglington

Verified contract

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

No balances found for "Dr. Snugglington"

0x40c7ab7cd4e5d3179bb6388bf67bb7e10f827a6294c2617c757ac31484a28d75
0x66bb3b94d14426d179ebe2a77c36ba6a545f66c250f639bab916dc76d159aa9d
0xf987f6db8578d9ec3fafed2d623608eaa2284a5a74c10ef1490a7206df7ecc1e
0xe3111441833a0cdb7517c68e0c4698c021a0d60bc910cd7a5107c9278881036b
0xe06a65a044e80126313a3a2f94f4eecd59e5cbdb4a2cce7b206bfcb021bb768e
0x53d631cc818bb2ddf4978efdfd072e6ffe01168eee5c3ddfe09772942a6cea32
0x5aad84cb11096a626ed95326b71168f5313c784bdde1f2bde56c7dc7be1d8f50
0x20e3ace45e99fe2b8cef2cddff5b10689bdb03fb068849427dc29bf0b94ff595
0x344ea161dc1cd895b36eda9753b8e09d0bc1f1345aa211c52919196b1cc6acdf
0xbba918c894d7008d41946b148f707a82ccab0ec5a701048f191178968f13da3a

Functions
Getter at block 23620012
decimals(view returns (uint8)
18
name(view returns (string)
Dr. Snugglington
symbol(view returns (string)
SNUG
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 namestring symbol
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