This contract is being backfilled. You may encounter incomplete storage history.

sadness

Verified contract

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

No balances found for "sadness "

0x53790238ab7ee21b99553b3689d478649887fb6baa04b585f32e1daee4af816f
0x1dc4886ff73322a6d4ac95ad423d7a7375267bea87efebcccad68e7660b417e8
0x8cdda5612fd1ba3173ad525c1136fd8c70635fae7737f0569517dc9633067703
0x54b1c2b434e68a1938ccbec959b04acc1f28754dbdb744c0c94633dadfe4b403
0xa9d5cb14eb4d2cd181a9d55be7fc602bc82dfff2867cd747ef8ae2ef74af0fce
0x3c7fdf0c2f1b4eba8029d0744be5fd6fe9e8f76ca8e94f16c2798c55e106d78e
0xa0e92a072a847b48a24c9361b0db0db9cc78ba9f6e9016bdf729f40b99c72d8c
0x94cc46023fb07457786b20fb481962733b3c727462561680d2a099a0c3b944d6
0x0c427cb5121366e87120da523a22833c753ab0175d96189503af9e0e3bb457c4
0x833b20ebefa4d48190fe185a305b4f6234894e441e3550a671da40612b826cba

Functions
Getter at block 21765134
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
sadness
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
sadness
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