Erc20

Verified contract

Active on Base with 559 txns
Deployed by via 0xc7a771ff at 15972227
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x07d79e0b7953d773c266f1831ebd4f05642be1c7bd6f97ccceb299f16d9eb118
0x5b3965bfffe4c4252b68e6c6b593afd596160d9a64793714c41e364d57221e6f
0x5dbdbc76bf3ef4982d4b4293572e169bd23a7b95df61d47bdcbfff86271bb90f
0xf711b53698f2b5625456e9a358a3cf802b7e6bcffb320ff310108cddb27191dc
0xd54abd64e23c961ccd238074c7baa0701844710f26d7057cb0851efc280ce2be
0x1e361926000687e349b7a7fc628bfd86090e5b1d8abe39b8346c5d022da6d169
0x241b2d51ff874d2a6c38585067313b2665b220eb0521e8f9eb71c55017186ea4
0xaff9a9e8b8a20726fcbd4a614298315b42d46f853902ec5589437171c5981123
0x3083ad17cff0a5bd5030d058027310774a79ff123c0c1a454a2936957271f569
0x36ab023968b95e5ba92d8ef6992f73516436756b70ca33cf8c4abbf66c800351

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