ShiryoMarket
Verified contract
Active on
Ethereum with 1,948 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,154.95)
Native
Value
$5,154.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.54753 | $3,331.08 |
$5,154.95 | |
ShiryoN | ERC-20 | 5.706K | -- | -- | |
ShiryoF | ERC-20 | 170 | -- | -- | |
0x0411…df78 | ERC-1555 | 19 | -- | -- | |
0x0411…df78 | ERC-1555 | 16 | -- | -- | |
0x0411…df78 | ERC-1555 | 16 | -- | -- | |
0x0411…df78 | ERC-1555 | 16 | -- | -- | |
0x0411…df78 | ERC-1555 | 16 | -- | -- | |
0x0411…df78 | ERC-1555 | 11 | -- | -- | |
0x0411…df78 | ERC-1555 | 11 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105100 | 22 days ago | | | 0 | 0.00093848425 | |
| 21072767 | a month ago | | | 0 | 0.0024701988 | |
| 20936528 | a month ago | | | 0 | 0.0012712375 | |
| 20932333 | a month ago | | | 0 | 0.0020890798 | |
| 20801615 | 2 months ago | | | 0 | 0.0017053569 | |
| 20787289 | 2 months ago | | | 0 | 0.00091232612 | |
| 20632713 | 3 months ago | | | 0 | 0.00066155098 | |
| 20603381 | 3 months ago | | | 0 | 0.00076300625 | |
| 20520726 | 3 months ago | | | 0 | 0.0011584953 | |
| 20520711 | 3 months ago | | | 0 | 0.0012258933 |
ABI
ABI objects
Getter at block 21259524 getMarketItems() view returns (struct ShiryoMarketMarketItem[])
_itemIds() view returns (uint256 _value)
1386
accumulatedFee() view returns (uint256)
0
discountManager() view returns (address)
0x0000000000000000000000000000000000000000
getItemsSold() view returns (uint256)
90
numberOfItemsListed() view returns (uint256)
919
owner() view returns (address)
0x6df08c7b0ce433e29a77281b6e776487730ee900
saleFeePercentage() view returns (uint256)
5
volumeTraded() view returns (uint256)
17360000000000000002
Read-only
approvedSourceContracts(address) view returns (bool)
bidderToMarketOfferIds(address, uint256) view returns (uint256)
getItemOffers(uint256 _itemId) view returns (struct ShiryoMarketMarketOffer[])
getItemsByCategory(string category) view returns (struct ShiryoMarketMarketItem[])
getMarketItemsByPage(uint256 _from, uint256 _to) view returns (struct ShiryoMarketMarketItem[])
getMarketItemsBySeller(address _seller) view returns (struct ShiryoMarketMarketItem[])
getMarketItemsBySellerByPage(address _seller, uint256 _from, uint256 _to) view returns (struct ShiryoMarketMarketItem[])
getOffersByBidder(address _bidder) view returns (struct ShiryoMarketMarketOffer[])
getOpenOffersByBidderByPage(address _bidder, uint256 _from, uint256 _to) view returns (struct ShiryoMarketMarketOffer[])
getTotalOffersMadeByBidder(address _bidder) view returns (uint256)
idToMarketItem(uint256) view returns (uint256 itemId, address tokenContract, uint8 tokenType, uint256 tokenId, uint256 amount, address seller, address buyer, string category, uint256 price, bool isSold, bool cancelled)
itemIdToMarketOfferIds(uint256, uint256) view returns (uint256)
offerIdToMarketOffer(uint256) view returns (uint256 offerId, uint256 itemId, address bidder, uint256 offerAmount, uint256 offerTime, bool cancelled, bool accepted)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events acceptItemOffer(uint256 _offerId)
canceItemOffer(uint256 _offerId)
cancelMarketItem(uint256 itemId)
createMarketItem(address _tokenContract, uint8 _tokenType, uint256 _tokenId, uint256 _amount, uint256 _price, string _category)
createMarketSale(uint256 itemId) payable
makeItemOffer(uint256 _itemId) payable
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
setDiscountManager(address _discountManager)
setOwner(address _owner)
setSalePercentageFee(uint256 _amount)
setSourceContractApproved(address _tokenContract, bool _approved)
setWalletA(address _walletA)
setWalletB(address _walletB)
setWalletBPercentage(uint256 _percentage)
withdraw_all()
ItemOfferCreated(uint256 indexed itemId, address indexed tokenContract, address owner, address bidder, uint256 bidAmount)
MarketItemCreated(uint256 indexed itemId, address indexed tokenContract, uint256 indexed tokenId, uint256 amount, address seller, address owner, string category, uint256 price)
MarketSaleCreated(uint256 indexed itemId, address indexed tokenContract, uint256 indexed tokenId, address seller, address buyer, string category, uint256 price)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.