ItemRegistry

Verified contract

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

No balances found for "ItemRegistry"

0xf94b1bd604cd16e3dd6832ea658d79b9f69f4ba6569829b8031e898fbb143a63
0x6228075d89904ae4625074df3eec30b76bf28cc2eb282b76e39cac68703eaba5
0xbaee6421cc1441b0b2a9a0d068c5845b36183f72e72692dd2cd07a60b0321255
0x58938ec7d348a28530c1480c2fe2788dacae4dfeb725390a77996aa24a6193db
0x467f9163e70b438fcd650830d65d2bf04c48dcf947226b19264dd35ebe72a1d3
0x7aacd4f782f75238218cee6fc13045b7f92017dfbb861a183dd458f52b5f4228
0x3e227be85a3f22f30d643a3ba237fb49e58440b0847be6180adac200af7d099d
0x850cfffb953c974b0d6195509e41fc3ff467a8538a5a27674d617f81dc6ce0be
0x7846d3c8529a422a59c9ca4afb516aa582482295deade75242cdd167a6f71c35
0x48cf62cb7e51082e5653e6c7a90236b42dc58a56621221e059d1d94d998df9f9

Functions
Getter at block 20828799
 
allItemsForSale(view returns (uint256[] _items)
numberOfItemsForSale(view returns (uint256 _n)
36
owner(view returns (address)
0x747c66f6f7b623629cfdf281eaf27e885ab4cffc
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 _classaddress _owner
listMultipleItems(uint256[] _itemIdsuint256 _priceuint8 _class
setOwner(address _owner
withdrawAll(
withdrawAmountTo(uint256 _amountaddress _to
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.