Pudgy

Verified contract

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

No balances found for "Pudgy"

0x34f944dbc4b0ef3bc2525377e2b338860f3cc0eb52ac69d203f134c17cfbc4d6
0xe55463ccc89001cd7317b83cdc790618294421649d4a2e7d1989542f5824f4dc
0x0625677c69b52b933ee0ea28f5528ecb654870338ba03cb47cc0744d121ce3fb
0xd1b5b14bcca92e18b9deb600925ac9b81b9883c073906863933447e2fda98290
0x9e0a9bc45fd6e1168da7a26f446fd5b847d7f6b52c7046a694769efb4f417996
0x4e5cc8833b4b8b647377af668f604be2ba4f4896ae851b574d34b78ecac6d159
0x43f08bb90526faac7404c210ae1ed0b00d27130be818861ba0c3295b36c29b38
0x9ae78b7979dcfa324d344f8359b3975c25da32a7093f04383eacf0c2b879cb95
0x2cb3cefd2def8d3a53475514b44a739cdcf99b4656bf96d253ff56dd113c3461
0x5b3f8caff90d6b6479c703a006f2ce208f4443d376f85868f1df78ced1c1b011

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