Kid Skelly by Matt Furie

Verified contract

Active on Base with 4,371 txns
Deployed by via 0x0846e867 at 16816495
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x71187712f33aaa3cd75432c9cd2259753c3efbfc660e6b254b94e4ff3d419fe3
0xc9864a0f72ef1e25b2c408e6fbe9bc778b8794c3f3b711adc1172ae5a96889bf
0x9caf08d1b6f48a21e93111df666f4b91fd254bd92032b3868262c364f967b27c
0xa0ea88afe5cdcc6565cb869c995949e87b7d3cb8135f91c9e83d9222a806c13e
0x7c7b9ee292422da187b24d9d5310619094f07806e1014ba8e4ad468b0eadb7b0
0x561e12e520d64b9c86c54d9ac9e048b7019912f8fa998ac08f6ad0ae5663f044
0x5ef541c475cb9592adcc14568c8837a8dde19a66fa434f8feeb9e9dfe7372218
0x08ef5d30abbfa70165ea04c0d961295e769964fedb161af9273efa5076fff20f
0x93a6011e13d97f7190afa016601ef84f169cb336bdf9ca4ac20d4341ab2b0c92
0x243881b0818339a970850b4c93433d49725027eb4eda3f3358f4d7757e736371

Functions
Getter at block 22909673
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Kid Skelly by Matt Furie
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SKELLY
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