Token

Verified contract

Active on Base with 12 txns
Deployed by via 0x0c1432a2 at 22646030
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $125.61
ERC-20
--
0x7048b18a8e9cbc224a37c4206e4ea18b23f7adbb3869f811853b9120ebe4d491
0xf614ac4c922e05b171ff2e35facc08310db68de236d3de181f4815453f36f394
0x930bdb8302799ca9b5961e89843080282e0c9c92bd697ec92a74239faae526b5
0xfa3539a553164553e6bddec97caac3b2abcccabd385044c1bbe1ff9e5df5bd79
0xe24651d35e0222b1756c3cae000fc1b032f021c9c2fb05d774adf76896694459
0xc0a9ae25db97d0371ab83f046dfeb092bb64a5e2238b4877904112a9c507753f
0x0aead718dd2b522844b4d7718ceb9e65b2552bc8c3c94d02ff967e0bf677c344
0xba470b9eff2693246e11609f5379958d40711b334608796c468db32f3957b882
0x11ce3f411a0fb698b775ced1d14a6158373b538cf5d745f54d80859f33f2045f
0x756548d0f06915bad2ae30e46bff4760fa4c01e43e5436d06a9402130f3f26b6

Functions
Getter at block 22907641
DOMAIN_SEPARATOR(view returns (bytes32 result)
0xa9965fa3709a62fb35c9b1f48802d4b6d0492f680013c4390a951674ba6649a6
bondingCurveSupply(view returns (uint256)
108040598792909744198357488
decimals(view returns (uint8)
18
getCurrentDistibutionEra(view returns (struct TokenDistribution era)
(0, 0, 0)
getCurrentRewardPerDay(view returns (uint256)
0
getETHAmountToDex(view returns (uint256)
10166563539981397673
ipshareSubject(view returns (address)
0xca0e67d6fe8ceec8b8147b9253deb9fc14cf9458
lastClaimTime(view returns (uint256)
1732060799
listed(view returns (bool)
false
name(view returns (string)
paw
pendingClaimSocialRewards(view returns (uint256)
50000000000000000000000000
startTime(view returns (uint256)
1732060800
symbol(view returns (string)
paw
totalClaimedSocialRewards(view returns (uint256)
0
totalSupply(view returns (uint256 result)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
calculateReward(uint256 fromuint256 toview returns (uint256 rewards)
claimedOrder(uint256view returns (bool)
getBuyAmountByValue(uint256 ethAmountview returns (uint256)
getBuyPrice(uint256 amountview returns (uint256)
getBuyPriceAfterFee(uint256 amountview returns (uint256)
getPrice(uint256 supplyuint256 amountpure returns (uint256)
getSellPrice(uint256 amountview returns (uint256)
getSellPriceAfterFee(uint256 amountview returns (uint256)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
buyToken(uint256 expectAmountaddress sellsmanuint16 slippageaddress receiverpayable returns (uint256)
claimPendingSocialRewards(
initialize(address manager_address ipshareSubject_string tick
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
sellToken(uint256 amountuint256 expectReceiveaddress sellsmanuint16 slippage
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
userClaim(address tokenuint256 orderIduint256 amountbytes signaturepayable 
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ClaimDistributedReward(uint256 indexed timestampuint256 indexed amount
TokenListedToDex(address indexed pair
Trade(address indexed buyeraddress indexed sellsmanbool isBuyuint256 tokenAmountuint256 ethAmountuint256 tiptagFeeuint256 sellsmanFee
Transfer(address indexed fromaddress indexed touint256 amount
UserClaimReward(uint256 indexed orderIdaddress indexed useruint256 indexed amount
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AllowanceOverflow(
AllowanceUnderflow(
ClaimOrderExist(
CostFeeFail(
CreateDexPoolFail(
DustIssue(
IPShareNotCreated(
InsufficientAllowance(
InsufficientBalance(
InsufficientFund(
InvalidClaimAmount(
InvalidClaimer(
InvalidPermit(
InvalidSignature(
OutOfSlippage(
PermitExpired(
ReentrancyGuardReentrantCall(
RefundFail(
TokenInitialized(
TokenListed(
TokenNotListed(
TotalSupplyOverflow(