OnlyApes

Verified contract

Active on Base with 404 txns
Deployed by via 0x7ad678ce at 15648797
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x870732562f7b9c657c172523aca3c72615186d38e06951043cbe82be41e4d36a
0x4ca848b37c2920f3a7fcc42c3d43905cb91b10a2c36057c53d56ea46a166d3e6
0x92141bc07b6cd6bf5f572608427c097ae8f6ffe6bc98b6c40d9144cb1f1e002a
0x7b9c41d39057085ec166e5b0d861d750d887f926987013e39418e14208826208
0x67375bd5f5d2e858e829f2dc8a9a3265667dec4d78d6ded19adef0181ccd600a
0x9522f6b2d183653b30c66a0d111c5405426e4943c89bc0b40562d8116955eb70
0xf3c89227619d455c896d9b61bdc6d5ee979f83970fb47d7a53f8fb9f2b6d27c6
0xeb9c7ae63f62e2043610d26ca3b848f5975e60eee57b3e3cbc894a52ff562def
0xd3fb5a72029473597a8277b1424a49e6d59c9d59ef86d1878a99e622612ca394
0x96ad96fbe614caceaf78df2f779488e6952016bb1f7ada0fbe9a4db5c3847cfb

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