Erc20

Verified contract

Active on Base with 4,965 txns
Deployed by via 0x76d4bd85 at 16830145
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x7345f8f031bd5ca2155d42f7246fb0e12d5ab9bede9e848bf239ba98032e59f9
0xa04162565ba60377db81552e841a3e135bda77ba0c3cdd080463dd7d88697827
0x2a4922458dd32bde951077e907cf74f36cf0719e46c25380df1edaeae9ff278e
0xeb87602e203ca6119bd3b0b1bbafeafd9eb723d96a2253b7c9d873e655ef25a5
0x6036c9e018c47947ff3f9f0f30a2f0aab97ba05bb801818eeb3dc2610bae232c
0x77368de581fd25f0fdf10ba47a47978dc6ed17e189dda1fd0ecb6597b96f97c1
0x8102be8be84ee8679602187b84204b807f38933fc5d3efadf212696ce372c3b5
0xec28f21cf68c86064c013761775d9ad2631fa009766a134b0d2feee47090453c
0x5724337b48f8121b28f867600fd1929e65082d4bb08949a37015c96025f160f0
0xafdae66ee33abd3a387dcbd80a20592aa0ed99f717584a54bc067a952a78346b

Functions
Getter at block 22934544
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
American Shib
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SHIBA
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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 _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account