Marketplace
Verified contract
Active on
Ethereum with 419 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 "Marketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15205735 | 2 years ago | | | 0 | 0.00065234210 | |
| 15200932 | 2 years ago | | | 0 | 0.00075304162 | |
| 15200377 | 2 years ago | | | 0 | 0.0016539173 | |
| 15199940 | 2 years ago | | | 0 | 0.0022034351 | |
| 15199716 | 2 years ago | | | 0 | 0.00086828973 | |
| 15199550 | 2 years ago | | | 0 | 0.00081570732 | |
| 15198888 | 2 years ago | | | 0 | 0.0011191886 | |
| 15197713 | 2 years ago | | | 0 | 0.00059362483 | |
| 15197709 | 2 years ago | | | 0 | 0.00054707255 | |
| 15197138 | 2 years ago | | | 0 | 0.00058951651 |
ABI
ABI objects
Getter at block 21202422
owner() view returns (address)
0xd07ac18d1c2de1d25f084dd41a1820ee8f2112b9
Read-only
fulfillsRequirement(address user, uint256 requirement, uint256 data) view returns (bool)
getRaffleEntries(bytes32 hash) view returns (address[])
getRaffleWinners(bytes32 hash, uint256 numPrizes) view returns (address[] winners)
marketItems(bytes32) view returns (uint32 totalSupply, uint224 restingPrice)
numEntries(bytes32, address) view returns (uint256)
raffleEntries(bytes32, uint256) view returns (address)
raffleRandomSeeds(bytes32) view returns (uint256)
State-modifying
Events purchaseMarketItem(uint256 start, uint256 end, uint256 price, uint256 maxEntries, uint256 maxSupply, uint256 requirement, uint256 requirementData)
purchaseMarketItemDutchAuction(uint256 start, uint256 end, uint256 startPrice, uint256 endPrice, uint256 maxEntries, uint256 maxSupply, uint256 requirement, uint256 requirementData)
purchaseMarketItemRaffle(uint256 start, uint256 end, uint256 price, uint256 maxEntries, uint256 maxSupply, uint256 numPrizes, uint256 requirement, uint256 requirementData)
revealRaffle(uint256 start, uint256 end, uint256 price, uint256 maxEntries, uint256 maxSupply, uint256 numPrizes, uint256 requirement)
transferOwnership(address newOwner)
BurnForItem(address indexed user, bytes32 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CallerNotOwner()
ContractCallNotAllowed()
MaxEntriesReached()
NoWhitelistRemaining()
NotActive()
RandomSeedAlreadyChosen()
RequirementNotFulfilled()