{
"end": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
"minimum_raise": "<UInt64>",
"participation_token": {
"Enum": [
{
"None": []
},
{
"Some": [
{
"contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
]
}
]
},
"start": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}
None
{
"Enum": [
{
"AuctionUpdated": [
{
"auction_state": {
"Enum": [
{
"NotInitialized": []
},
{
"NotSoldYet": [
{
"amount": "<String of size at most 74 containing an unsigned integer.>",
"contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
]
},
{
"Sold": [
"<AccountAddress>"
]
}
]
},
"end": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
"highest_bid": "<UInt64>",
"highest_bidder": {
"Enum": [
{
"None": []
},
{
"Some": [
"<AccountAddress>"
]
}
]
},
"minimum_raise": "<UInt64>",
"participation_token": {
"Enum": [
{
"None": []
},
{
"Some": [
{
"contract": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"token_id": "<String with lowercase hex>"
}
]
}
]
},
"start": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}
]
},
{
"ParticipantAdded": [
"<AccountAddress>"
]
}
]
}
None
{
"Enum": [
{
"ParseParams": []
},
{
"ContractOnly": []
},
{
"OnlyAccount": []
},
{
"UnAuthorized": []
},
{
"AuctionAlreadyInitialized": []
},
{
"LogError": []
},
{
"InvalidParticipationToken": []
},
{
"PublicAuction": []
}
]
}
None
None
{
"Enum": [
{
"ParseParams": []
},
{
"ContractOnly": []
},
{
"OnlyAccount": []
},
{
"UnAuthorized": []
},
{
"AuctionAlreadyInitialized": []
},
{
"LogError": []
},
{
"InvalidParticipationToken": []
},
{
"PublicAuction": []
}
]
}
None
None
{
"Enum": [
{
"OnlyAccount": []
},
{
"BidBelowCurrentBid": []
},
{
"BidBelowMinimumRaise": []
},
{
"BidTooLate": []
},
{
"BidTooEarly": []
},
{
"AuctionNotOpen": []
},
{
"NotAParticipant": []
},
{
"LogError": []
},
{
"TransferError": []
}
]
}
None
None
{
"Enum": [
{
"AuctionStillActive": []
},
{
"AuctionNotOpen": []
},
{
"Cis2TransferError": []
},
{
"LogError": []
}
]
}
None
"<UInt64>"
{
"Enum": [
{
"ParseParams": []
}
]
}
None
None
{
"Enum": [
{
"NoNotOpen": []
},
{
"NoNotStarted": []
},
{
"NoEnded": []
},
{
"NoNotAParticipant": []
},
{
"NoContractAddress": []
}
]
}
None