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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001478 |
$0 | |
$PARTY | ERC-20 | 10.412606K | -- | -- | |
OHNO | ERC-20 | 20 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21846310 | a day ago | | | 0 | 6.5901021e-7 | |
| 21725520 | 4 days ago | | | 0 | 4.7510455e-7 | |
| 21693452 | 5 days ago | | | 0 | 5.3135990e-7 | |
| 21227947 | 15 days ago | | | 0 | 0.000000302421702816 | |
| 21018232 | 20 days ago | | | 0 | 8.6272616e-7 | |
| 20985888 | 21 days ago | | | 0 | 2.8216012e-7 | |
| 20983158 | 21 days ago | | | 0 | 5.6651626e-7 | |
| 20701629 | a month ago | | | 0 | 4.5984571e-7 | |
| 19767936 | 2 months ago | | | 0 | 1.2354068e-7 | |
| 19304609 | 2 months ago | | | 0 | 1.8514506e-7 |
ABI
ABI objects
Getter at block 21891147
buySellCount() view returns (uint256)
3582
decimals() view returns (uint8)
18
name() view returns (string)
BASE Party
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
$PARTY
totalSupply() view returns (uint256)
405757199880115497223648471016
tradingOpen() view returns (bool)
true
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
partyGuard(address) view returns (bool)
State-modifying
Events addpartyGuard(address[] accounts)
approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setPartyGuardCount(uint256 count)
startTheParty(address _uniswapV2Router)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialSupply_)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)