not so secret 1pcnt

Verified contract

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

No balances found for "not so secret 1pcnt"

0x7f4cd6dad207dc6ed089b7888bcfaeac1b6bc7faa9d88bc85b6eb6144677c96a
0x45cfd1870c5a62799f0e544d3fcd00dcc22a0737c629ea302b1355159ed60e41
0x34b0b4b42a837cb76518344251366c8286f1e9d1de21f2de99619b24b4245c5f

Functions
Getter at block 23860721
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
not so secret 1pcnt
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
jsdoit
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