| Module Name | secondary_market |
| Module Reference | fe19b6f6cc |
| Verification Status | Unverifiable |
| Age | 185 days |
| Sender | DjookyX |
| Deployed in block | 31,626,342 |
| Deployed in tx | ed23 |
| Methods | 6 |
| Contracts | 1 |
| Verification Status: | Unverifiable |
| Build Image Used: | N/A |
| Build Command Used: | N/A |
| Archive Hash: | N/A |
| Link to Source Code: | N/A |
| Explanation: | No embedded build information found. |
None
None
None
{
"amount": "<String of size at most 74 containing an unsigned integer.>",
"price": "<Amount in microCCD>",
"token_contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
{
"Enum": [
{
"ParseParams": []
},
{
"Std": []
},
{
"SaleNotFound": []
},
{
"NotEnoughFunds": []
},
{
"TransferFailed": []
},
{
"InvalidSender": []
},
{
"InvalidInput": []
},
{
"InvalidPaymentAmount": []
},
{
"CcdTransferFailed": []
},
{
"SaleNotActive": []
}
]
}
None
None
None
None
{
"sale_id": "<UInt64>"
}
{
"Enum": [
{
"ParseParams": []
},
{
"Std": []
},
{
"SaleNotFound": []
},
{
"NotEnoughFunds": []
},
{
"TransferFailed": []
},
{
"InvalidSender": []
},
{
"InvalidInput": []
},
{
"InvalidPaymentAmount": []
},
{
"CcdTransferFailed": []
},
{
"SaleNotActive": []
}
]
}
None
None
None
{
"next_sale_id": "<UInt64>",
"sales": [
[
"<UInt64>",
{
"amount": "<String of size at most 74 containing an unsigned integer.>",
"price": "<Amount in microCCD>",
"seller": "<AccountAddress>",
"status": "<Bool>",
"token_contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
]
]
}
"<UInt64>"
None
{
"Enum": [
{
"None": []
},
{
"Some": [
{
"amount": "<String of size at most 74 containing an unsigned integer.>",
"price": "<Amount in microCCD>",
"seller": "<AccountAddress>",
"status": "<Bool>",
"token_contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
]
}
]
}
"<UInt64>"
{
"Enum": [
{
"ParseParams": []
},
{
"Std": []
},
{
"SaleNotFound": []
},
{
"NotEnoughFunds": []
},
{
"TransferFailed": []
},
{
"InvalidSender": []
},
{
"InvalidInput": []
},
{
"InvalidPaymentAmount": []
},
{
"CcdTransferFailed": []
},
{
"SaleNotActive": []
}
]
}
None