Party Token

Verified contract

Active on Ethereum with 1,790 txns
Deployed by via 0xf2f59e8b at 18465744
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x9dea4af0f03d1cb34c11fc6c27197844ee52983d97f47c1af01c777c88de722a
0x259182a761a58a720c5c5a6b1793382a3ab55d1552448a09da8bfed6aa22f60e
0x60ba92044e877ccd13a4a73bcea15e8e20a4a15c4aec37f409ff793ddf48ceab
0x4cc05b25f5570ad97319a76b8cf27afc2f8c3e52b30c9089dc7ee07bf4b8dc00
0x337dd6b242413e33a3b94d5c74b63b152e8793c2189619fc6ccb8c7c05a53239
0x2c640122fac1773817e6a8d7fc9ffb0fd8f965e9be0607af105b510facf7eba9
0xd8e7f6cb72a241aac4e9781bd4bd62138b10df97920db7384f271a03302bb040
0x370a6b213016a855ad489e106aaadd5353144f38be2d00e81c222023e8bc4186
0x85a840cc87ebbfe8c139c4f70fd17c9849deb580572d2d3f151e71343eea8de8
0x1fc0638840395e7989e318ea9652ea2198f252c37175e7f4eb24489d342e7da8

Functions
Getter at block 20857777
decimals(view returns (uint8)
18
getTime(view returns (uint256)
1727630735
name(view returns (string)
Party Token
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PARTY
totalSupply(view returns (uint256)
420177600000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isOwner(address whoview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address _newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipRenounced(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InsufficientAllowance(uint256 availableuint256 required
InsufficientBalance(uint256 availableuint256 required
TransferAmountIsZero(
ZeroAddressNotAllowed(
ZeroSupplyNotAllowed(