PAWLLUK

Verified contract

Active on Base with 1,641 txns
Deployed by via 0xc41cbd10 at 15613253
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0x1fa9d7ad87e2691951ee0306d80a7aae2963da0fdffdeec8eebce4b6526f2f53
0x6b13314e0978c0fa70796efecdb2e703d2cacb96be0278ccc88f5a4c2bebd0f6
0x1314594295a83f9e6b5675416c6d57c696efcc9c0e232719f8e14251a69e2570
0x50e44625dcd3e63c21564750ec085a51c5079075d00c79beba4d3237dd6485c7
0xadafa6f897117a1d5caef33d713ed8566b8763dc6816e56df7e15bb26a6550ca
0xe36f1ccbfd160f47b82c438f0d2afb74079a48a05fd4f934b9e894de54b860a5
0x8ecfb1e1f728408f48060d4513717ee9c5d772217483f743bfd9580a81cd36ce
0xdf3985ad29f796bd5c652c4d5b5f040251297c445906f697a2a1f33e6d328977
0xb3dfd775623a202679331e7d0569602a8cf3535a5d76d6669711714c19d358f7
0xb4461c46eef6ec367988e2ca78daa44fe636907c3cf5a55e3fa335d159fdc3ae

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