0x0ce128bb5b1cbdc433f667905d0493edc4ecef80
Unverified contract
Proxy
Active on
Base with 1,188 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 ($124,850.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANZ | ERC-20 | 11.94246M | $0.010454 |
$124,850.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23660060 | a day ago | | | 0 | 0.0000015009384 | |
| 23658257 | a day ago | | | 0 | 0.0000012540991 | |
| 23647288 | a day ago | | | 0 | 0.0000014597453 | |
| 23640976 | 2 days ago | | | 0 | 0.000000701559600000 | |
| 23629920 | 2 days ago | | | 0 | 0.0000016101052 | |
| 23623853 | 2 days ago | | | 0 | 0.0000011605289 | |
| 23616218 | 2 days ago | | | 0 | 0.0000015129195 | |
| 23610063 | 2 days ago | | | 0 | 0.0000013505060 | |
| 23606589 | 2 days ago | | | 0 | 0.0000017145997 | |
| 23603159 | 2 days ago | | | 0 | 0.0000020814455 |
ABI
ABI objects
Getter at block 23707453 getCurrentTierData() view returns (struct Tier)
SABLIER() view returns (address)
0xfcf737582d167c7d20a336532eb8bcca8cf8e350
antiSnipeEnabled() pure returns (bool)
false
assetDecimals() pure returns (uint8)
6
assetToken() pure returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
assetsPerToken() pure returns (uint256)
6000000000000000
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=0x0ce128bb5b1cbdc433f667905d0493edc4ecef80, 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)
2000000000000000000000000
minimumTokensForSale() pure returns (uint256)
0
minimumTokensPerUser() pure returns (uint256)
0
owner() pure returns (address)
0x82e09977ced7de0f93548d89c227d2e1bf8f3337
platformFeeWAD() pure returns (uint64)
30000000000000000
poolType() pure returns (uint8)
0
redemptionDelay() pure returns (uint40)
604800
saleEnd() pure returns (uint40)
1733749200
saleEndTimestamp() view returns (uint256)
1733144937
saleStart() pure returns (uint40)
1733144400
shareDecimals() pure returns (uint8)
18
shareToken() pure returns (address)
0xeec468333ccc16d4bf1cef497a56cf8c0aae4ca3
sharesForSale() pure returns (uint256)
500000000000000000000000000
sharesRemaining() view returns (uint256)
0
status() view returns (uint8)
2
swapFeeWAD() pure returns (uint64)
20000000000000000
tiers() pure returns (struct Tier[])
[]
totalNormalizedAssetFeesIn() view returns (uint256)
60000000000000000000407
totalNormalizedAssetsIn() view returns (uint256)
3000000000000000000000003
totalSharesSold() view returns (uint256)
500000000000000000000000000
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()