ItemRegistry
Verified contract
Active on
Ethereum with 916 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ItemRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5014247 | 7 years ago | | | 0.04 | 0.000046174000 | |
| 5013501 | 7 years ago | | | 0 | 0.0026953200 | |
| 5013036 | 7 years ago | | | 0 | 0.00095083100 | |
| 5010988 | 7 years ago | | | 1.5310876 | 0.00044170200 | |
| 5010948 | 7 years ago | | | 0.91320466 | 0.0049130000 | |
| 5010206 | 7 years ago | | | 0.988444 | 0.000098260000 | |
| 5010203 | 7 years ago | | | 0.988444 | 0.000098132000 | |
| 5010077 | 7 years ago | | | 1.0159496 | 0.0029415600 | |
| 5010009 | 7 years ago | | | 4.5338042 | 0.00049026000 | |
| 5010009 | 7 years ago | | | 0.93904467 | 0.00053915400 |
ABI
ABI objects
Getter at block 21256705 allItemsForSale() view returns (uint256[] _items)
numberOfItemsForSale() view returns (uint256 _n)
24
owner() view returns (address)
0xc1e81a942dea82a6ddc1ed8c7979d5f00c854ad1
Read-only
allOf(uint256 _itemId) view returns (address _owner, uint256 _startingPrice, uint256 _price, uint8 _class, uint256 _nextPrice)
balanceOf(address _owner) view returns (uint256 _balance)
calculateNextPrice(uint256 _currentPrice, uint8 _class) pure returns (uint256 _newPrice)
classOf(uint256 _itemId) view returns (uint8 _class)
itemsForSaleLimit(uint256 _from, uint256 _take) view returns (uint256[] _items)
itemsOfOwner(address _owner) view returns (uint256[] _items)
nextPriceOf(uint256 _itemId) view returns (uint256 _nextPrice)
ownerOf(uint256 _itemId) view returns (address _owner)
priceOf(uint256 _itemId) view returns (uint256 _price)
startingPriceOf(uint256 _itemId) view returns (uint256 _startingPrice)
State-modifying
Events buy(uint256 _itemId) payable
listItem(uint256 _itemId, uint256 _price, uint8 _class)
listMultipleItems(uint256[] _itemIds, uint256 _price, uint8 _class)
setCut(uint256 _n, uint256 _d)
setOwner(address _owner)
withdraw()
Bought(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Sold(uint256 indexed _itemId, address indexed _owner, uint256 _price)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.