Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Native
Value
$19,699.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 5.742719 | $3,430.27 |
$19,699.08 | |
WGC | ERC-20 | 200 | $0.000316 |
$0.06 | |
SKIPUP | ERC-20 | 0.01 | $0.10629 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000531 |
$0 | |
NOB | ERC-20 | 500 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
fart | ERC-20 | 10 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18908624 | 3 months ago | | | 0 | 0.00012307618 | |
| 18908615 | 3 months ago | | | 0 | 0.00012654837 | |
| 18908604 | 3 months ago | | | 0 | 0.00012307896 | |
| 18908591 | 3 months ago | | | 0 | 0.00012308292 | |
| 18908580 | 3 months ago | | | 0 | 0.00012308638 | |
| 18908559 | 3 months ago | | | 0 | 0.00011931881 | |
| 18908552 | 3 months ago | | | 0 | 0.00011932268 | |
| 18908545 | 3 months ago | | | 0 | 0.00012309529 | |
| 18908535 | 3 months ago | | | 0 | 0.00012309486 | |
| 18908527 | 3 months ago | | | 0 | 0.00011932009 |
ABI
ABI objects
Getter at block 22906071
_collection() view returns (bytes32 id, uint256 collectionFee, uint256 itemFee, address owner, address feeDestination, address allowedItemCreator, uint256 slopeScale, uint256 slopeMagnitude)
(id=0xc0e6ccd5f74de3efa079599b04c62d712768dc824c10078479ae4d7bb68fadc5, collectionFee=500, itemFee=500, owner=0x98b5dfc86d3b72f6102a974be362a755767da9ce, feeDestination=0x2121432b1e39fb88802905a4184cbb0afd8c344b, allowedItemCreator=0x98b5dfc86d3b72f6102a974be362a755767da9ce, slopeScale=32, slopeMagnitude=3)
collection() view returns (struct IXSquaredCollection)
(0xc0e6ccd5f74de3efa079599b04c62d712768dc824c10078479ae4d7bb68fadc5, 500, 500, 0x98b5dfc86d3b72f6102a974be362a755767da9ce, 0x2121432b1e39fb88802905a4184cbb0afd8c344b, 0x98b5dfc86d3b72f6102a974be362a755767da9ce, 32, 3)
Read-only
_items(bytes32) view returns (uint256 supply, address feeDestination, string text, bytes data)
balanceOf(bytes32, address) view returns (uint256)
getBuyPrice(bytes32 item, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(bytes32 item, uint256 amount) view returns (uint256)
getPrice(uint256 supply, uint256 amount) view returns (uint256)
getSellPrice(bytes32 item, uint256 amount) view returns (uint256)
getSellPriceAfterFee(bytes32 item, uint256 amount) view returns (uint256)
items(bytes32 id) view returns (struct IXSquaredItem)
State-modifying
Events buyItem(bytes32 item, uint256 amount) payable
createItem(bytes32 item, address to, address feeDestination, string text, bytes data) payable
initialize(bytes32 id, uint256 collectionFee, uint256 itemFee, address owner, address feeDestination, address allowedItemCreator, uint256 slopeScale, uint256 slopeMagnitude)
sellItem(bytes32 item, uint256 amount) payable
updateCollection(uint256 collectionFee, uint256 itemFee, address owner, address feeDestination, address allowedItemCreator)
updateItem(bytes32 item, address feeDestination)
CollectionCreated(bytes32 collection, address creator)
CollectionSettings(bytes32 collection, uint256 collectionFeePercent, uint256 itemFeePercent, address owner, address feeDestination, address allowedItemCreator)
ItemCreated(bytes32 collection, bytes32 item, address creator, string text, bytes data)
ItemSettings(bytes32 collection, bytes32 item, address feeDestination)
Trade(bytes32 collection, bytes32 item, address trader, bool isBuy, uint256 quantity, uint256 supply, uint256 ethAmount, address collectionFeeDestination, uint256 collectionFeeEthAmount, address itemFeeDestination, uint256 itemFeeEthAmount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.