PurrfectGold

Verified contract

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

No balances found for "PurrfectGold"

0x8880500b06236b19720341839e92315b63a5b60101894c73599d354d468d536e
0x5f78b845481a754e3c47b37fe80b19051670d214d65628f83d8bec74af74431b
0x29b26c8e0cfe86bde5ab0edcfefe88c871acbff1c7cbeb9df7cccfe2aabe8030

Functions
Getter at block 22503395
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
PurrfectGold
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
$PURR
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