BOJACK

Verified contract

Active on Base with 22 txns
Deployed by via 0xd4182620 at 13548210
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BOJACK"

0x4ba9845ce03a931080de2e7a66b15e0ba6c6a6cbd4691390b2d8d46db9f4a108
0x8f93b14bd5175b2a9d2fdd2dbc28bca511118600b3b2d8b1b8c11ff2033f2669
0x7b45240595f789a2a3c7f71942bff63c9f04b892b8054926c8f8a902656eef45
0xd7d8aa948b7b6de4902b909c8569d67b243c4824a7e97241d116e1aae6bbcf4f
0x28b7a00fce5be60c9570b0fb45600754c05af7cdf86a253a4e3ce0079c3a168a
0xacfac0cb623305ee4eb51f839607f2de0f3c7ae87c1587232e2a6ca6d320ae0e
0x1a12ac301e21a04000f4b4feb6c8c6a19e9b8d82df28059f881ca9ef44cc1f50
0x3c74b2a6a0fa1274214b1eac21fc5ae7b521d4d8afc6031b6c6370818c922685
0xbd23715f2b1658c7123098e89821ccd0631c7abc12c73ff599ae7998ed35ef49
0xfdadf0485ac23f9c2ad182bcd2c4659379544d4349395063fe27b4d5acbe76ec

Functions
Getter at block 22835377
ARB_CHAIN_ID(view returns (uint256)
42161
AVAX_CHAIN_ID(view returns (uint256)
43114
BASE_CHAIN_ID(view returns (uint256)
8453
BLAST_CHAIN_ID(view returns (uint256)
81457
ETH_CHAIN_ID(view returns (uint256)
1
blockNumber(view returns (uint256)
0
buyTax(view returns (uint256)
0
changeMe(pure returns (uint256)
1
currentAllow(view returns (uint256)
0
decimals(view returns (uint8)
18
getChainID(view returns (uint256)
8453
getOpenedTrade(view returns (bool)
true
getPairAddress(view returns (address)
0x33e08c6de7d6b9740c167c301b448cdf2fa1e23a
name(view returns (string)
BOJACK
openedTrade(view returns (bool)
true
owner(view returns (address)
0x1001dea74a3d4d73837652269c30d3a7cdcaf96b
sellTax(view returns (uint256)
0
symbol(view returns (string)
BOJACK
tokenAllowFeeAmount(view returns (uint256)
222222000000000000000000
tokenName(view returns (string)
BOJACK
tokenSymbol(view returns (string)
BOJACK
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkUser(addressview returns (bool)
listRouter(uint256view returns (address)
userAmount(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
Approve(address[] list
addCheckUser(address userbool status
addLiquidityETH(address tokenuint256 amountTokenDesireduint256 amountTokenMinuint256 amountETHMinaddress touint256 deadlinepayable returns (uint256 amountTokenuint256 amountETHuint256 liquidity)
airdropTokens(address[] listuint256 amount
approve(address spenderuint256 valuereturns (bool)
chageNameAndSymbol(string newNamestring newSymbol
changeTokenAllowFeeAmount(uint256 amount
lauch(
removeLiquidityETH(address tokenuint256 liquidityuint256 amountTokenMinuint256 amountETHMinaddress touint256 deadlinereturns (uint256 amountTokenuint256 amountETH)
renounceOwnership(
setRouter(address _routeruint256 chainId
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawETH(
withdrawStuckToken(address token
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(uint256 _totalSupplyuint256 tokenAmountaddress deployeruint256 _tokenAllowFeeAmountbool transferToDeployer
Fallback and receive

This contract contains no fallback and receive objects.

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