| Module Name | auction |
| Module Reference | 123ecb8e97 |
| Verification Status | Unverifiable |
| Age | 185 days |
| Sender | DjookyX |
| Deployed in block | 31,626,269 |
| Deployed in tx | 894c |
| 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
{
"end": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
"initial_price": "<UInt64>",
"item": "<String>",
"token_amount": "<String of size at most 74 containing an unsigned integer.>",
"token_contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
None
None
None
None
None
{
"auction_id": "<UInt32>"
}
{
"Enum": [
{
"OnlyAccount": []
},
{
"BidBelowCurrentBid": []
},
{
"BidBelowMinimumRaise": []
},
{
"BidTooLate": []
},
{
"AuctionAlreadyFinalized": []
},
{
"AuctionNotFound": []
},
{
"ParameterParsingError": []
},
{
"AuctionStillActive": []
},
{
"TransferFailed": []
},
{
"OnlyNotOwner": []
}
]
}
None
None
None
[
{
"auction_state": {
"Enum": [
{
"NotSoldYet": []
},
{
"Sold": [
"<AccountAddress>"
]
}
]
},
"end": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
"highest_bid": "<Amount in microCCD>",
"highest_bidder": {
"Enum": [
{
"None": []
},
{
"Some": [
"<AccountAddress>"
]
}
]
},
"initial_price": "<UInt64>",
"item": "<String>",
"owner": "<AccountAddress>",
"token_amount": "<String of size at most 74 containing an unsigned integer.>",
"token_contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
]
{
"auction_id": "<UInt32>"
}
None
{
"auction_state": {
"Enum": [
{
"NotSoldYet": []
},
{
"Sold": [
"<AccountAddress>"
]
}
]
},
"end": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
"highest_bid": "<Amount in microCCD>",
"highest_bidder": {
"Enum": [
{
"None": []
},
{
"Some": [
"<AccountAddress>"
]
}
]
},
"initial_price": "<UInt64>",
"item": "<String>",
"owner": "<AccountAddress>",
"token_amount": "<String of size at most 74 containing an unsigned integer.>",
"token_contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
{
"auction_id": "<UInt32>"
}
{
"Enum": [
{
"OnlyAccount": []
},
{
"BidBelowCurrentBid": []
},
{
"BidBelowMinimumRaise": []
},
{
"BidTooLate": []
},
{
"AuctionAlreadyFinalized": []
},
{
"AuctionNotFound": []
},
{
"ParameterParsingError": []
},
{
"AuctionStillActive": []
},
{
"TransferFailed": []
},
{
"OnlyNotOwner": []
}
]
}
None