MarketplaceDutch
Verified contract
Active on
Ethereum with 341 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MarketplaceDutch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16829187 | 2 years ago | | | 2.2463986 | 0.0012223012 | |
| 16829184 | 2 years ago | | | 0 | 0.027197014 | |
| 16829181 | 2 years ago | | | 22.531513 | 0.027127768 | |
| 16829179 | 2 years ago | | | 22.927671 | 0.025666712 | |
| 16829179 | 2 years ago | | | 22.531513 | 0.052775030 | |
| 16829179 | 2 years ago | | | 22.927671 | 0.19694567 | |
| 16829178 | 2 years ago | | | 22.927671 | 0.023127529 | |
| 16829178 | 2 years ago | | | 22.927671 | 0.022684171 | |
| 16829178 | 2 years ago | | | 0 | 0.23834853 | |
| 16829178 | 2 years ago | | | 23.521909 | 0.025825134 |
ABI
ABI objects
Getter at block 21393587
_LAUNCHPAD() view returns (address)
0xe06f5fae754e81bc050215ff89b03d9e9ff20700
_TOTAL_UNIQUE_SALES_DUTCH() view returns (uint256)
3
owner() view returns (address)
0xe06f5fae754e81bc050215ff89b03d9e9ff20700
Read-only
Admin(address) view returns (bool)
NFTAddressToSaleIndex(address) view returns (uint256)
Orders(uint256, uint256) view returns (address _Purchaser, uint256 _PurchaseValue, uint256 _PurchaseAmount, uint256 _Priority, bool _BrightListPurchase, bool _Claimed)
PriorityPurchaseAmount(uint256, address, uint256) view returns (uint256)
SaleState(uint256) view returns (uint256 _AmountSold, uint256 _UniqueSales, uint256 _FinalClearingPrice, uint256 _CurrentRefundIndex)
Sales(uint256) view returns (string _Name, uint256 _ProjectIDMintPass, uint256 _ProjectIDArtBlocks, uint256 _PriceStart, uint256 _PriceEnd, uint256 _WalletLimiter, uint256 _MaximumAvailableForSale, uint256 _StartingBlockUnixTimestamp, uint256 _SecondsBetweenPriceDecay, uint256 _SaleStrip)
SalesInternal(uint256) view returns (address _NFT, address _Operator, uint256 _CurrentIndex, uint256 _Type, bool _ActivePublic, bool _ActiveBrightList, bool _Discount, bool _ActiveRespend)
UserInfo(uint256, address) view returns (uint256 _PurchasedAmount, uint256 _RemainingPurchaseAmount, uint256 _ClaimIndex, uint256 _AmountRemaining, uint256 _CurrentPrice, uint256 _Priority, uint256 _AmountPurchasedPriority, uint256 _Credit, bool _BrightListEligible, bool _MaxAmountVerified, bool _ActiveRespend, bool _Active)
VerifyAmount(address _Wallet, uint256 _Amount, bytes32 _Root, bytes32[] _Proof) pure returns (bool)
VerifyBrightList(address _Wallet, bytes32 _Root, bytes32[] _Proof) pure returns (bool)
ViewAllOrderRefunds(uint256 SaleIndex) view returns (address[], uint256[])
ViewAllOrders(uint256[] SaleIndexes, uint256 StartingIndex, uint256 EndingIndex) view returns (struct MarketplaceDutchOrder[][])
ViewAllSaleInformation(uint256 SaleIndex) view returns (struct MarketplaceDutchSale, struct MarketplaceDutchInternalSale, struct MarketplaceDutchMiscSale, struct MarketplaceDutchSaleParam, uint256 Price)
ViewBrightListStatus(uint256 SaleIndex, address Recipient, bytes32[] Proof) view returns (bool, uint256)
ViewCurrentPrice(uint256 SaleIndex) view returns (uint256 Price)
ViewInternalSaleStates(uint256[] SaleIndexes) view returns (struct MarketplaceDutchInternalSale[])
ViewOrders(uint256 SaleIndex) view returns (struct MarketplaceDutchOrder[])
ViewOrdersInRange(uint256 SaleIndex, uint256 StartingIndex, uint256 EndingIndex) view returns (struct MarketplaceDutchOrder[])
ViewPendingCredit(uint256 SaleIndex, address Wallet) view returns (uint256)
ViewSaleIndexByNFTAddress(address NFT) view returns (uint256)
ViewSaleStates(uint256[] SaleIndexes) view returns (struct MarketplaceDutchSale[], struct MarketplaceDutchInfo[])
ViewSaleStats(uint256 SaleIndex, address Wallet) view returns (uint256 NUM_ORDERS, uint256 NUM_PURCHASED, uint256 FINAL_ETH_SPENT, uint256 FINAL_ETH_REBATE)
ViewWalletSaleInformation(uint256 SaleIndex, address Wallet, uint256 MaxAmount, address Vault, bytes32[] ProofEligibility, bytes32[] ProofAmount) view returns (struct MarketplaceDutch_UserSaleInformation)
ViewWalletSaleInformations(uint256[] SaleIndexes, address Wallet, uint256[] MaxAmounts, address Vault, bytes32[][] ProofEligibilities, bytes32[][] ProofAmounts) view returns (struct MarketplaceDutch_UserSaleInformation[])
State-modifying
Events Purchase(uint256 SaleIndex, uint256 Amount, uint256 MaxAmount, address Vault, bytes32[] ProofEligibility, bytes32[] ProofAmount) payable
__InitiateRefundsAndProceeds(uint256 SaleIndex)
__StartSale(struct MarketplaceDutchSale _Sale, struct MarketplaceDutchInternalSale _InternalSale, bytes32[] RootsPriority, bytes32[] RootsAmounts, uint256[] DiscountAmounts)
___AdminGrant(address _Admin)
___AdminRemove(address _Admin)
___ModifyLaunchpadAddress(address Launchpad)
___ModifyMaxForSale(uint256 SaleIndex, uint256 AmountForSale)
___ModifyPriceDecay(uint256 SaleIndex, uint256 PriceDecayInSeconds)
___ModifyPriceEnd(uint256 SaleIndex, uint256 PriceEnd)
___ModifyPriceStart(uint256 SaleIndex, uint256 PriceStart)
___ModifySale(uint256 SaleIndex, struct MarketplaceDutchSale _Sale)
___ModifySaleClearingPrice(uint256 SaleIndex, uint256 ClearingPrice)
___ModifySaleDiscountAmount(uint256 SaleIndex, uint256[] DiscountAmounts)
___ModifySaleETHClaimsEnabled(uint256 SaleIndex, bool State)
___ModifySaleNFTAddress(uint256 SaleIndex, address NFT)
___ModifySaleName(uint256 SaleIndex, string Name)
___ModifySaleOperator(uint256 SaleIndex, address Operator)
___ModifySaleProjectID(uint256 SaleIndex, uint256 ProjectID)
___ModifySaleRootAmounts(uint256 SaleIndex, bytes32[] RootsAmounts)
___ModifySaleRootEligibility(uint256 SaleIndex, bytes32[] Roots)
___ModifySaleRoots(uint256 SaleIndex, bytes32[] RootsEligibility, bytes32[] RootsAmounts)
___ModifySaleStartingTokenIndex(uint256 SaleIndex, uint256 StartingTokenID)
___ModifySaleStateBrightList(uint256 SaleIndex, bool State)
___ModifySaleStatePublic(uint256 SaleIndex, bool State)
___ModifyTimestampStart(uint256 SaleIndex, uint256 Timestamp)
___ModifyWalletLimiter(uint256 SaleIndex, uint256 WalletLimiter)
___WithdrawERC721(address Contract, address Recipient, uint256[] TokenIDs)
___WithdrawEther()
___WithdrawEtherToAddress(address Recipient, uint256 Amount)
_____NewLaunchpadAddress(address NewAddress)
renounceOwnership()
transferOwnership(address newOwner)
OrderRefundFailed(uint256 SaleIndex, uint256 OrderIndex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address Purchaser, uint256 Amount, uint256 PurchaseValue, uint256 NewAmountSold, bool BrightList, uint256 Priority, uint256 AppliedCredit)
RefundClaimed(uint256 SaleIndex, uint256 OrderIndex)
Refunded(uint256 Value)
SaleStarted(uint256 SaleIndex)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.