shreexnode inspection
Updated 2022-10-04
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
⌄
select MEMO,split_part(MEMO, ':', -1) as bound_amount,
split_part(MEMO, ':', 2) as node_address,
split_part(MEMO, ':', -2) as bond_provider_address
from flipside_prod_db.thorchain.bond_events where tx_id ='7A9E35649D5F70A604C64D4FB2D5BBE160C2B27DCAA9AF508E14665802F88ED1'
--BOND:<NodeAddress>:<BondProviderAddress>
/* NodeAddress - address of Node
BondProviderAddress - address of provider to whitelist
RUNE TX Value - 1.0 minimum (Anything over 1.0 is added to the Operator's Bond).
unbond tx 154115C1D2F7D56F9ED4436BFF21E340940BF8AF0507115B0F1244C84105ECBC
bond
BOND:thor182ln2375mzwvpv2ld8mcpz5rkzggpw95wcj70u:thor1tcet6mxe80x89a8dlpynehlj4ya7cae4v3hmce:1750
*/