ItemRegistry

Verified contract

Active on Ethereum with 916 txns
Deployed by via 0x88c03bb0 at 5008535
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ItemRegistry"

0x0e4b0281080a906d339f66b0a961c84e6ea83b9aacc64dac0268417871679901
0xf00c9f78a663fbe3af06d0771db284d5d211cb00c87b45404245cbe7bcc973ad
0x001c7234ee91aeb8699c48cb240dbb85f31e21a55ad04ad45970f2d1f4c66a7a
0x5c3a9a44823bcb598b7a2894b0cd2caad1fea52f7118054c16cdaf42c2bd6bce
0x78fbb26c2fffa210f86aff8fe21990ca9ba19636825951e5d884124e1a898440
0x1a45c769f3a3869930ec116d239baf6b4bdb419eeccb434e783d65a334ade491
0xa520d4c5dfe9333463c276f1c9cfdf8ab041fa27ddbc2a16bc8871176271168f
0x11d1c70e509a7dcea03ec1332e75fdefd2bb2ee68779fa74a35324a1284fd14e
0x8268cc0aad8bf1506fe27f0a57b2edbca555bec72d9e4ba7d1d2c93a38fb0456
0x7602c634702ba39039cac65335ce59570dc3d379cd1d0e48b01a296e72f8bc32

Functions
Getter at block 21256705
 
allItemsForSale(view returns (uint256[] _items)
numberOfItemsForSale(view returns (uint256 _n)
24
owner(view returns (address)
0xc1e81a942dea82a6ddc1ed8c7979d5f00c854ad1
Read-only
allOf(uint256 _itemIdview returns (address _owneruint256 _startingPriceuint256 _priceuint8 _classuint256 _nextPrice)
balanceOf(address _ownerview returns (uint256 _balance)
calculateNextPrice(uint256 _currentPriceuint8 _classpure returns (uint256 _newPrice)
classOf(uint256 _itemIdview returns (uint8 _class)
itemsForSaleLimit(uint256 _fromuint256 _takeview returns (uint256[] _items)
itemsOfOwner(address _ownerview returns (uint256[] _items)
nextPriceOf(uint256 _itemIdview returns (uint256 _nextPrice)
ownerOf(uint256 _itemIdview returns (address _owner)
priceOf(uint256 _itemIdview returns (uint256 _price)
startingPriceOf(uint256 _itemIdview returns (uint256 _startingPrice)
State-modifying
buy(uint256 _itemIdpayable 
listItem(uint256 _itemIduint256 _priceuint8 _class
listMultipleItems(uint256[] _itemIdsuint256 _priceuint8 _class
setCut(uint256 _nuint256 _d
setOwner(address _owner
withdraw(
Events
Bought(uint256 indexed _itemIdaddress indexed _owneruint256 _price
Sold(uint256 indexed _itemIdaddress indexed _owneruint256 _price
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.