2020-01-12 15:12:22 +00:00
|
|
|
# Events
|
|
|
|
|
2020-01-14 14:00:37 +00:00
|
|
|
The `x/auction` module emits the following events:
|
|
|
|
|
|
|
|
## Triggered By Other Modules
|
|
|
|
|
|
|
|
| Type | Attribute Key | Attribute Value |
|
2020-01-23 19:09:36 +00:00
|
|
|
|---------------|---------------|---------------------|
|
2020-01-14 14:00:37 +00:00
|
|
|
| auction_start | auction_id | {auction ID} |
|
|
|
|
| auction_start | auction_type | {auction type} |
|
|
|
|
| auction_start | lot_denom | {auction lot denom} |
|
|
|
|
| auction_start | bid_denom | {auction bid denom} |
|
|
|
|
|
|
|
|
## Handlers
|
|
|
|
|
|
|
|
### MsgPlaceBid
|
|
|
|
|
|
|
|
| Type | Attribute Key | Attribute Value |
|
2020-01-23 19:09:36 +00:00
|
|
|
|-------------|---------------|--------------------|
|
2020-01-14 14:00:37 +00:00
|
|
|
| auction_bid | auction_id | {auction ID} |
|
|
|
|
| auction_bid | bidder | {latest bidder} |
|
|
|
|
| auction_bid | bid_amount | {coin amount} |
|
|
|
|
| auction_bid | lot_amount | {coin amount} |
|
|
|
|
| auction_bid | end_time | {auction end time} |
|
|
|
|
| message | module | auction |
|
|
|
|
| message | sender | {sender address} |
|
|
|
|
|
2020-02-28 22:16:22 +00:00
|
|
|
## BeginBlock
|
2020-01-14 14:00:37 +00:00
|
|
|
|
|
|
|
| Type | Attribute Key | Attribute Value |
|
2020-01-23 19:09:36 +00:00
|
|
|
|---------------|---------------|-----------------|
|
2020-01-14 14:00:37 +00:00
|
|
|
| auction_close | auction_id | {auction ID} |
|