Erc20

Verified contract

Active on Base with 4,123 txns
Deployed by via 0x7f5d22d9 at 16754746
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.1
ERC-20
--
0x2221e8b7d161132f26a0c7a8fe8a37ec34aaa636f489c427298989cd7e3b106c
0xe0f85dd93094aa08ff44bff6eababdecf94c3269a1f1c3edf70b38c8a821f090
0xe44f1458d04d9d1617c4ba84a6cbff66e7b43fa38ca65dc5764a4e7b3771dc23
0xef6ec23580b407160351c8152d4a5069b4d6b9aeb551c94de38734a992118e1b
0xd9a562c0ca406060649aeec8b477c74cbe596c5e76928d0435d1a3fbb9fd0bed
0xeb574dbfa2dc8b3f44d1f092e3a1680d730ed5ad39f00260460daa7b9b8c12fc
0x574290ca009d44323bcbd90f5aa9a711658d5195f9fcd9893ef1bed00f376556
0xb0f581885448574a164a5dcb42851688794339dc9a403401b0116b909b1cf4eb
0x255603d94e02a8721f10383b44c55f3d003e1cb2e90714ed88f5ad2c9eaac4ee
0xf02262ecc472ccf9c73f9ad283ce029e438df15f4807125f95b80f32e900a6b2

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