Party Token
Verified contract
Active on
Ethereum with 1,800 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PARTY | ERC-20 | 1.505B | -- | -- | |
UNI-V2 | ERC-20 | 28.988881M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282551 | 2 days ago | | | 0 | 0.0017088654 | |
| 21260168 | 5 days ago | | | 0 | 0.00053783023 | |
| 21232812 | 8 days ago | | | 0 | 0.00041711736 | |
| 21227746 | 9 days ago | | | 0 | 0.00050505812 | |
| 21218982 | 10 days ago | | | 0 | 0.00055150295 | |
| 21045058 | a month ago | | | 0 | 0.00027701727 | |
| 21044934 | a month ago | | | 0 | 0.00030393560 | |
| 21044927 | a month ago | | | 0 | 0.00032888203 | |
| 20999050 | a month ago | | | 0 | 0.00048297456 | |
| 20875433 | 2 months ago | | | 0 | 0.00024708996 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isOwner(address who) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
InsufficientAllowance(uint256 available, uint256 required)
InsufficientBalance(uint256 available, uint256 required)
TransferAmountIsZero()
ZeroAddressNotAllowed()
ZeroSupplyNotAllowed()