Party Token

Verified contract

Active on Ethereum with 1,800 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
--
0x448d401fa1218e56180969d8e4aa4e348e8a380c0190009e16fe6531562a2f09
0xd5bf5246cac9f74721bef4a48106a86424fbf6c1be45365d7e785bae83aaa5ce
0x4c844f4c005f74e2f3609455a39ad18115b2f3e5f860b9081b0c910d0d765037
0xa97a805f5f43ec33b6d60d339cf12811a5dae2a9e623fc1b423e107800b459d3
0x73f45d5ab1f71b8f48dee05c9285f0d0eaa5feddd81721159973a54113c9db37
0x1249b41af440b78ad343fb5bf365dcf3998fc6fbb7251a1b8471fb56e5e5dad7
0xf85938f910603e5b8f2e20c9cd6cfc3b107cc9d6a1d74bf7093f124b0b2e9c35
0x0b55f22174e85debf264e159b19c44b4d9cead83b867f48be6ce31e1d9a671e3
0xc94cc3e59a5e8e0f583260744066c658696931d2da1f28dddf83da6053517f00
0x3c8c1f80565ec941dc22ab95dd664dbb41c94039d51e776d24b3da0a2b74b19a

Functions
Getter at block 21293331
decimals(view returns (uint8)
18
getTime(view returns (uint256)
1732883051
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(