RocketFactoryMarket
Verified contract
Active on
Ethereum with 1,321 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,456.24)
Native
Value
$18,456.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.9133 | $3,121.14 |
$18,456.24 | |
TSRC | ERC-721 | 1 | -- | -- | |
TSRC | ERC-721 | 1 | -- | -- | |
0x5317…8130 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16403167 | 2 years ago | | | 0 | 0.00074899450 | |
| 16403136 | 2 years ago | | | 0 | 0.00077497381 | |
| 15204392 | 2 years ago | | | 0 | 0.00029416551 | |
| 15016168 | 2 years ago | | | 0 | 0.00084804949 | |
| 14957797 | 2 years ago | | | 0 | 0.0019840437 | |
| 14877893 | 2 years ago | | | 0 | 0.00090708271 | |
| 14877891 | 2 years ago | | | 0 | 0.00090708271 | |
| 14877884 | 2 years ago | | | 0 | 0.0010294072 | |
| 14781385 | 3 years ago | | | 0 | 0.0010131750 | |
| 14781375 | 3 years ago | | | 0 | 0.0010131750 |
ABI
ABI objects
Getter at block 21213580
owner() view returns (address)
0x76c54c77a58c376ff9533b3582b1f73c49049126
Read-only
checkBalance(address _erc20) view returns (uint256)
itemsToAuction(uint8, uint256) view returns (address seller, uint16 itemId, uint8 itemType, uint32 endTimestamp, uint32 maxBidTimestamp, address erc20, address maxBidderAddress, uint256 startPrice, uint256 maxBidAmount)
itemsToSale(uint8, uint256) view returns (address seller, uint16 itemId, uint8 itemType, uint32 endTimestamp, address erc20, uint256 price)
offers(uint8, uint256, address) view returns (address offerer, uint8 itemType, uint16 itemId, address offeree, address erc20, uint256 price)
trades(address, address) view returns (address offerer, address offeree)
State-modifying
Events acceptOffer(address _offerer, uint8 _itemType, uint16 _itemId)
acceptTrade(address _offerer)
buy(uint16 _itemId, uint8 _itemType) payable
cancelOffer(uint8 _itemType, uint16 _itemId)
cancelSale(uint16 _itemId, uint8 _itemType)
cancelTrade(address _offeree)
claim(uint16 _itemId, uint8 _itemType)
createAuction(uint16 _itemId, uint8 _itemType, uint256 _startPrice, uint32 _endTimestamp, address _erc20)
createSale(uint16 _itemId, uint8 _itemType, uint256 _price, uint32 _endTimestamp, address _erc20)
deleteAuction(uint16 _itemId, uint8 _itemType)
deleteSale(uint16 _itemId, uint8 _itemType)
makeAnOffer(uint16 _itemId, uint8 _itemType, uint256 _price, address _erc20) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
placeBid(uint16 _itemId, uint8 _itemType, uint256 _bid) payable
proposeTrade(struct RocketFactoryMarketItem[] _offers, struct RocketFactoryMarketItem[] _requests, address _offeree)
rejectOffer(address _offerer, uint8 _itemType, uint16 _itemId)
rejectTrade(address _offerer)
renounceOwnership()
returnItem(uint16 _itemId, uint8 _itemType, address _to)
setAllowedERC20(address _erc20, bool _allowed)
setItemTokenAddress(uint8 _itemType, address _itemTokenAddress)
setOwnerCut(uint16 _ownerCutPercentage)
transferOwnership(address newOwner)
withdraw(address _erc20)
ItemBidded(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketAuction auction)
ItemClaimed(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketAuction auction)
ItemForSale(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketSale sale)
ItemOnAuction(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketAuction auction)
ItemSaleCancelled(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketSale sale)
ItemSold(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, address buyer, struct RocketFactoryMarketSale sale)
OfferAccepted(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketOffer offer)
OfferCancelled(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketOffer offer)
OfferCreated(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketOffer offer)
OfferRejected(uint256 timestamp, uint256 indexed itemId, uint8 indexed itemType, struct RocketFactoryMarketOffer offer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradeAccepted(uint256 timestamp, struct RocketFactoryMarketTrade trade)
TradeCancelled(uint256 timestamp, struct RocketFactoryMarketTrade trade)
TradeCreated(uint256 timestamp, struct RocketFactoryMarketTrade trade)
TradeRejected(uint256 timestamp, struct RocketFactoryMarketTrade trade)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.