BASE Party

Verified contract

Active on Base with 483 txns
Deployed by via 0x5977cac0 at 12594553
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0xcf8b0ff9a91293d1e9c78ba41fa1b5ad832993ed4654ba74ecabe47ab2898613
0x40865893af63c03079b4c36c4ae861a480af7bb58d810e90d82c2022d15d9929
0x001b54c6ac8174927184c11a130985b230c7ea59a0afed00a799042c6264b1d0
0x994d4719b77307dae0d1654f50c164636c0ef5e572bf625af00d1756cb6d9b19
0x7bb7380c896e2a7eb24452136c2a9311a7811d4d1a3d07a7127520e8f7241c4d
0x51c8238321520bb1e9777183ba7535995e117720ee21fe32a584c3f61e0d5968
0x195250f00c2a3194a9d8039e6de802887413a78202c72587c4c02d29d86e85a6
0x4abb7f9c38278f9a19c0cd31600974f166a1548bcbe4109812616afa5b1fbd18
0x6b831112e6b65720036edcbe9c6d085002c5c8d9f0e4f77e4c60a7ce8e370af2
0xe6c03b144b332cb515cec9a43ac18b6402590d7daff400a14c7a71aa367a0491

Functions
Getter at block 23619103
buySellCount(view returns (uint256)
1407
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)
420069000000000000000000000000
tradingOpen(view returns (bool)
true
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
partyGuard(addressview returns (bool)
State-modifying
addpartyGuard(address[] accounts
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setPartyGuardCount(uint256 count
startTheParty(address _uniswapV2Router
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
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 initialSupply_
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account