PAWLLUK

Verified contract

Active on Base with 1,644 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
--
ERC-20
--
0x2d8af70ecbbc8909907fde7c4c436b06e64fdc3c21eb971b53e313f47a6cb612
0x85d2b9b73c14077325b0a5364f25187b00445eb25e0b988ae8fa40a0715fb517
0x9e0d7596c05b737985e70c0ccd13ee110c8e00362b7b20a61e4753f40de0eccd
0x1fa9d7ad87e2691951ee0306d80a7aae2963da0fdffdeec8eebce4b6526f2f53
0x6b13314e0978c0fa70796efecdb2e703d2cacb96be0278ccc88f5a4c2bebd0f6
0x1314594295a83f9e6b5675416c6d57c696efcc9c0e232719f8e14251a69e2570
0x50e44625dcd3e63c21564750ec085a51c5079075d00c79beba4d3237dd6485c7
0xadafa6f897117a1d5caef33d713ed8566b8763dc6816e56df7e15bb26a6550ca
0xe36f1ccbfd160f47b82c438f0d2afb74079a48a05fd4f934b9e894de54b860a5
0x8ecfb1e1f728408f48060d4513717ee9c5d772217483f743bfd9580a81cd36ce

Functions
Getter at block 22908221
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