mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
withdraw stake
This commit is contained in:
parent
1ba7ddfd89
commit
a628f74841
@ -26,6 +26,10 @@ const EventButton = (obj) => {
|
|||||||
eventSpecificInfo = <div className="row">
|
eventSpecificInfo = <div className="row">
|
||||||
<p>{obj.data.recipient} claimed stake</p>
|
<p>{obj.data.recipient} claimed stake</p>
|
||||||
</div>
|
</div>
|
||||||
|
} else if (obj.name == "WithdrawStake") {
|
||||||
|
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(255, 0, 0, 0.3)' }}>
|
||||||
|
<p>{obj.data.delegator} withdrew stake worth {obj.data.bondedAmount / 1000000000000000000} LPT in round {obj.data.withdrawRound}</p>
|
||||||
|
</div>
|
||||||
} else if (obj.name == "Reward") {
|
} else if (obj.name == "Reward") {
|
||||||
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(0, 179, 221, 0.3)' }}>
|
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(0, 179, 221, 0.3)' }}>
|
||||||
<p>O {obj.data.transcoder} called reward for {obj.data.amount / 1000000000000000000} LPT</p>
|
<p>O {obj.data.transcoder} called reward for {obj.data.amount / 1000000000000000000} LPT</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user