Based Spitz

Verified contract

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

No balances found for "Based Spitz"

0x5fde7c0a7374720c14d587775d59dc41e6c4c13e4cb4f6e4f0264800e52db2fc
0x2b086a8508ed357ed35337681617335d3664d72c6d088a13376b7d4c98d4ed9b
0xb114e13a199bcdb553817d73ee00ceb041798c94b80f66123dc61847b8f9e5f0

Functions
Getter at block 22948747
decimals(view returns (uint8)
18
name(view returns (string)
Based Spitz
owner(view returns (address)
0xfebe55449198e5a4b7bd55209d0757436dda774f
symbol(view returns (string)
SPITZ
totalSupply(view returns (uint256)
99000000000000000000000000000000
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(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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account