CRFTDMarketplace
Verified contract
Active on
Ethereum with 4,957 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 "CRFTDMarketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18786314 | a year ago | | | 0 | 0.0051223110 | |
| 18753105 | a year ago | | | 0 | 0.0029765770 | |
| 18737553 | a year ago | | | 0 | 0.0063527300 | |
| 18704646 | a year ago | | | 0 | 0.0035918587 | |
| 18696508 | a year ago | | | 0 | 0.0048293402 | |
| 18688061 | a year ago | | | 0 | 0.0050442996 | |
| 18678928 | a year ago | | | 0 | 0.0055591412 | |
| 18646477 | a year ago | | | 0 | 0.0021005496 | |
| 18558691 | a year ago | | | 0 | 0.0021457849 | |
| 18556899 | a year ago | | | 0 | 0.0033443233 |
ABI
ABI objects
Getter at block 21380284
owner() view returns (address)
0x5787a813fa167f71b85caef0eeb16f8dc02d363f
Read-only
getRaffleEntrants(bytes32 itemHash) view returns (address[] entrants)
getRaffleWinners(bytes32 itemHash, uint256 numPrizes) view returns (address[] winners)
numPurchases(bytes32, address) view returns (uint256)
raffleEntries(bytes32, uint256) view returns (address)
raffleRandomSeeds(bytes32) view returns (uint256)
totalSupply(bytes32) view returns (uint256)
State-modifying
Events purchaseMarketItems(struct CRFTDMarketplaceMarketItem[] items, address[] paymentTokens, bytes32 userHash) payable
recoverNFT(address token, uint256 id)
recoverToken(address token)
revealRaffle(struct CRFTDMarketplaceMarketItem item)
setOwner(address newOwner)
MarketItemPurchased(uint256 indexed marketId, bytes32 indexed itemHash, address indexed account, bytes32 userHash, address paymentToken, uint256 price)
OwnerUpdated(address indexed user, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidPaymentToken()
MaxPurchasesReached()
NoSupplyLeft()
NotActive()
NotAuthorized()
RandomSeedAlreadyChosen()