0x72428909f22c0cedfda26177c552fc79d693ffa6
Unverified contract
Proxy
Active on
Base with 826 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PTRC | ERC-20 | 100M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23487188 | 4 days ago | | | 0 | 0.000030636763 | |
| 23487171 | 4 days ago | | | 0 | 0.000030624673 | |
| 23484682 | 4 days ago | | | 0 | 0.000030444000 | |
| 23484682 | 4 days ago | | | 0 | 0.000030444000 | |
| 23484682 | 4 days ago | | | 0 | 0.000030444000 | |
| 23484682 | 4 days ago | | | 0 | 0.000030444000 | |
| 23484682 | 4 days ago | | | 0 | 0.000030444000 | |
| 23484682 | 4 days ago | | | 0 | 0.000030444000 | |
| 23484558 | 4 days ago | | | 0 | 0.000030444000 | |
| 23484530 | 4 days ago | | | 0 | 0.000030444000 |
ABI
ABI objects
Getter at block 23675392 getCurrentTierData() view returns (struct Tier)
SABLIER() view returns (address)
0xfcf737582d167c7d20a336532eb8bcca8cf8e350
antiSnipeEnabled() pure returns (bool)
true
assetDecimals() pure returns (uint8)
6
assetToken() pure returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
assetsPerToken() pure returns (uint256)
25000000000000000
canClose() view returns (bool)
false
currentTier() view returns (uint8)
0
delegateSigner() pure returns (address)
0xc3f54007eedb508131313a8d42375a37b94de513
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=FixedPricePool, version=1.0.0, chainId=8453, verifyingContract=0x72428909f22c0cedfda26177c552fc79d693ffa6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
feeRecipient() pure returns (address)
0x7e21988aca03574179a0cad3270b48f2bcdfad80
getTierLength() pure returns (uint8)
0
hasWhitelist() pure returns (bool)
false
isTiered() pure returns (bool)
false
mandatoryMinimumSwapIn() pure returns (uint256)
100000000000000
maximumTokensPerUser() pure returns (uint256)
400000000000000000000000
minimumTokensForSale() pure returns (uint256)
0
minimumTokensPerUser() pure returns (uint256)
0
owner() pure returns (address)
0xa7e39d770629cbb307b29c6ccd0d25b45ae1f62f
platformFeeWAD() pure returns (uint64)
70000000000000000
poolType() pure returns (uint8)
0
redemptionDelay() pure returns (uint40)
604800
saleEnd() pure returns (uint40)
1734350400
saleEndTimestamp() view returns (uint256)
1733746683
saleStart() pure returns (uint40)
1733745600
shareDecimals() pure returns (uint8)
18
shareToken() pure returns (address)
0xa6a09589406931c963574d6af8ff0fbdbdda9d6f
sharesForSale() pure returns (uint256)
100000000000000000000000000
sharesRemaining() view returns (uint256)
0
status() view returns (uint8)
2
swapFeeWAD() pure returns (uint64)
20000000000000000
tiers() pure returns (struct Tier[])
[]
totalNormalizedAssetFeesIn() view returns (uint256)
50000000000000000000412
totalNormalizedAssetsIn() view returns (uint256)
2500000000000000000000000
totalSharesSold() view returns (uint256)
100000000000000000000000000
typeHash() pure returns (bytes32)
0x5ef80c945ef09ae8a576fcb5d1aecf111d7f4212eb2fc068ceac7faceb760859
vestCliff() pure returns (uint40)
0
vestEnd() pure returns (uint40)
0
vestingEnabled() pure returns (bool)
false
whitelistMerkleRoot() pure returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
amountSoldInTier(uint8 tier) view returns (uint256 totalSold)
getDigest(uint256 tokenAmount, address recipient, uint64 deadline) view returns (bytes32)
getTierData(uint256 index) pure returns (struct Tier)
nonces(address user) view returns (uint32 nonce)
previewBuy(uint256 tokenAmount, address recipient) view returns (uint256 assetsIn, uint256 feesPaid, struct TiersModified[] updatedTiers)
previewBuy(uint256 tokenAmount, address recipient, uint256 maxPricePerShare) view returns (uint256 assetsIn, uint256 feesPaid, struct TiersModified[] updatedTiers)
purchasedByTier(uint8 tier, address user) view returns (uint256 purchaseAmount)
purchasedShares(address user) view returns (uint256 sharesPurchased)
userNormalizedAssetsIn(address user) view returns (uint256 assetsIn)
userTokensRemaining(address user) view returns (uint256)
State-modifying
Events buyExactShares(uint256 sharesOut, address recipient, uint64 deadline, bytes signature, bytes32[] proof)
buyExactShares(uint256 sharesOut, address recipient, uint64 deadline, bytes signature, bytes32[] proof, uint256 maxPricePerShare)
cancelSale()
close()
redeem() returns (uint256 streamID)
togglePause()
BuyFixedShares(address indexed recipient, uint256 sharesOut, uint256 baseAssetsIn, uint256 feesPaid)
Closed(uint256 totalFundsRaised, uint256 totalSharesSold, uint256 platformFee, uint256 swapFee)
PauseToggled(bool paused)
PoolCanceled()
PoolCompleted()
RaiseGoalNotMet(uint256 sharesNotSold, uint256 fundsRaised, uint256 feesGenerated)
Redeemed(address indexed recipient, uint256 shares, uint256 streamID)
Refunded(address indexed recipient, uint256 amount)
TierRollover(uint256 newTier)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CloseConditionNotMet()
InvalidProof()
InvalidSignature()
InvalidTierPurchaseAmount()
MandatoryMinimumSwapThreshold()
MaxPurchaseExeeded()
MinPurchaseNotMet()
NoSharesRedeemable()
NotOwner()
RedeemedTooEarly()
Reentrancy()
SaleActive()
SaleCancelled()
SaleInactive()
SaleNotCancelable()
SaleNotPausable()
SlippageExceeded()
StaleSignature()
TierMaxPurchaseExceeded()
TierPurchaseTooLow(uint256 tierIndex)
TokenNotRedeemable()
TransferZero()
UserMaxPurchaseExceeded()
UserMinPurchaseNotMet()
ZeroAddress()