This contract is being backfilled. You may encounter incomplete storage history.

Matic Paw

Verified contract

Active on Base with 116 txns
Deployed by via 0x2fa21628 at 17670694
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Matic Paw"

0x03592ffa3b2e054052fcd3cdbc364d56eeb12054d0e0d2763e46c8cf4b5a60c2
0xc8e9468e3d63a35ea3711afbdbb8915352ab3043be40783b9b163e51516a56c0
0x4c3d36fad39a9bb8f9373281340e672eae883a25d1813954efb12a5097631dc0
0x8ee0e9f40730ab714aa16bf04ede248a4139f284f312988bbcb288bb82667ffd
0x1e45873a19357fd56486a9afdd7221b7e5c98a887be251290797350f00094996
0x47c286416fd1b0871bb8c62d78fc49b6c748109df491fdeacd08401b38dbac08
0x958433f3855b4488ea7a97895e662ad5e139bfc82e1142adaf2f5f3b32d2bf8c
0xcbc573f4195d0a67b04f8f73216c2e9c4c37fdfc2215d6ace60712f9ae6c5017
0x732d619902f3edba0d2369d398a412265bda41ec91cc4e116b97a94d3a60e2b2
0x62693689e8da74690caaf527525294bc92cfd5220d77b789ed89beba268a6be7

Functions
Getter at block 23919760
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Matic Paw
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Matic 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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account