Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmos SDK ecosystem support #56

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6b92089
cosmos sdk common modules and cosmos hub final modules
Oskal174 Oct 27, 2023
c7404d1
fix denom traces path
Oskal174 Oct 30, 2023
de24d74
fee grant checks
Oskal174 Oct 31, 2023
e8baa69
fix first block date
Oskal174 Nov 1, 2023
3d317f8
known denoms refactoring
Oskal174 Nov 2, 2023
4b19588
osmosis support
Oskal174 Nov 23, 2023
85ea40c
terra support
Oskal174 Nov 23, 2023
3bb9a04
renamed to cosmos-hub
Oskal174 Dec 7, 2023
e6c407a
neutron support
Oskal174 Dec 7, 2023
621c1c5
axelar support
Oskal174 Dec 7, 2023
eb5b6cd
merge main
Oskal174 Dec 12, 2023
aceef3e
EvenOrMixed render model and fix order for mint events
Oskal174 Dec 12, 2023
047f6e8
EvenOrMixed render model for IBC
Oskal174 Dec 12, 2023
ccd3116
fix events order for EvenOrMixed render model
Oskal174 Dec 13, 2023
949a5f8
merge cosmos-chains
Oskal174 Dec 13, 2023
d4d9aed
Merge branch 'cosmos-chains' into cosmos-neutron-support
Oskal174 Dec 13, 2023
559646d
Merge branch 'cosmos-chains' into cosmos-axelar-support
Oskal174 Dec 13, 2023
22e3f44
merged cosmos-chains
Oskal174 Dec 13, 2023
5a12881
even render model for ibc
Oskal174 Dec 14, 2023
83bce2f
Merge branch 'cosmos-chains' into cosmos-osmosis-support
Oskal174 Dec 14, 2023
f92407b
Merge branch 'cosmos-chains' into cosmos-terra-support
Oskal174 Dec 14, 2023
81d33e8
Merge branch 'cosmos-chains' into cosmos-neutron-support
Oskal174 Dec 14, 2023
87178f6
Merge branch 'cosmos-chains' into cosmos-axelar-support
Oskal174 Dec 14, 2023
27cc683
cosmoshub-4 network first block update
Oskal174 Dec 22, 2023
aa59ba4
Merge pull request #59 from 3xplcom/cosmos-osmosis-support
Oskal174 Jan 10, 2024
3d9783a
remove duplicates after merge
Oskal174 Jan 10, 2024
2fdfd5c
Merge branch 'cosmos-chains' into cosmos-terra-support
Oskal174 Jan 10, 2024
0837307
Merge pull request #60 from 3xplcom/cosmos-terra-support
Oskal174 Jan 10, 2024
d8f245c
Merge branch 'cosmos-chains' into cosmos-neutron-support
Oskal174 Jan 10, 2024
ace3da4
Merge pull request #62 from 3xplcom/cosmos-neutron-support
Oskal174 Jan 10, 2024
ac99730
Merge branch 'cosmos-chains' into cosmos-axelar-support
Oskal174 Jan 10, 2024
f814749
Merge pull request #63 from 3xplcom/cosmos-axelar-support
Oskal174 Jan 10, 2024
8c61482
Osmosis updated returned decoded values
Oskal174 Jan 10, 2024
c422d3a
Neutron updated returned decoded values
Oskal174 Jan 10, 2024
8b7d03e
Sei Cosmos chain support
Oskal174 Jan 23, 2024
2a08b62
fix additional zero event in case transfer event
Oskal174 Jan 26, 2024
fd289c1
Cronos POS support
Oskal174 Jan 26, 2024
c0b686a
Celestia support
Oskal174 Feb 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
252 changes: 252 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,258 @@ MODULE_zcash-main_NODES[]=http://login:[email protected]:1234/
MODULE_zcash-main_REQUESTER_TIMEOUT=60
MODULE_zcash-main_REQUESTER_THREADS=12

######################
## Main CosmosHub Module
######################

MODULES[]=cosmos-hub-main
MODULE_cosmos-hub-main_CLASS=CosmosHubMainModule
MODULE_cosmos-hub-main_NODES[]=http://login:[email protected]:1234/
MODULE_cosmos-hub-main_NODES[]=http://login:[email protected]:1234/
MODULE_cosmos-hub-main_RPC_NODE=http://login:[email protected]:12345/
MODULE_cosmos-hub-main_REQUESTER_TIMEOUT=60
MODULE_cosmos-hub-main_REQUESTER_THREADS=12

######################
## IBC CosmosHub Module
######################

MODULES[]=cosmos-hub-ibc
MODULE_cosmos-hub-ibc_CLASS=CosmosHubIBCModule
MODULE_cosmos-hub-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_cosmos-hub-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_cosmos-hub-ibc_RPC_NODE=http://login:[email protected]:12345/
MODULE_cosmos-hub-ibc_REQUESTER_TIMEOUT=60
MODULE_cosmos-hub-ibc_REQUESTER_THREADS=12

######################
## Main Axelar Module
######################

MODULES[]=axelar-main
MODULE_axelar-main_CLASS=AxelarMainModule
MODULE_axelar-main_NODES[]=http://login:[email protected]:1234/
MODULE_axelar-main_NODES[]=http://login:[email protected]:1234/
MODULE_axelar-main_RPC_NODE=http://login:[email protected]:12345/
MODULE_axelar-main_REQUESTER_TIMEOUT=60
MODULE_axelar-main_REQUESTER_THREADS=12

######################
## IBC Axelar Module
######################

MODULES[]=axelar-ibc
MODULE_axelar-ibc_CLASS=AxelarIBCModule
MODULE_axelar-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_axelar-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_axelar-ibc_RPC_NODE=http://login:[email protected]:12345/
MODULE_axelar-ibc_REQUESTER_TIMEOUT=60
MODULE_axelar-ibc_REQUESTER_THREADS=12

######################
## Main Neutron Module
######################

MODULES[]=neutron-main
MODULE_neutron-main_CLASS=NeutronMainModule
MODULE_neutron-main_NODES[]=http://login:[email protected]:1234/
MODULE_neutron-main_NODES[]=http://login:[email protected]:1234/
MODULE_neutron-main_RPC_NODE=http://login:[email protected]:12345/
MODULE_neutron-main_REQUESTER_TIMEOUT=60
MODULE_neutron-main_REQUESTER_THREADS=12

######################
## IBC Neutron Module
######################

MODULES[]=neutron-ibc
MODULE_neutron-ibc_CLASS=NeutronIBCModule
MODULE_neutron-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_neutron-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_neutron-ibc_RPC_NODE=http://login:[email protected]:12345/
MODULE_neutron-ibc_REQUESTER_TIMEOUT=60
MODULE_neutron-ibc_REQUESTER_THREADS=12

######################
## Main Terra Module
######################

MODULES[]=terra-main
MODULE_terra-main_CLASS=TerraMainModule
MODULE_terra-main_NODES[]=http://login:[email protected]:1234/
MODULE_terra-main_NODES[]=http://login:[email protected]:1234/
MODULE_terra-main_RPC_NODE=http://login:[email protected]:12345/
MODULE_terra-main_REQUESTER_TIMEOUT=60
MODULE_terra-main_REQUESTER_THREADS=12

######################
## CW20 Terra Module
######################

MODULES[]=terra-cw-20
MODULE_terra-cw-20_CLASS=TerraCW20Module
MODULE_terra-cw-20_NODES[]=http://login:[email protected]:1234/
MODULE_terra-cw-20_NODES[]=http://login:[email protected]:1234/
MODULE_terra-cw-20_RPC_NODE=http://login:[email protected]:12345/
MODULE_terra-cw-20_REQUESTER_TIMEOUT=60
MODULE_terra-cw-20_REQUESTER_THREADS=12

######################
## CW721 Terra Module
######################

MODULES[]=terra-cw-721
MODULE_terra-cw-721_CLASS=TerraCW721Module
MODULE_terra-cw-721_NODES[]=http://login:[email protected]:1234/
MODULE_terra-cw-721_NODES[]=http://login:[email protected]:1234/
MODULE_terra-cw-721_RPC_NODE=http://login:[email protected]:12345/
MODULE_terra-cw-721_REQUESTER_TIMEOUT=60
MODULE_terra-cw-721_REQUESTER_THREADS=12

######################
## IBC Terra Module
######################

MODULES[]=terra-ibc
MODULE_terra-ibc_CLASS=TerraIBCModule
MODULE_terra-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_terra-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_terra-ibc_RPC_NODE=http://login:[email protected]:12345/
MODULE_terra-ibc_REQUESTER_TIMEOUT=60
MODULE_terra-ibc_REQUESTER_THREADS=12

######################
## Main Osmosis Module
######################

MODULES[]=osmosis-main
MODULE_osmosis-main_CLASS=OsmosisMainModule
MODULE_osmosis-main_NODES[]=http://login:[email protected]:1234/
MODULE_osmosis-main_NODES[]=http://login:[email protected]:1234/
MODULE_osmosis-main_RPC_NODE=http://login:[email protected]:12345/
MODULE_osmosis-main_REQUESTER_TIMEOUT=60
MODULE_osmosis-main_REQUESTER_THREADS=12

######################
## IBC Osmosis Module
######################

MODULES[]=osmosis-ibc
MODULE_osmosis-ibc_CLASS=OsmosisIBCModule
MODULE_osmosis-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_osmosis-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_osmosis-ibc_RPC_NODE=http://login:[email protected]:12345/
MODULE_osmosis-ibc_REQUESTER_TIMEOUT=60
MODULE_osmosis-ibc_REQUESTER_THREADS=12

######################
## Main Sei Module
######################

MODULES[]=sei-main
MODULE_sei-main_CLASS=SeiMainModule
MODULE_sei-main_NODES[]=http://login:[email protected]:1234/
MODULE_sei-main_NODES[]=http://login:[email protected]:1234/
MODULE_sei-main_RPC_NODE=http://login:[email protected]:12345/
MODULE_sei-main_REQUESTER_TIMEOUT=60
MODULE_sei-main_REQUESTER_THREADS=12

######################
## CW20 Sei Module
######################

MODULES[]=sei-cw-20
MODULE_sei-cw-20_CLASS=SeiCW20Module
MODULE_sei-cw-20_NODES[]=http://login:[email protected]:1234/
MODULE_sei-cw-20_NODES[]=http://login:[email protected]:1234/
MODULE_sei-cw-20_RPC_NODE=http://login:[email protected]:12345/
MODULE_sei-cw-20_REQUESTER_TIMEOUT=60
MODULE_sei-cw-20_REQUESTER_THREADS=12

######################
## CW721 Sei Module
######################

MODULES[]=sei-cw-721
MODULE_sei-cw-721_CLASS=SeiCW721Module
MODULE_sei-cw-721_NODES[]=http://login:[email protected]:1234/
MODULE_sei-cw-721_NODES[]=http://login:[email protected]:1234/
MODULE_sei-cw-721_RPC_NODE=http://login:[email protected]:12345/
MODULE_sei-cw-721_REQUESTER_TIMEOUT=60
MODULE_sei-cw-721_REQUESTER_THREADS=12

######################
## IBC Sei Module
######################

MODULES[]=sei-ibc
MODULE_sei-ibc_CLASS=SeiIBCModule
MODULE_sei-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_sei-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_sei-ibc_RPC_NODE=http://login:[email protected]:12345/
MODULE_sei-ibc_REQUESTER_TIMEOUT=60
MODULE_sei-ibc_REQUESTER_THREADS=12

######################
## TokenFactory Sei Module
######################

MODULES[]=sei-token-factory
MODULE_sei-token-factory_CLASS=SeiTokenFactoryModule
MODULE_sei-token-factory_NODES[]=http://login:[email protected]:1234/
MODULE_sei-token-factory_NODES[]=http://login:[email protected]:1234/
MODULE_sei-token-factory_RPC_NODE=http://login:[email protected]:12345/
MODULE_sei-token-factory_REQUESTER_TIMEOUT=60
MODULE_sei-token-factory_REQUESTER_THREADS=12

######################
## Main Cronos POS Module
######################

MODULES[]=cronos-pos-main
MODULE_cronos-pos-main_CLASS=CronosPOSMainModule
MODULE_cronos-pos-main_NODES[]=http://login:[email protected]:1234/
MODULE_cronos-pos-main_NODES[]=http://login:[email protected]:1234/
MODULE_cronos-pos-main_RPC_NODE=http://login:[email protected]:12345/
MODULE_cronos-pos-main_REQUESTER_TIMEOUT=60
MODULE_cronos-pos-main_REQUESTER_THREADS=12

######################
## IBC Cronos POS Module
######################

MODULES[]=cronos-pos-ibc
MODULE_cronos-pos-ibc_CLASS=CronosPOSIBCModule
MODULE_cronos-pos-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_cronos-pos-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_cronos-pos-ibc_RPC_NODE=http://login:[email protected]:12345/
MODULE_cronos-pos-ibc_REQUESTER_TIMEOUT=60
MODULE_cronos-pos-ibc_REQUESTER_THREADS=12

######################
## Main Celestia Module
######################

MODULES[]=celestia-main
MODULE_celestia-main_CLASS=CelestiaMainModule
MODULE_celestia-main_NODES[]=http://login:[email protected]:1234/
MODULE_celestia-main_NODES[]=http://login:[email protected]:1234/
MODULE_celestia-main_RPC_NODE=http://login:[email protected]:12345/
MODULE_celestia-main_REQUESTER_TIMEOUT=60
MODULE_celestia-main_REQUESTER_THREADS=12

######################
## IBC Celestia Module
######################

MODULES[]=celestia-ibc
MODULE_celestia-ibc_CLASS=CelestiaIBCModule
MODULE_celestia-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_celestia-ibc_NODES[]=http://login:[email protected]:1234/
MODULE_celestia-ibc_RPC_NODE=http://login:[email protected]:12345/
MODULE_celestia-ibc_REQUESTER_TIMEOUT=60
MODULE_celestia-ibc_REQUESTER_THREADS=12

############################
# Titles, descriptions, etc.
############################
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Core, UTXO modules, EVM modules
* [Yulian Volianskyi](https://github.com/jzethar)
- Beacon Chain modules
* [Kirill Kuzminykh](https://github.com/Oskal174)
- Cosmos modules
* [alexqrid](https://github.com/alexqrid)
- TVM modules
* [Oleg Makaussov](https://github.com/Lorgansar)
Expand Down
23 changes: 23 additions & 0 deletions Modules/AxelarIBCModule.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php declare(strict_types=1);

/* Idea (c) 2023 Nikita Zhavoronkov, [email protected]
* Copyright (c) 2023 3xpl developers, [email protected], see CONTRIBUTORS.md
* Distributed under the MIT software license, see LICENSE.md */

/* This is the IBC Axelar module. */

final class AxelarIBCModule extends CosmosIBCModule implements Module
{
function initialize()
{
// CoreModule
$this->blockchain = 'axelar';
$this->module = 'axelar-ibc';
$this->is_main = false;
$this->first_block_date = '2021-12-22';

// Cosmos-specific
$this->cosmos_special_addresses = [];
$this->cosmos_coin_events_fork = 0;
}
}
29 changes: 29 additions & 0 deletions Modules/AxelarMainModule.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php declare(strict_types=1);

/* Idea (c) 2023 Nikita Zhavoronkov, [email protected]
* Copyright (c) 2023 3xpl developers, [email protected], see CONTRIBUTORS.md
* Distributed under the MIT software license, see LICENSE.md */

/* This is the main Axelar module. */

final class AxelarMainModule extends CosmosMainModule implements Module
{
function initialize()
{
// CoreModule
$this->blockchain = 'axelar';
$this->module = 'axelar-main';
$this->is_main = true;
$this->first_block_date = '2021-12-22';
$this->currency = 'axelar';
$this->currency_details = ['name' => 'Axelar', 'symbol' => 'AXL', 'decimals' => 6, 'description' => null];

// Cosmos-specific
$this->cosmos_special_addresses = [
// At each block, all fees received are transferred to fee_collector.
'fee_collector' => 'axelar17xpfvakm2amg962yls6f84z3kell8c5l5h4gqu',
];
$this->cosmos_known_denoms = ['uaxl' => 0];
$this->cosmos_coin_events_fork = 0;
}
}
24 changes: 24 additions & 0 deletions Modules/CelestiaIBCModule.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php declare(strict_types=1);

/* Idea (c) 2023 Nikita Zhavoronkov, [email protected]
* Copyright (c) 2023 3xpl developers, [email protected], see CONTRIBUTORS.md
* Distributed under the MIT software license, see LICENSE.md */

/* This is the IBC Celestia module. */

final class CelestiaIBCModule extends CosmosIBCModule implements Module
{
function initialize()
{
// CoreModule
$this->blockchain = 'celestia';
$this->module = 'celestia-ibc';
$this->is_main = false;
$this->first_block_id = 1;
$this->first_block_date = '2023-10-31';

// Cosmos-specific
$this->cosmos_special_addresses = [];
$this->cosmos_coin_events_fork = 0;
}
}
35 changes: 35 additions & 0 deletions Modules/CelestiaMainModule.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php declare(strict_types=1);

/* Idea (c) 2023 Nikita Zhavoronkov, [email protected]
* Copyright (c) 2023 3xpl developers, [email protected], see CONTRIBUTORS.md
* Distributed under the MIT software license, see LICENSE.md */

/* This is the main Celestia module. */

final class CelestiaMainModule extends CosmosMainModule implements Module
{
function initialize()
{
// CoreModule
$this->blockchain = 'celestia';
$this->module = 'celestia-main';
$this->is_main = true;
$this->first_block_id = 1;
$this->first_block_date = '2023-10-31';
$this->currency = 'celestia';
$this->currency_details = ['name' => 'Celestia', 'symbol' => 'TIA', 'decimals' => 8, 'description' => null];

// Cosmos-specific
$this->cosmos_special_addresses = [
// At each block, all fees received are transferred to fee_collector.
'fee_collector' => 'celestia17xpfvakm2amg962yls6f84z3kell8c5lpnjs3s'
];
$this->cosmos_known_denoms = ['utia' => 0];
$this->cosmos_coin_events_fork = 0;

$this->tests = [
['block' => 689399, 'transaction' => '275137ad9b3ee553fc28baa6c91102be8b137f59d84258cb82ca505d3689c2ad', 'result' => 'a:1:{s:6:"events";a:4:{i:0;a:8:{s:11:"transaction";s:64:"275137ad9b3ee553fc28baa6c91102be8b137f59d84258cb82ca505d3689c2ad";s:8:"sort_key";i:0;s:7:"address";s:47:"celestia1tv85ggjuxnxden0v44assh854k88t9pca3ardk";s:6:"effect";s:5:"-2536";s:6:"failed";s:1:"f";s:5:"extra";s:1:"f";s:5:"block";i:689399;s:4:"time";s:19:"2024-02-01 22:45:13";}i:1;a:8:{s:11:"transaction";s:64:"275137ad9b3ee553fc28baa6c91102be8b137f59d84258cb82ca505d3689c2ad";s:8:"sort_key";i:1;s:7:"address";s:47:"celestia17xpfvakm2amg962yls6f84z3kell8c5lpnjs3s";s:6:"effect";s:4:"2536";s:6:"failed";s:1:"f";s:5:"extra";s:1:"f";s:5:"block";i:689399;s:4:"time";s:19:"2024-02-01 22:45:13";}i:2;a:8:{s:11:"transaction";s:64:"275137ad9b3ee553fc28baa6c91102be8b137f59d84258cb82ca505d3689c2ad";s:8:"sort_key";i:2;s:7:"address";s:47:"celestia1tv85ggjuxnxden0v44assh854k88t9pca3ardk";s:6:"effect";s:9:"-11600000";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:689399;s:4:"time";s:19:"2024-02-01 22:45:13";}i:3;a:8:{s:11:"transaction";s:64:"275137ad9b3ee553fc28baa6c91102be8b137f59d84258cb82ca505d3689c2ad";s:8:"sort_key";i:3;s:7:"address";s:47:"celestia17sael2kcmm8npe2pmkxj3un90xfg60vv9l4aes";s:6:"effect";s:8:"11600000";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:689399;s:4:"time";s:19:"2024-02-01 22:45:13";}}}'],
['block' => 9956, 'result' => 'a:2:{s:6:"events";a:12:{i:0;a:8:{s:11:"transaction";s:64:"5994338cb722b6a012dfea98dbc10d09aadb66d9c40872f937309d7b65476a9f";s:8:"sort_key";i:0;s:7:"address";s:47:"celestia16m48j88mlw2smhc8nyurznt4jl9nqgyqegz3da";s:6:"effect";s:7:"-136491";s:6:"failed";s:1:"f";s:5:"extra";s:1:"f";s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:1;a:8:{s:11:"transaction";s:64:"5994338cb722b6a012dfea98dbc10d09aadb66d9c40872f937309d7b65476a9f";s:8:"sort_key";i:1;s:7:"address";s:47:"celestia17xpfvakm2amg962yls6f84z3kell8c5lpnjs3s";s:6:"effect";s:6:"136491";s:6:"failed";s:1:"f";s:5:"extra";s:1:"f";s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:2;a:8:{s:11:"transaction";s:64:"90b27c6570cbb7a3c59cb43a43efe7ddf4fa82edf50f235b67fc39ffe9eba34f";s:8:"sort_key";i:2;s:7:"address";s:47:"celestia1zpaqkahypxx680p0hnsnw5707zpg5q8mcgvygs";s:6:"effect";s:6:"-37818";s:6:"failed";s:1:"f";s:5:"extra";s:1:"f";s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:3;a:8:{s:11:"transaction";s:64:"90b27c6570cbb7a3c59cb43a43efe7ddf4fa82edf50f235b67fc39ffe9eba34f";s:8:"sort_key";i:3;s:7:"address";s:47:"celestia17xpfvakm2amg962yls6f84z3kell8c5lpnjs3s";s:6:"effect";s:5:"37818";s:6:"failed";s:1:"f";s:5:"extra";s:1:"f";s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:4;a:8:{s:11:"transaction";s:64:"90b27c6570cbb7a3c59cb43a43efe7ddf4fa82edf50f235b67fc39ffe9eba34f";s:8:"sort_key";i:4;s:7:"address";s:47:"celestia1zpaqkahypxx680p0hnsnw5707zpg5q8mcgvygs";s:6:"effect";s:9:"-81270886";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:5;a:8:{s:11:"transaction";s:64:"90b27c6570cbb7a3c59cb43a43efe7ddf4fa82edf50f235b67fc39ffe9eba34f";s:8:"sort_key";i:5;s:7:"address";s:47:"celestia1fl48vsnmsdzcv85q5d2q4z5ajdha8yu3y3clr6";s:6:"effect";s:8:"81270886";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:6;a:8:{s:11:"transaction";N;s:8:"sort_key";i:6;s:7:"address";s:8:"the-void";s:6:"effect";s:9:"-29937517";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:7;a:8:{s:11:"transaction";N;s:8:"sort_key";i:7;s:7:"address";s:47:"celestia1m3h30wlvsf8llruxtpukdvsy0km2kum8emkgad";s:6:"effect";s:8:"29937517";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:8;a:8:{s:11:"transaction";N;s:8:"sort_key";i:8;s:7:"address";s:47:"celestia1m3h30wlvsf8llruxtpukdvsy0km2kum8emkgad";s:6:"effect";s:9:"-29937517";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:9;a:8:{s:11:"transaction";N;s:8:"sort_key";i:9;s:7:"address";s:47:"celestia17xpfvakm2amg962yls6f84z3kell8c5lpnjs3s";s:6:"effect";s:8:"29937517";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:10;a:8:{s:11:"transaction";N;s:8:"sort_key";i:10;s:7:"address";s:47:"celestia17xpfvakm2amg962yls6f84z3kell8c5lpnjs3s";s:6:"effect";s:9:"-30087517";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}i:11;a:8:{s:11:"transaction";N;s:8:"sort_key";i:11;s:7:"address";s:47:"celestia1jv65s3grqf6v6jl3dp4t6c9t9rk99cd8k44vnj";s:6:"effect";s:8:"30087517";s:6:"failed";s:1:"f";s:5:"extra";N;s:5:"block";i:9956;s:4:"time";s:19:"2023-11-01 22:53:18";}}s:10:"currencies";N;}'],
];
}
}
Loading