0x6e4ce29937534cda2bb2166dd01acbc2d03de994
Verified contract
Proxy
Active on
Ethereum with 249 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 |
---|---|---|---|---|---|
pSERV | ERC-20 | 249.983529M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199035 | 12 days ago | | | 0 | 0.00089379308 | |
| 21136963 | 21 days ago | | | 0 | 0.00075245005 | |
| 21136963 | 21 days ago | | | 0 | 0.00075215346 | |
| 21136842 | 21 days ago | | | 0 | 0.0011370876 | |
| 21136841 | 21 days ago | | | 0 | 0.0080925329 | |
| 21136838 | 21 days ago | | | 0 | 0.0015854984 | |
| 21136835 | 21 days ago | | | 0 | 0.0017934729 | |
| 21136835 | 21 days ago | | | 0 | 0.0063323905 | |
| 21136834 | 21 days ago | | | 0 | 0.0060548610 | |
| 21136834 | 21 days ago | | | 0 | 0.0018582547 |
ABI
ABI objects
Getter at block 21286008 getCurrentTierData() view returns (struct Tier)
SABLIER() view returns (address)
0xafb979d9afad1ad27c5eff4e27226e3ab9e5dcc9
antiSnipeEnabled() pure returns (bool)
true
assetDecimals() pure returns (uint8)
6
assetToken() pure returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
assetsPerToken() pure returns (uint256)
1250000000000000
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=1, verifyingContract=0x6e4ce29937534cda2bb2166dd01acbc2d03de994, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
feeRecipient() pure returns (address)
0x7dc7da0e7e40ceb127a2f2669e743c835533a168
getTierLength() pure returns (uint8)
0
hasWhitelist() pure returns (bool)
false
isTiered() pure returns (bool)
false
mandatoryMinimumSwapIn() pure returns (uint256)
100000000000000
maximumTokensPerUser() pure returns (uint256)
1600000000000000000000000
minimumTokensForSale() pure returns (uint256)
0
minimumTokensPerUser() pure returns (uint256)
10000000000000000000
owner() pure returns (address)
0xd91c838e728619d66e619265a102489381f98dff
platformFeeWAD() pure returns (uint64)
30000000000000000
poolType() pure returns (uint8)
0
redemptionDelay() pure returns (uint40)
604800
saleEnd() pure returns (uint40)
1731081600
saleEndTimestamp() view returns (uint256)
1730995415
saleStart() pure returns (uint40)
1730995200
shareDecimals() pure returns (uint8)
18
shareToken() pure returns (address)
0xcd5d72210327f6ae1ee9d1200a4f5269fbaf3669
sharesForSale() pure returns (uint256)
250000000000000000000000000
sharesRemaining() view returns (uint256)
0
status() view returns (uint8)
2
swapFeeWAD() pure returns (uint64)
20000000000000000
tiers() pure returns (struct Tier[])
[]
totalNormalizedAssetFeesIn() view returns (uint256)
6250000000000000000110
totalNormalizedAssetsIn() view returns (uint256)
312500000000000000000000
totalSharesSold() view returns (uint256)
250000000000000000000000000
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()