Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($125.61)
Native
Value
$125.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.036768 | $3,416.36 |
$125.61 | |
paw | ERC-20 | 891.959401M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757457 | 3 days ago | | | 0 | 0.000018772677 | |
| 22738759 | 4 days ago | | | 0.005 | 0.000017906572 | |
| 22733637 | 4 days ago | | | 0 | 0.000016949950 | |
| 22733551 | 4 days ago | | | 0 | 0.000016910329 | |
| 22650627 | 6 days ago | | | 0.0023 | 0.0000034617541 | |
| 22650597 | 6 days ago | | | 0.0025 | 0.0000034470778 | |
| 22648978 | 6 days ago | | | 0.001 | 0.0000020660486 | |
| 22647942 | 6 days ago | | | 0.04 | 0.0000031052066 | |
| 22647689 | 6 days ago | | | 0.01 | 0.0000030841650 | |
| 22647150 | 6 days ago | | | 0.001 | 0.0000018622117 |
ABI
ABI objects
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 owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
calculateReward(uint256 from, uint256 to) view returns (uint256 rewards)
claimedOrder(uint256) view returns (bool)
getBuyAmountByValue(uint256 ethAmount) view returns (uint256)
getBuyPrice(uint256 amount) view returns (uint256)
getBuyPriceAfterFee(uint256 amount) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPrice(uint256 amount) view returns (uint256)
getSellPriceAfterFee(uint256 amount) view returns (uint256)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyToken(uint256 expectAmount, address sellsman, uint16 slippage, address receiver) payable returns (uint256)
claimPendingSocialRewards()
initialize(address manager_, address ipshareSubject_, string tick)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
sellToken(uint256 amount, uint256 expectReceive, address sellsman, uint16 slippage)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
userClaim(address token, uint256 orderId, uint256 amount, bytes signature) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
ClaimDistributedReward(uint256 indexed timestamp, uint256 indexed amount)
TokenListedToDex(address indexed pair)
Trade(address indexed buyer, address indexed sellsman, bool isBuy, uint256 tokenAmount, uint256 ethAmount, uint256 tiptagFee, uint256 sellsmanFee)
Transfer(address indexed from, address indexed to, uint256 amount)
UserClaimReward(uint256 indexed orderId, address indexed user, uint256 indexed amount)
This contract contains no constructor objects.
receive()
AllowanceOverflow()
AllowanceUnderflow()
ClaimOrderExist()
CostFeeFail()
CreateDexPoolFail()
DustIssue()
IPShareNotCreated()
InsufficientAllowance()
InsufficientBalance()
InsufficientFund()
InvalidClaimAmount()
InvalidClaimer()
InvalidPermit()
InvalidSignature()
OutOfSlippage()
PermitExpired()
ReentrancyGuardReentrantCall()
RefundFail()
TokenInitialized()
TokenListed()
TokenNotListed()
TotalSupplyOverflow()