FraktalMarket

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9df70d8f at 14383992
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "FraktalMarket"

No transactions found for "FraktalMarket"


Functions
Getter at block 21059301
fee(view returns (uint16)
0
getFee(view returns (uint256)
0
listingFee(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
auctionListings(addressaddressuint256view returns (address tokenAddressuint256 reservePriceuint256 numberOfSharesuint256 auctionEndTimestring name)
auctionNonce(addressview returns (uint256)
auctionReserve(addressuint256view returns (uint256)
auctionSellerRedeemed(addressuint256view returns (bool)
getListingAmount(address _listOwneraddress tokenAddressview returns (uint256)
getListingPrice(address _listOwneraddress tokenAddressview returns (uint256)
getOffer(address offereraddress tokenAddressview returns (uint256)
getSellerBalance(address _whoview returns (uint256)
maxPriceRegistered(addressview returns (uint256)
offers(addressaddressview returns (uint256 valuebool winner)
participantContribution(addressuint256addressview returns (uint256)
sellersBalance(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
buyFraktions(address fromaddress tokenAddressuint256 _numberOfSharespayable 
claimFraktal(address tokenAddress
exportFraktal(address tokenAddress
importFraktal(address tokenAddressuint256 fraktionsIndex
initialize(
listItem(address _tokenAddressuint256 _priceuint256 _numberOfSharesstring _namepayable returns (bool)
listItemAuction(address _tokenAddressuint256 _reservePriceuint256 _numberOfSharesstring _namepayable returns (uint256)
makeOffer(address tokenAddressuint256 _valuepayable 
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
participateAuction(address tokenAddressaddress selleruint256 sellerNoncepayable 
redeemAuctionParticipant(address _tokenAddressaddress _selleruint256 _sellerNonce
redeemAuctionSeller(address _tokenAddressaddress _selleruint256 _sellerNonce
rejectOffer(address fromaddress toaddress tokenAddress
renounceOwnership(
rescueEth(
setFee(uint16 _newFee
setListingFee(uint256 _newListingFee
transferOwnership(address newOwner
unlistAuctionItem(address tokenAddressuint256 sellerNonce
unlistItem(address tokenAddress
voteOffer(address offereraddress tokenAddress
withdrawAccruedFees(returns (bool)
Events
AdminWithdrawFees(uint256 feesAccrued
AuctionContribute(address participantaddress tokenAddressaddress selleruint256 sellerNonceuint256 value
AuctionItemListed(address owneraddress tokenAddressuint256 reservePriceuint256 amountOfSharesuint256 endTimeuint256 noncestring name
Bought(address buyeraddress selleraddress tokenAddressuint256 numberOfShares
FeeUpdated(uint16 newFee
FraktalClaimed(address owneraddress tokenAddress
ItemListed(address owneraddress tokenAddressuint256 priceuint256 amountOfSharesstring name
ListingFeeUpdated(uint256 newFee
OfferMade(address offereraddress tokenAddressuint256 value
OfferVoted(address voteraddress offereraddress tokenAddressbool sold
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SellerPaymentPull(address selleruint256 balance
Volume(address useruint256 volume
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.