Module Name | auction |
Module Reference | 41322156e5 |
Verification Status | Unverifiable |
Age | 121 days |
Sender | DjookyX |
Deployed in block | 25,079,032 |
Deployed in tx | 6b86 |
Methods | 5 |
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>"
}
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>"
}
]
{
"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>"
}
{
"auction_id": "<UInt32>"
}
{
"Enum": [
{
"OnlyAccount": []
},
{
"BidBelowCurrentBid": []
},
{
"BidBelowMinimumRaise": []
},
{
"BidTooLate": []
},
{
"AuctionAlreadyFinalized": []
},
{
"AuctionNotFound": []
},
{
"ParameterParsingError": []
},
{
"AuctionStillActive": []
},
{
"TransferFailed": []
},
{
"OnlyNotOwner": []
}
]
}
None