BASE Party

Verified contract

Active on Base with 1,798 txns
Deployed by via 0xa5a8a750 at 12504715
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x7f241458cb119e3162596ac81a1da9454954e1b746083e7b77532dc208836ac0
0xbaca170ede1352a18781d94bdcca3004ea554ed8958eeaddbd321152bbef9525
0x81331e5341588351d57e66aa062ba11cd6c1b98124111d96c64f38831bce8e0c
0x42b7919c059e474440b89b7e7fe7f408059fe22cef5e656bc0a4a8e8323962cf
0x809ba144e790ffcdd12837a04bad6bb30b78b525c4caeb7f275077d418321248
0x59c58227a27e3ec26952abf8224347dc8febb360e0b74ccc07010f49dd356a6f
0x115fc2c6e82a206d7a8705eeefde5e9d2fd89463eeff61c4b55b951b18ba8f27
0x9376697925ecb081675d98dd23a217202ec83c34dfe04548ce5fda903c94f1b1
0x2160fc5c6d476f4025761b204ea7bf13444cdf54410e37a654e104c987e1b89d
0xc865f0064d753142128eb74778eec51a71c7b474daaa2367c5c46cedaee57f12

Functions
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 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