diff --git a/.env b/.env index 688ec6c..ac130c3 100644 --- a/.env +++ b/.env @@ -3,4 +3,8 @@ YELLOWSTONE_COMMITMENT=processed BUNDLER=5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW -RUST_LOG=info \ No newline at end of file +RUST_LOG=info + +BIN_PATH=logs/frames/bin/1762440223791_slot378317940_4t6rKnrWTjmM_tx.bin +# Wallet +WALLET_PATH=keys/wallet_01.json \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index e410534..3e8ded0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,6 +54,31 @@ dependencies = [ "zeroize", ] +[[package]] +name = "agave-feature-set" +version = "2.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52a2c365c0245cbb8959de725fc2b44c754b673fdf34c9a7f9d4a25c35a7bf1" +dependencies = [ + "ahash", + "solana-epoch-schedule", + "solana-hash", + "solana-pubkey", + "solana-sha256-hasher", + "solana-svm-feature-set", +] + +[[package]] +name = "agave-reserved-account-keys" +version = "2.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8289c8a8a2ef5aa10ce49a070f360f4e035ee3410b8d8f3580fb39d8cf042581" +dependencies = [ + "agave-feature-set", + "solana-pubkey", + "solana-sdk-ids", +] + [[package]] name = "ahash" version = "0.8.12" @@ -61,6 +86,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", + "getrandom 0.3.4", "once_cell", "version_check", "zerocopy", @@ -75,30 +101,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "alloc-no-stdlib" -version = "2.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" - -[[package]] -name = "alloc-stdlib" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" -dependencies = [ - "alloc-no-stdlib", -] - -[[package]] -name = "android_system_properties" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" -dependencies = [ - "libc", -] - [[package]] name = "anyhow" version = "1.0.100" @@ -146,7 +148,7 @@ dependencies = [ "derivative", "digest 0.10.7", "itertools 0.10.5", - "num-bigint 0.4.6", + "num-bigint", "num-traits", "paste", "rustc_version", @@ -169,7 +171,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" dependencies = [ - "num-bigint 0.4.6", + "num-bigint", "num-traits", "proc-macro2", "quote", @@ -198,7 +200,7 @@ dependencies = [ "ark-serialize-derive", "ark-std", "digest 0.10.7", - "num-bigint 0.4.6", + "num-bigint", ] [[package]] @@ -234,53 +236,6 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" -[[package]] -name = "ascii" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" - -[[package]] -name = "assert_matches" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" - -[[package]] -name = "async-compression" -version = "0.4.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0" -dependencies = [ - "compression-codecs", - "compression-core", - "futures-core", - "pin-project-lite", - "tokio", -] - -[[package]] -name = "async-stream" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" -dependencies = [ - "async-stream-impl", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-stream-impl" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.109", -] - [[package]] name = "async-trait" version = "0.1.89" @@ -298,6 +253,17 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" +[[package]] +name = "atty" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" +dependencies = [ + "hermit-abi", + "libc", + "winapi", +] + [[package]] name = "autocfg" version = "1.5.0" @@ -315,44 +281,15 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.20" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" +checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" dependencies = [ - "async-trait", - "axum-core 0.3.4", - "bitflags 1.3.2", + "axum-core", "bytes", "futures-util", - "http 0.2.12", - "http-body 0.4.6", - "hyper 0.14.32", - "itoa", - "matchit", - "memchr", - "mime", - "percent-encoding", - "pin-project-lite", - "rustversion", - "serde", - "sync_wrapper 0.1.2", - "tower 0.4.13", - "tower-layer", - "tower-service", -] - -[[package]] -name = "axum" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" -dependencies = [ - "async-trait", - "axum-core 0.4.5", - "bytes", - "futures-util", - "http 1.3.1", - "http-body 1.0.1", + "http", + "http-body", "http-body-util", "itoa", "matchit", @@ -360,47 +297,27 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rustversion", - "serde", - "sync_wrapper 1.0.2", - "tower 0.5.2", + "serde_core", + "sync_wrapper", + "tower", "tower-layer", "tower-service", ] [[package]] name = "axum-core" -version = "0.3.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" +checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" dependencies = [ - "async-trait", "bytes", - "futures-util", - "http 0.2.12", - "http-body 0.4.6", - "mime", - "rustversion", - "tower-layer", - "tower-service", -] - -[[package]] -name = "axum-core" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" -dependencies = [ - "async-trait", - "bytes", - "futures-util", - "http 1.3.1", - "http-body 1.0.1", + "futures-core", + "http", + "http-body", "http-body-util", "mime", "pin-project-lite", - "rustversion", - "sync_wrapper 1.0.2", + "sync_wrapper", "tower-layer", "tower-service", ] @@ -411,12 +328,6 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - [[package]] name = "base64" version = "0.22.1" @@ -432,12 +343,6 @@ dependencies = [ "serde", ] -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - [[package]] name = "bitflags" version = "2.10.0" @@ -547,27 +452,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "brotli" -version = "8.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor", -] - -[[package]] -name = "brotli-decompressor" -version = "5.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", -] - [[package]] name = "bs58" version = "0.5.1" @@ -595,18 +479,18 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.23.1" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" +checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" dependencies = [ "bytemuck_derive", ] [[package]] name = "bytemuck_derive" -version = "1.8.1" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a" +checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" dependencies = [ "proc-macro2", "quote", @@ -666,12 +550,7 @@ version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "iana-time-zone", - "js-sys", "num-traits", - "serde", - "wasm-bindgen", - "windows-link", ] [[package]] @@ -684,37 +563,6 @@ dependencies = [ "inout", ] -[[package]] -name = "combine" -version = "3.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680" -dependencies = [ - "ascii", - "byteorder", - "either", - "memchr", - "unreachable", -] - -[[package]] -name = "compression-codecs" -version = "0.4.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23" -dependencies = [ - "brotli", - "compression-core", - "flate2", - "memchr", -] - -[[package]] -name = "compression-core" -version = "0.4.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" - [[package]] name = "console_error_panic_hook" version = "0.1.7" @@ -785,21 +633,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "crossbeam-channel" -version = "0.5.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" - [[package]] name = "crunchy" version = "0.2.4" @@ -967,12 +800,6 @@ version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" -[[package]] -name = "eager" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abe71d579d1812060163dff96056261deb5bf6729b100fa2e36a68b9649ba3d3" - [[package]] name = "ed25519" version = "1.5.3" @@ -1024,23 +851,16 @@ dependencies = [ ] [[package]] -name = "enum-iterator" -version = "1.5.0" +name = "env_logger" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94" +checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" dependencies = [ - "enum-iterator-derive", -] - -[[package]] -name = "enum-iterator-derive" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.109", + "atty", + "humantime", + "log", + "regex", + "termcolor", ] [[package]] @@ -1083,6 +903,15 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" +[[package]] +name = "five8" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75b8549488b4715defcb0d8a8a1c1c76a80661b5fa106b4ca0e7fce59d7d875" +dependencies = [ + "five8_core", +] + [[package]] name = "five8_const" version = "0.1.4" @@ -1239,21 +1068,10 @@ version = "0.14.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" dependencies = [ - "serde", "typenum", "version_check", ] -[[package]] -name = "gethostname" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "getrandom" version = "0.1.16" @@ -1287,28 +1105,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", + "js-sys", "libc", "r-efi", "wasip2", -] - -[[package]] -name = "h2" -version = "0.3.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" -dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http 0.2.12", - "indexmap 2.12.0", - "slab", - "tokio", - "tokio-util", - "tracing", + "wasm-bindgen", ] [[package]] @@ -1322,29 +1123,14 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.3.1", - "indexmap 2.12.0", + "http", + "indexmap", "slab", "tokio", "tokio-util", "tracing", ] -[[package]] -name = "hash32" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" -dependencies = [ - "byteorder", -] - -[[package]] -name = "hashbrown" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - [[package]] name = "hashbrown" version = "0.13.2" @@ -1366,6 +1152,15 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" +[[package]] +name = "hermit-abi" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" +dependencies = [ + "libc", +] + [[package]] name = "hmac" version = "0.8.1" @@ -1396,17 +1191,6 @@ dependencies = [ "hmac 0.8.1", ] -[[package]] -name = "http" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - [[package]] name = "http" version = "1.3.1" @@ -1418,17 +1202,6 @@ dependencies = [ "itoa", ] -[[package]] -name = "http-body" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" -dependencies = [ - "bytes", - "http 0.2.12", - "pin-project-lite", -] - [[package]] name = "http-body" version = "1.0.1" @@ -1436,7 +1209,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.1", + "http", ] [[package]] @@ -1447,8 +1220,8 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.1", - "http-body 1.0.1", + "http", + "http-body", "pin-project-lite", ] @@ -1465,28 +1238,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] -name = "hyper" -version = "0.14.32" +name = "humantime" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" -dependencies = [ - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "h2 0.3.27", - "http 0.2.12", - "http-body 0.4.6", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "socket2 0.5.10", - "tokio", - "tower-service", - "tracing", - "want", -] +checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" [[package]] name = "hyper" @@ -1498,9 +1253,9 @@ dependencies = [ "bytes", "futures-channel", "futures-core", - "h2 0.4.12", - "http 1.3.1", - "http-body 1.0.1", + "h2", + "http", + "http-body", "httparse", "httpdate", "itoa", @@ -1513,28 +1268,19 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.2" +version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" +checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.32", - "rustls 0.21.12", + "http", + "hyper", + "hyper-util", + "rustls", + "rustls-pki-types", "tokio", - "tokio-rustls 0.24.1", -] - -[[package]] -name = "hyper-timeout" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" -dependencies = [ - "hyper 0.14.32", - "pin-project-lite", - "tokio", - "tokio-io-timeout", + "tokio-rustls", + "tower-service", + "webpki-roots", ] [[package]] @@ -1543,56 +1289,53 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" dependencies = [ - "hyper 1.7.0", + "hyper", "hyper-util", "pin-project-lite", "tokio", "tower-service", ] +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + [[package]] name = "hyper-util" version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" dependencies = [ + "base64 0.22.1", "bytes", "futures-channel", "futures-core", "futures-util", - "http 1.3.1", - "http-body 1.0.1", - "hyper 1.7.0", + "http", + "http-body", + "hyper", + "ipnet", "libc", + "percent-encoding", "pin-project-lite", - "socket2 0.6.1", + "socket2", + "system-configuration", "tokio", "tower-service", "tracing", -] - -[[package]] -name = "iana-time-zone" -version = "0.1.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" -dependencies = [ - "android_system_properties", - "core-foundation-sys", - "iana-time-zone-haiku", - "js-sys", - "log", - "wasm-bindgen", - "windows-core", -] - -[[package]] -name = "iana-time-zone-haiku" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" -dependencies = [ - "cc", + "windows-registry", ] [[package]] @@ -1703,16 +1446,6 @@ dependencies = [ "icu_properties", ] -[[package]] -name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" -dependencies = [ - "autocfg", - "hashbrown 0.12.3", -] - [[package]] name = "indexmap" version = "2.12.0" @@ -1738,6 +1471,16 @@ version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" +[[package]] +name = "iri-string" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" +dependencies = [ + "memchr", + "serde", +] + [[package]] name = "itertools" version = "0.10.5" @@ -1791,6 +1534,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "kaigan" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ba15de5aeb137f0f65aa3bf82187647f1285abfe5b20c80c2c37f7007ad519a" +dependencies = [ + "borsh 0.10.4", + "serde", +] + [[package]] name = "keccak" version = "0.1.5" @@ -1887,6 +1640,12 @@ version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +[[package]] +name = "lru-slab" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" + [[package]] name = "matchers" version = "0.2.0" @@ -1898,9 +1657,9 @@ dependencies = [ [[package]] name = "matchit" -version = "0.7.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" +checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "memchr" @@ -1971,6 +1730,23 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" +[[package]] +name = "native-tls" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" +dependencies = [ + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework 2.11.1", + "security-framework-sys", + "tempfile", +] + [[package]] name = "nu-ansi-term" version = "0.50.3" @@ -1980,31 +1756,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "num" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36" -dependencies = [ - "num-bigint 0.2.6", - "num-complex", - "num-integer", - "num-iter", - "num-rational", - "num-traits", -] - -[[package]] -name = "num-bigint" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - [[package]] name = "num-bigint" version = "0.4.6" @@ -2015,16 +1766,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-complex" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" -dependencies = [ - "autocfg", - "num-traits", -] - [[package]] name = "num-derive" version = "0.4.2" @@ -2045,29 +1786,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-iter" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-rational" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" -dependencies = [ - "autocfg", - "num-bigint 0.2.6", - "num-integer", - "num-traits", -] - [[package]] name = "num-traits" version = "0.2.19" @@ -2117,7 +1835,7 @@ version = "0.10.74" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654" dependencies = [ - "bitflags 2.10.0", + "bitflags", "cfg-if", "foreign-types", "libc", @@ -2185,7 +1903,7 @@ dependencies = [ "libc", "redox_syscall", "smallvec", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -2209,15 +1927,6 @@ version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" -[[package]] -name = "percentage" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937" -dependencies = [ - "num", -] - [[package]] name = "petgraph" version = "0.7.1" @@ -2225,7 +1934,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset", - "indexmap 2.12.0", + "indexmap", ] [[package]] @@ -2335,18 +2044,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.6" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" -dependencies = [ - "bytes", -] - -[[package]] -name = "prost" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" +checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" dependencies = [ "bytes", "prost-derive", @@ -2354,9 +2054,9 @@ dependencies = [ [[package]] name = "prost-build" -version = "0.13.5" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" +checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1" dependencies = [ "heck", "itertools 0.14.0", @@ -2365,8 +2065,10 @@ dependencies = [ "once_cell", "petgraph", "prettyplease", - "prost 0.13.5", + "prost", "prost-types", + "pulldown-cmark", + "pulldown-cmark-to-cmark", "regex", "syn 2.0.109", "tempfile", @@ -2374,9 +2076,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.13.5" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" +checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" dependencies = [ "anyhow", "itertools 0.14.0", @@ -2387,11 +2089,11 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.13.5" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" +checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" dependencies = [ - "prost 0.13.5", + "prost", ] [[package]] @@ -2403,6 +2105,26 @@ dependencies = [ "autotools", ] +[[package]] +name = "pulldown-cmark" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" +dependencies = [ + "bitflags", + "memchr", + "unicase", +] + +[[package]] +name = "pulldown-cmark-to-cmark" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5b6a0769a491a08b31ea5c62494a8f144ee0987d86d670a8af4df1e1b7cde75" +dependencies = [ + "pulldown-cmark", +] + [[package]] name = "qstring" version = "0.7.2" @@ -2412,6 +2134,61 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "quinn" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" +dependencies = [ + "bytes", + "cfg_aliases", + "pin-project-lite", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls", + "socket2", + "thiserror 2.0.17", + "tokio", + "tracing", + "web-time", +] + +[[package]] +name = "quinn-proto" +version = "0.11.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +dependencies = [ + "bytes", + "getrandom 0.3.4", + "lru-slab", + "rand 0.9.2", + "ring", + "rustc-hash", + "rustls", + "rustls-pki-types", + "slab", + "thiserror 2.0.17", + "tinyvec", + "tracing", + "web-time", +] + +[[package]] +name = "quinn-udp" +version = "0.5.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" +dependencies = [ + "cfg_aliases", + "libc", + "once_cell", + "socket2", + "tracing", + "windows-sys 0.60.2", +] + [[package]] name = "quote" version = "1.0.41" @@ -2451,6 +2228,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.3", +] + [[package]] name = "rand_chacha" version = "0.2.2" @@ -2471,6 +2258,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.3", +] + [[package]] name = "rand_core" version = "0.5.1" @@ -2489,6 +2286,15 @@ dependencies = [ "getrandom 0.2.16", ] +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +dependencies = [ + "getrandom 0.3.4", +] + [[package]] name = "rand_hc" version = "0.2.0" @@ -2504,7 +2310,7 @@ version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ - "bitflags 2.10.0", + "bitflags", ] [[package]] @@ -2538,45 +2344,46 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.11.27" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ - "async-compression", - "base64 0.21.7", + "base64 0.22.1", "bytes", "encoding_rs", "futures-core", - "futures-util", - "h2 0.3.27", - "http 0.2.12", - "http-body 0.4.6", - "hyper 0.14.32", + "h2", + "http", + "http-body", + "http-body-util", + "hyper", "hyper-rustls", - "ipnet", + "hyper-tls", + "hyper-util", "js-sys", "log", "mime", - "once_cell", + "native-tls", "percent-encoding", "pin-project-lite", - "rustls 0.21.12", - "rustls-pemfile 1.0.4", + "quinn", + "rustls", + "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", - "sync_wrapper 0.1.2", - "system-configuration", + "sync_wrapper", "tokio", - "tokio-rustls 0.24.1", - "tokio-util", + "tokio-native-tls", + "tokio-rustls", + "tower", + "tower-http", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", "webpki-roots", - "winreg", ] [[package]] @@ -2594,10 +2401,10 @@ dependencies = [ ] [[package]] -name = "rustc-demangle" -version = "0.1.26" +name = "rustc-hash" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustc_version" @@ -2614,25 +2421,13 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" dependencies = [ - "bitflags 2.10.0", + "bitflags", "errno", "libc", "linux-raw-sys", "windows-sys 0.61.2", ] -[[package]] -name = "rustls" -version = "0.21.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" -dependencies = [ - "log", - "ring", - "rustls-webpki 0.101.7", - "sct", -] - [[package]] name = "rustls" version = "0.23.35" @@ -2643,7 +2438,7 @@ dependencies = [ "once_cell", "ring", "rustls-pki-types", - "rustls-webpki 0.103.8", + "rustls-webpki", "subtle", "zeroize", ] @@ -2657,25 +2452,7 @@ dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework", -] - -[[package]] -name = "rustls-pemfile" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" -dependencies = [ - "base64 0.21.7", -] - -[[package]] -name = "rustls-pemfile" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" -dependencies = [ - "rustls-pki-types", + "security-framework 3.5.1", ] [[package]] @@ -2684,19 +2461,10 @@ version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" dependencies = [ + "web-time", "zeroize", ] -[[package]] -name = "rustls-webpki" -version = "0.101.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" -dependencies = [ - "ring", - "untrusted", -] - [[package]] name = "rustls-webpki" version = "0.103.8" @@ -2736,19 +2504,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] -name = "scroll" -version = "0.11.0" +name = "security-framework" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da" - -[[package]] -name = "sct" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "ring", - "untrusted", + "bitflags", + "core-foundation 0.9.4", + "core-foundation-sys", + "libc", + "security-framework-sys", ] [[package]] @@ -2757,7 +2522,7 @@ version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" dependencies = [ - "bitflags 2.10.0", + "bitflags", "core-foundation 0.10.1", "core-foundation-sys", "libc", @@ -2790,6 +2555,15 @@ dependencies = [ "serde_derive", ] +[[package]] +name = "serde-big-array" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f" +dependencies = [ + "serde", +] + [[package]] name = "serde_bytes" version = "0.11.19" @@ -2916,6 +2690,16 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" +[[package]] +name = "signal-hook" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" +dependencies = [ + "libc", + "signal-hook-registry", +] + [[package]] name = "signal-hook-registry" version = "1.4.6" @@ -2964,24 +2748,18 @@ dependencies = [ "dotenvy", "futures", "openssl", + "reqwest", + "serde", + "serde_json", + "solana-sdk", "tokio", - "tonic 0.11.0", + "tonic", "tracing", "tracing-subscriber", "yellowstone-grpc-client", "yellowstone-grpc-proto", ] -[[package]] -name = "socket2" -version = "0.5.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - [[package]] name = "socket2" version = "0.6.1" @@ -2994,49 +2772,70 @@ dependencies = [ [[package]] name = "solana-account" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a495abef137c65f58282720384262503172cddb937c94c1a01f0a6c553a0dc" +checksum = "0f949fe4edaeaea78c844023bfc1c898e0b1f5a100f8a8d2d0f85d0a7b090258" dependencies = [ "bincode", "serde", "serde_bytes", "serde_derive", + "solana-account-info", + "solana-clock", "solana-instruction", - "solana-program", + "solana-pubkey", + "solana-sdk-ids", + "solana-sysvar", ] [[package]] name = "solana-account-decoder" -version = "2.1.21" +version = "2.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86e83b9f421857e9aee51df52aab53d03a9f5860a57c0adcda8a480392f2f85a" +checksum = "ba71c97fa4d85ce4a1e0e79044ad0406c419382be598c800202903a7688ce71a" dependencies = [ "Inflector", "base64 0.22.1", "bincode", "bs58", "bv", - "lazy_static", "serde", "serde_derive", "serde_json", + "solana-account", "solana-account-decoder-client-types", - "solana-config-program", - "solana-sdk", + "solana-address-lookup-table-interface", + "solana-clock", + "solana-config-program-client", + "solana-epoch-schedule", + "solana-fee-calculator", + "solana-instruction", + "solana-loader-v3-interface", + "solana-nonce", + "solana-program-option", + "solana-program-pack", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", + "solana-slot-hashes", + "solana-slot-history", + "solana-stake-interface", + "solana-sysvar", + "solana-vote-interface", + "spl-generic-token", "spl-token", "spl-token-2022", "spl-token-group-interface", "spl-token-metadata-interface", - "thiserror", + "thiserror 2.0.17", "zstd", ] [[package]] name = "solana-account-decoder-client-types" -version = "2.1.21" +version = "2.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4af8ffcad184f2486e5e677fe25250f8f0d77b2d5eb24045fb720963525272b7" +checksum = "5519e8343325b707f17fbed54fcefb325131b692506d0af9e08a539d15e4f8cf" dependencies = [ "base64 0.22.1", "bs58", @@ -3050,9 +2849,9 @@ dependencies = [ [[package]] name = "solana-account-info" -version = "2.1.21" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b43b59c9659eb61504c4cc73a92a5995a117fa4ffc04bb0da002848cfdd7fcd" +checksum = "c8f5152a288ef1912300fc6efa6c2d1f9bb55d9398eb6c72326360b8063987da" dependencies = [ "bincode", "serde", @@ -3062,19 +2861,47 @@ dependencies = [ ] [[package]] -name = "solana-atomic-u64" -version = "2.1.21" +name = "solana-address-lookup-table-interface" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f9c33447056f11c1c486ffc2d803366847ba712463d9640891e50490faafd56" +checksum = "d1673f67efe870b64a65cb39e6194be5b26527691ce5922909939961a6e6b395" +dependencies = [ + "bincode", + "bytemuck", + "serde", + "serde_derive", + "solana-clock", + "solana-instruction", + "solana-pubkey", + "solana-sdk-ids", + "solana-slot-hashes", +] + +[[package]] +name = "solana-atomic-u64" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52e52720efe60465b052b9e7445a01c17550666beec855cce66f44766697bc2" dependencies = [ "parking_lot", ] [[package]] -name = "solana-bincode" -version = "2.1.21" +name = "solana-big-mod-exp" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c4ce8ddc2f5343e64346f9f8a05e9f27579d848f059485290d5b9c962c352c" +checksum = "75db7f2bbac3e62cfd139065d15bcda9e2428883ba61fc8d27ccb251081e7567" +dependencies = [ + "num-bigint", + "num-traits", + "solana-define-syscall", +] + +[[package]] +name = "solana-bincode" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19a3787b8cf9c9fe3dd360800e8b70982b9e5a8af9e11c354b6665dd4a003adc" dependencies = [ "bincode", "serde", @@ -3082,72 +2909,128 @@ dependencies = [ ] [[package]] -name = "solana-bn254" -version = "2.1.21" +name = "solana-blake3-hasher" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e485c027635dd7c6e558949d13bcc052340d704eef4219438593afea5632f42" +checksum = "a1a0801e25a1b31a14494fc80882a036be0ffd290efc4c2d640bfcca120a4672" +dependencies = [ + "blake3", + "solana-define-syscall", + "solana-hash", + "solana-sanitize", +] + +[[package]] +name = "solana-bn254" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4420f125118732833f36facf96a27e7b78314b2d642ba07fa9ffdacd8d79e243" dependencies = [ "ark-bn254", "ark-ec", "ark-ff", "ark-serialize", "bytemuck", - "solana-program", - "thiserror", + "solana-define-syscall", + "thiserror 2.0.17", ] [[package]] name = "solana-borsh" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad79f227829e9b3fa1227acf21b02877f1a0d99d1b753a8085254b706fbddfee" +checksum = "718333bcd0a1a7aed6655aa66bef8d7fb047944922b2d3a18f49cbc13e73d004" dependencies = [ "borsh 0.10.4", "borsh 1.5.7", ] [[package]] -name = "solana-clock" -version = "2.1.21" +name = "solana-client-traits" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd1a3f42e823861b812f388d4007bfb2d23aa316d999a2f2ca124fa33c72a40" +checksum = "83f0071874e629f29e0eb3dab8a863e98502ac7aba55b7e0df1803fc5cac72a7" +dependencies = [ + "solana-account", + "solana-commitment-config", + "solana-epoch-info", + "solana-hash", + "solana-instruction", + "solana-keypair", + "solana-message", + "solana-pubkey", + "solana-signature", + "solana-signer", + "solana-system-interface", + "solana-transaction", + "solana-transaction-error", +] + +[[package]] +name = "solana-clock" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bb482ab70fced82ad3d7d3d87be33d466a3498eb8aa856434ff3c0dfc2e2e31" dependencies = [ "serde", "serde_derive", + "solana-sdk-ids", "solana-sdk-macro", "solana-sysvar-id", ] [[package]] -name = "solana-compute-budget" -version = "2.1.21" +name = "solana-cluster-type" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61ac55f874d43496b1e1d091576dd99e74e5863911ca55ac36912fe8fe3aa155" +checksum = "7ace9fea2daa28354d107ea879cff107181d85cd4e0f78a2bedb10e1a428c97e" dependencies = [ - "solana-sdk", + "serde", + "serde_derive", + "solana-hash", ] [[package]] -name = "solana-config-program" -version = "2.1.21" +name = "solana-commitment-config" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb08509a0969a3929fc48de314af650ce77d678ec742e49b6f60535c57eccb2" +checksum = "ac49c4dde3edfa832de1697e9bcdb7c3b3f7cb7a1981b7c62526c8bb6700fb73" dependencies = [ - "bincode", - "chrono", "serde", "serde_derive", - "solana-log-collector", - "solana-program-runtime", - "solana-sdk", - "solana-short-vec", +] + +[[package]] +name = "solana-compute-budget-interface" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8432d2c4c22d0499aa06d62e4f7e333f81777b3d7c96050ae9e5cb71a8c3aee4" +dependencies = [ + "borsh 1.5.7", + "serde", + "serde_derive", + "solana-instruction", + "solana-sdk-ids", +] + +[[package]] +name = "solana-config-program-client" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53aceac36f105fd4922e29b4f0c1f785b69d7b3e7e387e384b8985c8e0c3595e" +dependencies = [ + "bincode", + "borsh 0.10.4", + "kaigan", + "serde", + "solana-program", ] [[package]] name = "solana-cpi" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43b1391eecec7c15ae83477d0bfebc9a92ebe69f793683fd497ac02d180fcd5" +checksum = "8dc71126edddc2ba014622fc32d0f5e2e78ec6c5a1e0eb511b85618c09e9ea11" dependencies = [ "solana-account-info", "solana-define-syscall", @@ -3159,37 +3042,38 @@ dependencies = [ [[package]] name = "solana-curve25519" -version = "2.1.21" +version = "2.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdcc0923e1fbfe614d4a5675c3e4398b521c9d128c2114aaf3e404ea81ad08ee" +checksum = "eae4261b9a8613d10e77ac831a8fa60b6fa52b9b103df46d641deff9f9812a23" dependencies = [ "bytemuck", "bytemuck_derive", "curve25519-dalek 4.1.3", - "solana-program", - "thiserror", + "solana-define-syscall", + "subtle", + "thiserror 2.0.17", ] [[package]] name = "solana-decode-error" -version = "2.1.21" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "750a2c40fd97c96f7464ccf11142c598d5d35094d5988944f7ca5714e014737c" +checksum = "8c781686a18db2f942e70913f7ca15dc120ec38dcab42ff7557db2c70c625a35" dependencies = [ "num-traits", ] [[package]] name = "solana-define-syscall" -version = "2.1.21" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "592a9b501608cb642af6ad9d07c8be8827772c20d1afa5173c85c561da7942a3" +checksum = "2ae3e2abcf541c8122eafe9a625d4d194b4023c20adde1e251f94e056bb1aee2" [[package]] name = "solana-derivation-path" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59883e489a9f19caef8af9a198f791f2b62348e14e5279f87df950c233c7880" +checksum = "939756d798b25c5ec3cca10e06212bdca3b1443cb9bb740a38124f58b258737b" dependencies = [ "derivation-path", "qstring", @@ -3197,25 +3081,116 @@ dependencies = [ ] [[package]] -name = "solana-epoch-schedule" -version = "2.1.21" +name = "solana-ed25519-program" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80ec39611020935101afd9a57ac57ea6961796b7d8705974408601e97d4dfb30" +checksum = "a1feafa1691ea3ae588f99056f4bdd1293212c7ece28243d7da257c443e84753" +dependencies = [ + "bytemuck", + "bytemuck_derive", + "ed25519-dalek", + "solana-feature-set", + "solana-instruction", + "solana-precompile-error", + "solana-sdk-ids", +] + +[[package]] +name = "solana-epoch-info" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90ef6f0b449290b0b9f32973eefd95af35b01c5c0c34c569f936c34c5b20d77b" dependencies = [ "serde", "serde_derive", +] + +[[package]] +name = "solana-epoch-rewards" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b575d3dd323b9ea10bb6fe89bf6bf93e249b215ba8ed7f68f1a3633f384db7" +dependencies = [ + "serde", + "serde_derive", + "solana-hash", + "solana-sdk-ids", "solana-sdk-macro", "solana-sysvar-id", ] [[package]] -name = "solana-feature-set" -version = "2.1.21" +name = "solana-epoch-rewards-hasher" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "286cb8e4d888f36026bcb1603ff8ab52565ff12705ed24ed44dc68047ef2f779" +checksum = "96c5fd2662ae7574810904585fd443545ed2b568dbd304b25a31e79ccc76e81b" dependencies = [ - "lazy_static", + "siphasher", + "solana-hash", + "solana-pubkey", +] + +[[package]] +name = "solana-epoch-schedule" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fce071fbddecc55d727b1d7ed16a629afe4f6e4c217bc8d00af3b785f6f67ed" +dependencies = [ + "serde", + "serde_derive", + "solana-sdk-ids", + "solana-sdk-macro", + "solana-sysvar-id", +] + +[[package]] +name = "solana-example-mocks" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84461d56cbb8bb8d539347151e0525b53910102e4bced875d49d5139708e39d3" +dependencies = [ + "serde", + "serde_derive", + "solana-address-lookup-table-interface", "solana-clock", + "solana-hash", + "solana-instruction", + "solana-keccak-hasher", + "solana-message", + "solana-nonce", + "solana-pubkey", + "solana-sdk-ids", + "solana-system-interface", + "thiserror 2.0.17", +] + +[[package]] +name = "solana-feature-gate-interface" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43f5c5382b449e8e4e3016fb05e418c53d57782d8b5c30aa372fc265654b956d" +dependencies = [ + "bincode", + "serde", + "serde_derive", + "solana-account", + "solana-account-info", + "solana-instruction", + "solana-program-error", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", + "solana-system-interface", +] + +[[package]] +name = "solana-feature-set" +version = "2.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93b93971e289d6425f88e6e3cb6668c4b05df78b3c518c249be55ced8efd6b6d" +dependencies = [ + "ahash", + "lazy_static", "solana-epoch-schedule", "solana-hash", "solana-pubkey", @@ -3224,9 +3199,9 @@ dependencies = [ [[package]] name = "solana-fee-calculator" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb464dcd65c2737f25e85b4f40e11ae90b106fa5ed6127acc7e3f5d70a7128a2" +checksum = "d89bc408da0fb3812bc3008189d148b4d3e08252c79ad810b245482a3f70cd8d" dependencies = [ "log", "serde", @@ -3234,15 +3209,67 @@ dependencies = [ ] [[package]] -name = "solana-hash" -version = "2.1.21" +name = "solana-fee-structure" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8591e9192a4575792bb6a175f82b6bcfb301fc1113c4342bce7789f00726e98a" +checksum = "33adf673581c38e810bf618f745bf31b683a0a4a4377682e6aaac5d9a058dd4e" +dependencies = [ + "serde", + "serde_derive", + "solana-message", + "solana-native-token", +] + +[[package]] +name = "solana-genesis-config" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3725085d47b96d37fef07a29d78d2787fc89a0b9004c66eed7753d1e554989f" +dependencies = [ + "bincode", + "chrono", + "memmap2", + "serde", + "serde_derive", + "solana-account", + "solana-clock", + "solana-cluster-type", + "solana-epoch-schedule", + "solana-fee-calculator", + "solana-hash", + "solana-inflation", + "solana-keypair", + "solana-logger", + "solana-poh-config", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", + "solana-sha256-hasher", + "solana-shred-version", + "solana-signer", + "solana-time-utils", +] + +[[package]] +name = "solana-hard-forks" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c28371f878e2ead55611d8ba1b5fb879847156d04edea13693700ad1a28baf" +dependencies = [ + "serde", + "serde_derive", +] + +[[package]] +name = "solana-hash" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5b96e9f0300fa287b545613f007dfe20043d7812bee255f418c1eb649c93b63" dependencies = [ "borsh 1.5.7", - "bs58", "bytemuck", "bytemuck_derive", + "five8", "js-sys", "serde", "serde_derive", @@ -3253,9 +3280,9 @@ dependencies = [ [[package]] name = "solana-inflation" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c79ffef2dcf3c9361e8333276c08bd84f112f0760e2fe7273fd089d9bfd2c3b" +checksum = "23eef6a09eb8e568ce6839573e4966850e85e9ce71e6ae1a6c930c1c43947de3" dependencies = [ "serde", "serde_derive", @@ -3263,9 +3290,9 @@ dependencies = [ [[package]] name = "solana-instruction" -version = "2.1.21" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cfdcaf08849c1828899c5f9ac8da6077bd3b339e2b0648b2d99d3fd780c3c6f" +checksum = "bab5682934bd1f65f8d2c16f21cb532526fcc1a09f796e2cacdb091eee5774ad" dependencies = [ "bincode", "borsh 1.5.7", @@ -3274,76 +3301,218 @@ dependencies = [ "num-traits", "serde", "serde_derive", + "serde_json", "solana-define-syscall", "solana-pubkey", "wasm-bindgen", ] [[package]] -name = "solana-last-restart-slot" -version = "2.1.21" +name = "solana-instructions-sysvar" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b026280da05ff5a5fecd37057f85029b135b65df442467eeb15a8824b902294" +checksum = "e0e85a6fad5c2d0c4f5b91d34b8ca47118fc593af706e523cdbedf846a954f57" +dependencies = [ + "bitflags", + "solana-account-info", + "solana-instruction", + "solana-program-error", + "solana-pubkey", + "solana-sanitize", + "solana-sdk-ids", + "solana-serialize-utils", + "solana-sysvar-id", +] + +[[package]] +name = "solana-keccak-hasher" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7aeb957fbd42a451b99235df4942d96db7ef678e8d5061ef34c9b34cae12f79" +dependencies = [ + "sha3", + "solana-define-syscall", + "solana-hash", + "solana-sanitize", +] + +[[package]] +name = "solana-keypair" +version = "2.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd3f04aa1a05c535e93e121a95f66e7dcccf57e007282e8255535d24bf1e98bb" +dependencies = [ + "ed25519-dalek", + "ed25519-dalek-bip32", + "five8", + "rand 0.7.3", + "solana-derivation-path", + "solana-pubkey", + "solana-seed-derivable", + "solana-seed-phrase", + "solana-signature", + "solana-signer", + "wasm-bindgen", +] + +[[package]] +name = "solana-last-restart-slot" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a6360ac2fdc72e7463565cd256eedcf10d7ef0c28a1249d261ec168c1b55cdd" dependencies = [ "serde", "serde_derive", + "solana-sdk-ids", "solana-sdk-macro", "solana-sysvar-id", ] [[package]] -name = "solana-log-collector" -version = "2.1.21" +name = "solana-loader-v2-interface" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ca24a27f90bc5b3e27a97f0c7dd062a7ad068df240fd8df1267e4840f5d1991" +checksum = "d8ab08006dad78ae7cd30df8eea0539e207d08d91eaefb3e1d49a446e1c49654" dependencies = [ - "log", + "serde", + "serde_bytes", + "serde_derive", + "solana-instruction", + "solana-pubkey", + "solana-sdk-ids", ] [[package]] -name = "solana-measure" -version = "2.1.21" +name = "solana-loader-v3-interface" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1520b3d2e1271adc263807fb6bea9d1ded1aaf4b3dffc4e8c1d51c4444417db" +checksum = "6f7162a05b8b0773156b443bccd674ea78bb9aa406325b467ea78c06c99a63a2" +dependencies = [ + "serde", + "serde_bytes", + "serde_derive", + "solana-instruction", + "solana-pubkey", + "solana-sdk-ids", + "solana-system-interface", +] [[package]] -name = "solana-metrics" -version = "2.1.21" +name = "solana-loader-v4-interface" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5546d4505ca1d7c07fd4bedf5f20d256929c4bf614e031c0e84c94cc8d1a94" +checksum = "706a777242f1f39a83e2a96a2a6cb034cb41169c6ecbee2cf09cb873d9659e7e" dependencies = [ - "crossbeam-channel", - "gethostname", + "serde", + "serde_bytes", + "serde_derive", + "solana-instruction", + "solana-pubkey", + "solana-sdk-ids", + "solana-system-interface", +] + +[[package]] +name = "solana-logger" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db8e777ec1afd733939b532a42492d888ec7c88d8b4127a5d867eb45c6eb5cd5" +dependencies = [ + "env_logger", "lazy_static", + "libc", "log", - "reqwest", - "solana-sdk", - "thiserror", + "signal-hook", +] + +[[package]] +name = "solana-message" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1796aabce376ff74bf89b78d268fa5e683d7d7a96a0a4e4813ec34de49d5314b" +dependencies = [ + "bincode", + "blake3", + "lazy_static", + "serde", + "serde_derive", + "solana-bincode", + "solana-hash", + "solana-instruction", + "solana-pubkey", + "solana-sanitize", + "solana-sdk-ids", + "solana-short-vec", + "solana-system-interface", + "solana-transaction-error", + "wasm-bindgen", ] [[package]] name = "solana-msg" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddbd7c6efaea83a2bd85a14a0a062ccc77039070311d2ca1af4c887be500192f" +checksum = "f36a1a14399afaabc2781a1db09cb14ee4cc4ee5c7a5a3cfcc601811379a8092" dependencies = [ "solana-define-syscall", ] [[package]] name = "solana-native-token" -version = "2.1.21" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b58d96fb3ff6d29e0afdb933888f65bcdf0775b334eee4f1f6f72b475cb531" +checksum = "61515b880c36974053dd499c0510066783f0cc6ac17def0c7ef2a244874cf4a9" + +[[package]] +name = "solana-nonce" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "703e22eb185537e06204a5bd9d509b948f0066f2d1d814a6f475dafb3ddf1325" +dependencies = [ + "serde", + "serde_derive", + "solana-fee-calculator", + "solana-hash", + "solana-pubkey", + "solana-sha256-hasher", +] + +[[package]] +name = "solana-nonce-account" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cde971a20b8dbf60144d6a84439dda86b5466e00e2843091fe731083cda614da" +dependencies = [ + "solana-account", + "solana-hash", + "solana-nonce", + "solana-sdk-ids", +] + +[[package]] +name = "solana-offchain-message" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b526398ade5dea37f1f147ce55dae49aa017a5d7326606359b0445ca8d946581" +dependencies = [ + "num_enum", + "solana-hash", + "solana-packet", + "solana-pubkey", + "solana-sanitize", + "solana-sha256-hasher", + "solana-signature", + "solana-signer", +] [[package]] name = "solana-packet" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a46ca92cd3303aa3a225b4b3b4d9b2d29e42927545f1c1ff4042ca516b4decbd" +checksum = "004f2d2daf407b3ec1a1ca5ec34b3ccdfd6866dd2d3c7d0715004a96e4b6d127" dependencies = [ "bincode", - "bitflags 2.10.0", + "bitflags", "cfg_eval", "serde", "serde_derive", @@ -3351,65 +3520,106 @@ dependencies = [ ] [[package]] -name = "solana-precompile-error" -version = "2.1.21" +name = "solana-poh-config" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c58acffc2369dd3965e666a69015a978ef639e7e11cfe950b80d3ccfb44115" +checksum = "d650c3b4b9060082ac6b0efbbb66865089c58405bfb45de449f3f2b91eccee75" +dependencies = [ + "serde", + "serde_derive", +] + +[[package]] +name = "solana-precompile-error" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d87b2c1f5de77dfe2b175ee8dd318d196aaca4d0f66f02842f80c852811f9f8" dependencies = [ "num-traits", "solana-decode-error", ] [[package]] -name = "solana-program" -version = "2.1.21" +name = "solana-precompiles" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c3aa133068171f46e9583dc9c20221b9a67459e7b8aecd3be5b49af60b2887f" +checksum = "36e92768a57c652edb0f5d1b30a7d0bc64192139c517967c18600debe9ae3832" +dependencies = [ + "lazy_static", + "solana-ed25519-program", + "solana-feature-set", + "solana-message", + "solana-precompile-error", + "solana-pubkey", + "solana-sdk-ids", + "solana-secp256k1-program", + "solana-secp256r1-program", +] + +[[package]] +name = "solana-presigner" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81a57a24e6a4125fc69510b6774cd93402b943191b6cddad05de7281491c90fe" +dependencies = [ + "solana-pubkey", + "solana-signature", + "solana-signer", +] + +[[package]] +name = "solana-program" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98eca145bd3545e2fbb07166e895370576e47a00a7d824e325390d33bf467210" dependencies = [ - "base64 0.22.1", "bincode", - "bitflags 2.10.0", "blake3", "borsh 0.10.4", "borsh 1.5.7", "bs58", - "bv", "bytemuck", - "bytemuck_derive", "console_error_panic_hook", "console_log", - "curve25519-dalek 4.1.3", - "five8_const", "getrandom 0.2.16", - "js-sys", "lazy_static", "log", "memoffset", - "num-bigint 0.4.6", + "num-bigint", "num-derive", "num-traits", - "parking_lot", "rand 0.8.5", "serde", "serde_bytes", "serde_derive", - "sha2 0.10.9", - "sha3", "solana-account-info", + "solana-address-lookup-table-interface", "solana-atomic-u64", + "solana-big-mod-exp", "solana-bincode", + "solana-blake3-hasher", "solana-borsh", "solana-clock", "solana-cpi", "solana-decode-error", "solana-define-syscall", + "solana-epoch-rewards", "solana-epoch-schedule", + "solana-example-mocks", + "solana-feature-gate-interface", "solana-fee-calculator", "solana-hash", "solana-instruction", + "solana-instructions-sysvar", + "solana-keccak-hasher", "solana-last-restart-slot", + "solana-loader-v2-interface", + "solana-loader-v3-interface", + "solana-loader-v4-interface", + "solana-message", "solana-msg", "solana-native-token", + "solana-nonce", "solana-program-entrypoint", "solana-program-error", "solana-program-memory", @@ -3418,6 +3628,7 @@ dependencies = [ "solana-pubkey", "solana-rent", "solana-sanitize", + "solana-sdk-ids", "solana-sdk-macro", "solana-secp256k1-recover", "solana-serde-varint", @@ -3427,17 +3638,20 @@ dependencies = [ "solana-slot-hashes", "solana-slot-history", "solana-stable-layout", + "solana-stake-interface", + "solana-system-interface", + "solana-sysvar", "solana-sysvar-id", - "solana-transaction-error", - "thiserror", + "solana-vote-interface", + "thiserror 2.0.17", "wasm-bindgen", ] [[package]] name = "solana-program-entrypoint" -version = "2.1.21" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42577056d9910b5e3badfb4ae8e234a814ff854e645e679b4286e1b4338c0f03" +checksum = "32ce041b1a0ed275290a5008ee1a4a6c48f5054c8a3d78d313c08958a06aedbd" dependencies = [ "solana-account-info", "solana-msg", @@ -3447,9 +3661,9 @@ dependencies = [ [[package]] name = "solana-program-error" -version = "2.1.21" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a268d99b9f7a2ebfee0e8aa03be2f926626575d2e3c33ef02245c1e99477202e" +checksum = "9ee2e0217d642e2ea4bee237f37bd61bb02aec60da3647c48ff88f6556ade775" dependencies = [ "borsh 1.5.7", "num-traits", @@ -3463,71 +3677,40 @@ dependencies = [ [[package]] name = "solana-program-memory" -version = "2.1.21" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46d5f1d48635ce777d931ba85a4be23d9da2443cb24bcd9cc380636444a3e234" +checksum = "3a5426090c6f3fd6cfdc10685322fede9ca8e5af43cd6a59e98bfe4e91671712" dependencies = [ - "num-traits", "solana-define-syscall", ] [[package]] name = "solana-program-option" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21f8d02965a1f8382b55c834fc9388c95112e8b238625f5c1e6289f20573b91a" +checksum = "dc677a2e9bc616eda6dbdab834d463372b92848b2bfe4a1ed4e4b4adba3397d0" [[package]] name = "solana-program-pack" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "019fc8c5e8698918bb0675afce683a17248e1c38b178c59f23577fbfd2374aa5" +checksum = "319f0ef15e6e12dc37c597faccb7d62525a509fec5f6975ecb9419efddeb277b" dependencies = [ "solana-program-error", ] -[[package]] -name = "solana-program-runtime" -version = "2.1.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7702436e95dadea0553a5b29b42271b81da61c2ae78e4425c74fadd7ce2252b5" -dependencies = [ - "base64 0.22.1", - "bincode", - "enum-iterator", - "itertools 0.12.1", - "libc", - "log", - "num-derive", - "num-traits", - "percentage", - "rand 0.8.5", - "serde", - "solana-compute-budget", - "solana-feature-set", - "solana-log-collector", - "solana-measure", - "solana-metrics", - "solana-sdk", - "solana-timings", - "solana-type-overrides", - "solana-vote", - "solana_rbpf", - "thiserror", -] - [[package]] name = "solana-pubkey" -version = "2.1.21" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16bcff57fc2a096f6c57851e22587a7a36b6fdaa567eab75bb0bcd06f449fcbc" +checksum = "9b62adb9c3261a052ca1f999398c388f1daf558a1b492f60a6d9e64857db4ff1" dependencies = [ "borsh 0.10.4", "borsh 1.5.7", - "bs58", "bytemuck", "bytemuck_derive", "curve25519-dalek 4.1.3", + "five8", "five8_const", "getrandom 0.2.16", "js-sys", @@ -3544,92 +3727,167 @@ dependencies = [ ] [[package]] -name = "solana-rent" -version = "2.1.21" +name = "solana-quic-definitions" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb867706bd6e7bbbdf303416f44a5560bcef6f9a0fc5610a725c1a92103abc7" +checksum = "fbf0d4d5b049eb1d0c35f7b18f305a27c8986fc5c0c9b383e97adaa35334379e" +dependencies = [ + "solana-keypair", +] + +[[package]] +name = "solana-rent" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1aea8fdea9de98ca6e8c2da5827707fb3842833521b528a713810ca685d2480" dependencies = [ "serde", "serde_derive", + "solana-sdk-ids", "solana-sdk-macro", "solana-sysvar-id", ] [[package]] -name = "solana-sanitize" -version = "2.1.21" +name = "solana-rent-collector" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac599243d068ed88b40e781e02c92c8ed3edd0170337b1b4cee995e4fbe84af0" +checksum = "127e6dfa51e8c8ae3aa646d8b2672bc4ac901972a338a9e1cd249e030564fb9d" +dependencies = [ + "serde", + "serde_derive", + "solana-account", + "solana-clock", + "solana-epoch-schedule", + "solana-genesis-config", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", +] + +[[package]] +name = "solana-rent-debits" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f6f9113c6003492e74438d1288e30cffa8ccfdc2ef7b49b9e816d8034da18cd" +dependencies = [ + "solana-pubkey", + "solana-reward-info", +] + +[[package]] +name = "solana-reserved-account-keys" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4b22ea19ca2a3f28af7cd047c914abf833486bf7a7c4a10fc652fff09b385b1" +dependencies = [ + "lazy_static", + "solana-feature-set", + "solana-pubkey", + "solana-sdk-ids", +] + +[[package]] +name = "solana-reward-info" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18205b69139b1ae0ab8f6e11cdcb627328c0814422ad2482000fa2ca54ae4a2f" +dependencies = [ + "serde", + "serde_derive", +] + +[[package]] +name = "solana-sanitize" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61f1bc1357b8188d9c4a3af3fc55276e56987265eb7ad073ae6f8180ee54cecf" [[package]] name = "solana-sdk" -version = "2.1.21" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef4d9a579ff99aa5109921f729ab9cba07b207486b2c1eab8240c97777102ba" +checksum = "8cc0e4a7635b902791c44b6581bfb82f3ada32c5bc0929a64f39fe4bb384c86a" dependencies = [ "bincode", - "bitflags 2.10.0", - "borsh 1.5.7", "bs58", - "bytemuck", - "bytemuck_derive", - "byteorder", - "chrono", - "digest 0.10.7", - "ed25519-dalek", - "ed25519-dalek-bip32", "getrandom 0.1.16", - "hmac 0.12.1", - "itertools 0.12.1", "js-sys", - "lazy_static", - "libsecp256k1", - "log", - "memmap2", - "num-derive", - "num-traits", - "num_enum", - "pbkdf2", - "rand 0.7.3", - "rand 0.8.5", "serde", - "serde_bytes", - "serde_derive", "serde_json", - "serde_with", - "sha2 0.10.9", - "sha3", - "siphasher", "solana-account", "solana-bn254", + "solana-client-traits", + "solana-cluster-type", + "solana-commitment-config", + "solana-compute-budget-interface", "solana-decode-error", "solana-derivation-path", + "solana-ed25519-program", + "solana-epoch-info", + "solana-epoch-rewards-hasher", "solana-feature-set", + "solana-fee-structure", + "solana-genesis-config", + "solana-hard-forks", "solana-inflation", "solana-instruction", + "solana-keypair", + "solana-message", "solana-native-token", + "solana-nonce-account", + "solana-offchain-message", "solana-packet", + "solana-poh-config", "solana-precompile-error", + "solana-precompiles", + "solana-presigner", "solana-program", "solana-program-memory", "solana-pubkey", + "solana-quic-definitions", + "solana-rent-collector", + "solana-rent-debits", + "solana-reserved-account-keys", + "solana-reward-info", "solana-sanitize", + "solana-sdk-ids", "solana-sdk-macro", + "solana-secp256k1-program", "solana-secp256k1-recover", "solana-secp256r1-program", + "solana-seed-derivable", + "solana-seed-phrase", + "solana-serde", "solana-serde-varint", "solana-short-vec", + "solana-shred-version", "solana-signature", + "solana-signer", + "solana-system-transaction", + "solana-time-utils", + "solana-transaction", + "solana-transaction-context", "solana-transaction-error", - "thiserror", + "solana-validator-exit", + "thiserror 2.0.17", "wasm-bindgen", ] [[package]] -name = "solana-sdk-macro" -version = "2.1.21" +name = "solana-sdk-ids" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ea6cfa40c712e5de92ffa2d62a2b296379d09411e0f1d7fcd9fecf5fcc5a30" +checksum = "5c5d8b9cc68d5c88b062a33e23a6466722467dde0035152d8fb1afbcdf350a5f" +dependencies = [ + "solana-pubkey", +] + +[[package]] +name = "solana-sdk-macro" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86280da8b99d03560f6ab5aca9de2e38805681df34e0bb8f238e69b29433b9df" dependencies = [ "bs58", "proc-macro2", @@ -3638,29 +3896,48 @@ dependencies = [ ] [[package]] -name = "solana-secp256k1-recover" -version = "2.1.21" +name = "solana-secp256k1-program" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9d4483cde845bb0f70374d2905014650057eafdcc546a3e50059e7643318e8" +checksum = "f19833e4bc21558fe9ec61f239553abe7d05224347b57d65c2218aeeb82d6149" +dependencies = [ + "bincode", + "digest 0.10.7", + "libsecp256k1", + "serde", + "serde_derive", + "sha3", + "solana-feature-set", + "solana-instruction", + "solana-precompile-error", + "solana-sdk-ids", + "solana-signature", +] + +[[package]] +name = "solana-secp256k1-recover" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baa3120b6cdaa270f39444f5093a90a7b03d296d362878f7a6991d6de3bbe496" dependencies = [ "borsh 1.5.7", "libsecp256k1", "solana-define-syscall", - "thiserror", + "thiserror 2.0.17", ] [[package]] name = "solana-secp256r1-program" -version = "2.1.21" +version = "2.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6feaf48cad9bf5ca1a04c8cd1fb45d4fa507ff86dae77802b8e8f47b89fb0eed" +checksum = "ce0ae46da3071a900f02d367d99b2f3058fe2e90c5062ac50c4f20cfedad8f0f" dependencies = [ "bytemuck", "openssl", "solana-feature-set", "solana-instruction", "solana-precompile-error", - "solana-pubkey", + "solana-sdk-ids", ] [[package]] @@ -3670,19 +3947,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "468aa43b7edb1f9b7b7b686d5c3aeb6630dc1708e86e31343499dd5c4d775183" [[package]] -name = "solana-serde-varint" -version = "2.1.21" +name = "solana-seed-derivable" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3778f75e718af3c3e4b42ca67ec3a4197658855eaa5372a2f41e2378290b4fc" +checksum = "3beb82b5adb266c6ea90e5cf3967235644848eac476c5a1f2f9283a143b7c97f" +dependencies = [ + "solana-derivation-path", +] + +[[package]] +name = "solana-seed-phrase" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36187af2324f079f65a675ec22b31c24919cb4ac22c79472e85d819db9bbbc15" +dependencies = [ + "hmac 0.12.1", + "pbkdf2", + "sha2 0.10.9", +] + +[[package]] +name = "solana-serde" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1931484a408af466e14171556a47adaa215953c7f48b24e5f6b0282763818b04" +dependencies = [ + "serde", +] + +[[package]] +name = "solana-serde-varint" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a7e155eba458ecfb0107b98236088c3764a09ddf0201ec29e52a0be40857113" dependencies = [ "serde", ] [[package]] name = "solana-serialize-utils" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ccf458c0aaa5d517fa358c70a6322e2cb7c18c659464eaa7135de5b3c1b2837" +checksum = "817a284b63197d2b27afdba829c5ab34231da4a9b4e763466a003c40ca4f535e" dependencies = [ "solana-instruction", "solana-pubkey", @@ -3691,9 +3997,9 @@ dependencies = [ [[package]] name = "solana-sha256-hasher" -version = "2.1.21" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4028550a372b5ce9514941fb1a04cfac9aa66f76fd9684a7b11ef37ac586e492" +checksum = "5aa3feb32c28765f6aa1ce8f3feac30936f16c5c3f7eb73d63a5b8f6f8ecdc44" dependencies = [ "sha2 0.10.9", "solana-define-syscall", @@ -3702,87 +4008,246 @@ dependencies = [ [[package]] name = "solana-short-vec" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be97defacda69848b33aa1fec3571435e5a3bfb55cdd2afd66867604eee3ff84" +checksum = "5c54c66f19b9766a56fa0057d060de8378676cb64987533fa088861858fc5a69" dependencies = [ "serde", ] [[package]] -name = "solana-signature" -version = "2.1.21" +name = "solana-shred-version" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fdb44ae08fa08bcaf5a3c01cf0d1b9c363ab2e3e2602e9b7806f653d08b4d0" +checksum = "afd3db0461089d1ad1a78d9ba3f15b563899ca2386351d38428faa5350c60a98" +dependencies = [ + "solana-hard-forks", + "solana-hash", + "solana-sha256-hasher", +] + +[[package]] +name = "solana-signature" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64c8ec8e657aecfc187522fc67495142c12f35e55ddeca8698edbb738b8dbd8c" dependencies = [ - "bs58", "ed25519-dalek", - "generic-array", + "five8", "rand 0.8.5", "serde", + "serde-big-array", "serde_derive", "solana-sanitize", ] [[package]] -name = "solana-slot-hashes" -version = "2.1.21" +name = "solana-signer" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c7bb06f75cb9d4c44f71dbc1cf46b1e67aaa9f737b66389b18471a8db1d9a09" +checksum = "7c41991508a4b02f021c1342ba00bcfa098630b213726ceadc7cb032e051975b" +dependencies = [ + "solana-pubkey", + "solana-signature", + "solana-transaction-error", +] + +[[package]] +name = "solana-slot-hashes" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c8691982114513763e88d04094c9caa0376b867a29577939011331134c301ce" dependencies = [ "serde", "serde_derive", "solana-hash", + "solana-sdk-ids", "solana-sysvar-id", ] [[package]] name = "solana-slot-history" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff10530199def6788f8750cc274629e49e2c4baf181ddfb7c754813fd0bc252e" +checksum = "97ccc1b2067ca22754d5283afb2b0126d61eae734fc616d23871b0943b0d935e" dependencies = [ "bv", "serde", "serde_derive", + "solana-sdk-ids", "solana-sysvar-id", ] [[package]] name = "solana-stable-layout" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e36af09027fa5a658210d7add0c7661934a879439b68336dbe680263255d3f62" +checksum = "9f14f7d02af8f2bc1b5efeeae71bc1c2b7f0f65cd75bcc7d8180f2c762a57f54" dependencies = [ "solana-instruction", "solana-pubkey", ] [[package]] -name = "solana-sysvar-id" -version = "2.1.21" +name = "solana-stake-interface" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5d72e2ff3e0a3b14d0fd4010d1fe7e4fcc9c4d8e5d43826c75c5629477e8b1a" +checksum = "5269e89fde216b4d7e1d1739cf5303f8398a1ff372a81232abbee80e554a838c" dependencies = [ + "borsh 0.10.4", + "borsh 1.5.7", + "num-traits", + "serde", + "serde_derive", + "solana-clock", + "solana-cpi", + "solana-decode-error", + "solana-instruction", + "solana-program-error", "solana-pubkey", + "solana-system-interface", + "solana-sysvar-id", ] [[package]] -name = "solana-timings" -version = "2.1.21" +name = "solana-svm-feature-set" +version = "2.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a4cb26e92fe54cff708393ea63cb4b5c983cd1c86c5b5d4962523f57e95239e" +checksum = "3f24b836eb4d74ec255217bdbe0f24f64a07adeac31aca61f334f91cd4a3b1d5" + +[[package]] +name = "solana-system-interface" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94d7c18cb1a91c6be5f5a8ac9276a1d7c737e39a21beba9ea710ab4b9c63bc90" dependencies = [ - "eager", - "enum-iterator", - "solana-sdk", + "js-sys", + "num-traits", + "serde", + "serde_derive", + "solana-decode-error", + "solana-instruction", + "solana-pubkey", + "wasm-bindgen", +] + +[[package]] +name = "solana-system-transaction" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5bd98a25e5bcba8b6be8bcbb7b84b24c2a6a8178d7fb0e3077a916855ceba91a" +dependencies = [ + "solana-hash", + "solana-keypair", + "solana-message", + "solana-pubkey", + "solana-signer", + "solana-system-interface", + "solana-transaction", +] + +[[package]] +name = "solana-sysvar" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8c3595f95069f3d90f275bb9bd235a1973c4d059028b0a7f81baca2703815db" +dependencies = [ + "base64 0.22.1", + "bincode", + "bytemuck", + "bytemuck_derive", + "lazy_static", + "serde", + "serde_derive", + "solana-account-info", + "solana-clock", + "solana-define-syscall", + "solana-epoch-rewards", + "solana-epoch-schedule", + "solana-fee-calculator", + "solana-hash", + "solana-instruction", + "solana-instructions-sysvar", + "solana-last-restart-slot", + "solana-program-entrypoint", + "solana-program-error", + "solana-program-memory", + "solana-pubkey", + "solana-rent", + "solana-sanitize", + "solana-sdk-ids", + "solana-sdk-macro", + "solana-slot-hashes", + "solana-slot-history", + "solana-stake-interface", + "solana-sysvar-id", +] + +[[package]] +name = "solana-sysvar-id" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5762b273d3325b047cfda250787f8d796d781746860d5d0a746ee29f3e8812c1" +dependencies = [ + "solana-pubkey", + "solana-sdk-ids", +] + +[[package]] +name = "solana-time-utils" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6af261afb0e8c39252a04d026e3ea9c405342b08c871a2ad8aa5448e068c784c" + +[[package]] +name = "solana-transaction" +version = "2.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80657d6088f721148f5d889c828ca60c7daeedac9a8679f9ec215e0c42bcbf41" +dependencies = [ + "bincode", + "serde", + "serde_derive", + "solana-bincode", + "solana-feature-set", + "solana-hash", + "solana-instruction", + "solana-keypair", + "solana-message", + "solana-precompiles", + "solana-pubkey", + "solana-sanitize", + "solana-sdk-ids", + "solana-short-vec", + "solana-signature", + "solana-signer", + "solana-system-interface", + "solana-transaction-error", + "wasm-bindgen", +] + +[[package]] +name = "solana-transaction-context" +version = "2.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54a312304361987a85b2ef2293920558e6612876a639dd1309daf6d0d59ef2fe" +dependencies = [ + "bincode", + "serde", + "serde_derive", + "solana-account", + "solana-instruction", + "solana-instructions-sysvar", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", ] [[package]] name = "solana-transaction-error" -version = "2.1.21" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf8715c2acb247f4592eb7dc1d616454836f10c2d0e397a557fae4192337618" +checksum = "222a9dc8fdb61c6088baab34fc3a8b8473a03a7a5fd404ed8dd502fa79b67cb1" dependencies = [ "serde", "serde_derive", @@ -3792,37 +4257,53 @@ dependencies = [ [[package]] name = "solana-transaction-status" -version = "2.1.21" +version = "2.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c62ad1caf3e15f05cf40dc82e765319750b4f6a48e1ad3ae2e8a4f6be6e7de" +checksum = "135f92f4192cc68900c665becf97fc0a6500ae5a67ff347bf2cbc20ecfefa821" dependencies = [ "Inflector", + "agave-reserved-account-keys", "base64 0.22.1", "bincode", "borsh 1.5.7", "bs58", - "lazy_static", "log", "serde", "serde_derive", "serde_json", "solana-account-decoder", - "solana-sdk", + "solana-address-lookup-table-interface", + "solana-clock", + "solana-hash", + "solana-instruction", + "solana-loader-v2-interface", + "solana-loader-v3-interface", + "solana-message", + "solana-program-option", + "solana-pubkey", + "solana-reward-info", + "solana-sdk-ids", + "solana-signature", + "solana-stake-interface", + "solana-system-interface", + "solana-transaction", + "solana-transaction-error", "solana-transaction-status-client-types", + "solana-vote-interface", "spl-associated-token-account", "spl-memo", "spl-token", "spl-token-2022", "spl-token-group-interface", "spl-token-metadata-interface", - "thiserror", + "thiserror 2.0.17", ] [[package]] name = "solana-transaction-status-client-types" -version = "2.1.21" +version = "2.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "836a0e47c3d688676b37c1e3ff6a1fbb6a8b3bfaf050ee6343b6b993e3cc91cd" +checksum = "51f1d7c2387c35850848212244d2b225847666cb52d3bd59a5c409d2c300303d" dependencies = [ "base64 0.22.1", "bincode", @@ -3831,50 +4312,60 @@ dependencies = [ "serde_derive", "serde_json", "solana-account-decoder-client-types", - "solana-sdk", + "solana-commitment-config", + "solana-message", + "solana-reward-info", "solana-signature", - "thiserror", + "solana-transaction", + "solana-transaction-context", + "solana-transaction-error", + "thiserror 2.0.17", ] [[package]] -name = "solana-type-overrides" -version = "2.1.21" +name = "solana-validator-exit" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecb3bf3b629b5730bbc12ae75ef23b4665f3940fa98ac9bb4e251509952ae863" -dependencies = [ - "lazy_static", - "rand 0.8.5", -] +checksum = "7bbf6d7a3c0b28dd5335c52c0e9eae49d0ae489a8f324917faf0ded65a812c1d" [[package]] -name = "solana-vote" -version = "2.1.21" +name = "solana-vote-interface" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76360d4e0e639a8f593ea7a314b2d930fc473419479fc3ce1f3a633bf8ea159f" +checksum = "b80d57478d6599d30acc31cc5ae7f93ec2361a06aefe8ea79bc81739a08af4c3" dependencies = [ - "itertools 0.12.1", - "log", + "bincode", + "num-derive", + "num-traits", "serde", "serde_derive", - "solana-sdk", - "thiserror", + "solana-clock", + "solana-decode-error", + "solana-hash", + "solana-instruction", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", + "solana-serde-varint", + "solana-serialize-utils", + "solana-short-vec", + "solana-system-interface", ] [[package]] -name = "solana-zk-token-sdk" -version = "2.1.21" +name = "solana-zk-sdk" +version = "2.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c2cc3254bc3d6f09fcf7677a4606d8bb5d7719860065cde3dd8e7e41022740a" +checksum = "97b9fc6ec37d16d0dccff708ed1dd6ea9ba61796700c3bb7c3b401973f10f63b" dependencies = [ "aes-gcm-siv", "base64 0.22.1", "bincode", "bytemuck", "bytemuck_derive", - "byteorder", "curve25519-dalek 4.1.3", "itertools 0.12.1", - "lazy_static", + "js-sys", "merlin", "num-derive", "num-traits", @@ -3883,57 +4374,55 @@ dependencies = [ "serde_derive", "serde_json", "sha3", - "solana-curve25519", "solana-derivation-path", - "solana-program", - "solana-sdk", + "solana-instruction", + "solana-pubkey", + "solana-sdk-ids", + "solana-seed-derivable", + "solana-seed-phrase", + "solana-signature", + "solana-signer", "subtle", - "thiserror", + "thiserror 2.0.17", + "wasm-bindgen", "zeroize", ] -[[package]] -name = "solana_rbpf" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c1941b5ef0c3ce8f2ac5dd984d0fb1a97423c4ff2a02eec81e3913f02e2ac2b" -dependencies = [ - "byteorder", - "combine", - "hash32", - "libc", - "log", - "rand 0.8.5", - "rustc-demangle", - "scroll", - "thiserror", - "winapi", -] - [[package]] name = "spl-associated-token-account" -version = "4.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68034596cf4804880d265f834af1ff2f821ad5293e41fa0f8f59086c181fc38e" +checksum = "ae179d4a26b3c7a20c839898e6aed84cb4477adf108a366c95532f058aea041b" dependencies = [ - "assert_matches", "borsh 1.5.7", "num-derive", "num-traits", "solana-program", + "spl-associated-token-account-client", "spl-token", "spl-token-2022", - "thiserror", + "thiserror 2.0.17", +] + +[[package]] +name = "spl-associated-token-account-client" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6f8349dbcbe575f354f9a533a21f272f3eb3808a49e2fdc1c34393b88ba76cb" +dependencies = [ + "solana-instruction", + "solana-pubkey", ] [[package]] name = "spl-discriminator" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a38ea8b6dedb7065887f12d62ed62c1743aa70749e8558f963609793f6fb12bc" +checksum = "a7398da23554a31660f17718164e31d31900956054f54f52d5ec1be51cb4f4b3" dependencies = [ "bytemuck", - "solana-program", + "solana-program-error", + "solana-sha256-hasher", "spl-discriminator-derive", ] @@ -3958,50 +4447,96 @@ dependencies = [ "quote", "sha2 0.10.9", "syn 2.0.109", - "thiserror", + "thiserror 1.0.69", +] + +[[package]] +name = "spl-elgamal-registry" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65edfeed09cd4231e595616aa96022214f9c9d2be02dea62c2b30d5695a6833a" +dependencies = [ + "bytemuck", + "solana-account-info", + "solana-cpi", + "solana-instruction", + "solana-msg", + "solana-program-entrypoint", + "solana-program-error", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", + "solana-system-interface", + "solana-sysvar", + "solana-zk-sdk", + "spl-pod", + "spl-token-confidential-transfer-proof-extraction", +] + +[[package]] +name = "spl-generic-token" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "741a62a566d97c58d33f9ed32337ceedd4e35109a686e31b1866c5dfa56abddc" +dependencies = [ + "bytemuck", + "solana-pubkey", ] [[package]] name = "spl-memo" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0dba2f2bb6419523405d21c301a32c9f9568354d4742552e7972af801f4bdb3" +checksum = "9f09647c0974e33366efeb83b8e2daebb329f0420149e74d3a4bd2c08cf9f7cb" dependencies = [ - "solana-program", + "solana-account-info", + "solana-instruction", + "solana-msg", + "solana-program-entrypoint", + "solana-program-error", + "solana-pubkey", ] [[package]] name = "spl-pod" -version = "0.3.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c704c88fc457fa649ba3aabe195c79d885c3f26709efaddc453c8de352c90b87" +checksum = "d994afaf86b779104b4a95ba9ca75b8ced3fdb17ee934e38cb69e72afbe17799" dependencies = [ "borsh 1.5.7", "bytemuck", "bytemuck_derive", - "solana-program", - "solana-zk-token-sdk", - "spl-program-error", + "num-derive", + "num-traits", + "solana-decode-error", + "solana-msg", + "solana-program-error", + "solana-program-option", + "solana-pubkey", + "solana-zk-sdk", + "thiserror 2.0.17", ] [[package]] name = "spl-program-error" -version = "0.5.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7b28bed65356558133751cc32b48a7a5ddfc59ac4e941314630bbed1ac10532" +checksum = "9cdebc8b42553070b75aa5106f071fef2eb798c64a7ec63375da4b1f058688c6" dependencies = [ "num-derive", "num-traits", - "solana-program", + "solana-decode-error", + "solana-msg", + "solana-program-error", "spl-program-error-derive", - "thiserror", + "thiserror 2.0.17", ] [[package]] name = "spl-program-error-derive" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d375dd76c517836353e093c2dbb490938ff72821ab568b545fd30ab3256b3e" +checksum = "2a2539e259c66910d78593475540e8072f0b10f0f61d7607bbf7593899ed52d0" dependencies = [ "proc-macro2", "quote", @@ -4011,111 +4546,222 @@ dependencies = [ [[package]] name = "spl-tlv-account-resolution" -version = "0.7.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37a75a5f0fcc58126693ed78a17042e9dc53f07e357d6be91789f7d62aff61a4" +checksum = "1408e961215688715d5a1063cbdcf982de225c45f99c82b4f7d7e1dd22b998d7" dependencies = [ "bytemuck", - "solana-program", + "num-derive", + "num-traits", + "solana-account-info", + "solana-decode-error", + "solana-instruction", + "solana-msg", + "solana-program-error", + "solana-pubkey", "spl-discriminator", "spl-pod", "spl-program-error", "spl-type-length-value", + "thiserror 2.0.17", ] [[package]] name = "spl-token" -version = "6.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a0f06ac7f23dc0984931b1fe309468f14ea58e32660439c1cef19456f5d0e3" +checksum = "053067c6a82c705004f91dae058b11b4780407e9ccd6799dc9e7d0fab5f242da" dependencies = [ "arrayref", "bytemuck", "num-derive", "num-traits", "num_enum", - "solana-program", - "thiserror", + "solana-account-info", + "solana-cpi", + "solana-decode-error", + "solana-instruction", + "solana-msg", + "solana-program-entrypoint", + "solana-program-error", + "solana-program-memory", + "solana-program-option", + "solana-program-pack", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", + "solana-sysvar", + "thiserror 2.0.17", ] [[package]] name = "spl-token-2022" -version = "4.0.0" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c10f3483e48679619c76598d4e4aebb955bc49b0a5cc63323afbf44135c9bf" +checksum = "31f0dfbb079eebaee55e793e92ca5f433744f4b71ee04880bfd6beefba5973e5" dependencies = [ "arrayref", "bytemuck", "num-derive", "num-traits", "num_enum", - "solana-program", + "solana-account-info", + "solana-clock", + "solana-cpi", + "solana-decode-error", + "solana-instruction", + "solana-msg", + "solana-native-token", + "solana-program-entrypoint", + "solana-program-error", + "solana-program-memory", + "solana-program-option", + "solana-program-pack", + "solana-pubkey", + "solana-rent", + "solana-sdk-ids", "solana-security-txt", - "solana-zk-token-sdk", + "solana-system-interface", + "solana-sysvar", + "solana-zk-sdk", + "spl-elgamal-registry", "spl-memo", "spl-pod", "spl-token", + "spl-token-confidential-transfer-ciphertext-arithmetic", + "spl-token-confidential-transfer-proof-extraction", + "spl-token-confidential-transfer-proof-generation", "spl-token-group-interface", "spl-token-metadata-interface", "spl-transfer-hook-interface", "spl-type-length-value", - "thiserror", + "thiserror 2.0.17", +] + +[[package]] +name = "spl-token-confidential-transfer-ciphertext-arithmetic" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cddd52bfc0f1c677b41493dafa3f2dbbb4b47cf0990f08905429e19dc8289b35" +dependencies = [ + "base64 0.22.1", + "bytemuck", + "solana-curve25519", + "solana-zk-sdk", +] + +[[package]] +name = "spl-token-confidential-transfer-proof-extraction" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe2629860ff04c17bafa9ba4bed8850a404ecac81074113e1f840dbd0ebb7bd6" +dependencies = [ + "bytemuck", + "solana-account-info", + "solana-curve25519", + "solana-instruction", + "solana-instructions-sysvar", + "solana-msg", + "solana-program-error", + "solana-pubkey", + "solana-sdk-ids", + "solana-zk-sdk", + "spl-pod", + "thiserror 2.0.17", +] + +[[package]] +name = "spl-token-confidential-transfer-proof-generation" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa27b9174bea869a7ebf31e0be6890bce90b1a4288bc2bbf24bd413f80ae3fde" +dependencies = [ + "curve25519-dalek 4.1.3", + "solana-zk-sdk", + "thiserror 2.0.17", ] [[package]] name = "spl-token-group-interface" -version = "0.3.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df8752b85a5ecc1d9f3a43bce3dd9a6a053673aacf5deb513d1cbb88d3534ffd" +checksum = "5597b4cd76f85ce7cd206045b7dc22da8c25516573d42d267c8d1fd128db5129" dependencies = [ "bytemuck", - "solana-program", + "num-derive", + "num-traits", + "solana-decode-error", + "solana-instruction", + "solana-msg", + "solana-program-error", + "solana-pubkey", "spl-discriminator", "spl-pod", - "spl-program-error", + "thiserror 2.0.17", ] [[package]] name = "spl-token-metadata-interface" -version = "0.4.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6c2318ddff97e006ed9b1291ebec0750a78547f870f62a69c56fe3b46a5d8fc" +checksum = "304d6e06f0de0c13a621464b1fd5d4b1bebf60d15ca71a44d3839958e0da16ee" dependencies = [ "borsh 1.5.7", - "solana-program", + "num-derive", + "num-traits", + "solana-borsh", + "solana-decode-error", + "solana-instruction", + "solana-msg", + "solana-program-error", + "solana-pubkey", "spl-discriminator", "spl-pod", - "spl-program-error", "spl-type-length-value", + "thiserror 2.0.17", ] [[package]] name = "spl-transfer-hook-interface" -version = "0.7.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a110f33d941275d9f868b96daaa993f1e73b6806cc8836e43075b4d3ad8338a7" +checksum = "a7e905b849b6aba63bde8c4badac944ebb6c8e6e14817029cbe1bc16829133bd" dependencies = [ "arrayref", "bytemuck", - "solana-program", + "num-derive", + "num-traits", + "solana-account-info", + "solana-cpi", + "solana-decode-error", + "solana-instruction", + "solana-msg", + "solana-program-error", + "solana-pubkey", "spl-discriminator", "spl-pod", "spl-program-error", "spl-tlv-account-resolution", "spl-type-length-value", + "thiserror 2.0.17", ] [[package]] name = "spl-type-length-value" -version = "0.5.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdcd73ec187bc409464c60759232e309f83b52a18a9c5610bf281c9c6432918c" +checksum = "d417eb548214fa822d93f84444024b4e57c13ed6719d4dcc68eec24fb481e9f5" dependencies = [ "bytemuck", - "solana-program", + "num-derive", + "num-traits", + "solana-account-info", + "solana-decode-error", + "solana-msg", + "solana-program-error", "spl-discriminator", "spl-pod", - "spl-program-error", + "thiserror 2.0.17", ] [[package]] @@ -4158,17 +4804,14 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - [[package]] name = "sync_wrapper" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" +dependencies = [ + "futures-core", +] [[package]] name = "synstructure" @@ -4183,20 +4826,20 @@ dependencies = [ [[package]] name = "system-configuration" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 1.3.2", + "bitflags", "core-foundation 0.9.4", "system-configuration-sys", ] [[package]] name = "system-configuration-sys" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" dependencies = [ "core-foundation-sys", "libc", @@ -4215,13 +4858,31 @@ dependencies = [ "windows-sys 0.61.2", ] +[[package]] +name = "termcolor" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" +dependencies = [ + "winapi-util", +] + [[package]] name = "thiserror" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +dependencies = [ + "thiserror-impl 2.0.17", ] [[package]] @@ -4235,6 +4896,17 @@ dependencies = [ "syn 2.0.109", ] +[[package]] +name = "thiserror-impl" +version = "2.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.109", +] + [[package]] name = "thread_local" version = "1.1.9" @@ -4280,21 +4952,11 @@ dependencies = [ "mio", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.1", + "socket2", "tokio-macros", "windows-sys 0.61.2", ] -[[package]] -name = "tokio-io-timeout" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76" -dependencies = [ - "pin-project-lite", - "tokio", -] - [[package]] name = "tokio-macros" version = "2.6.0" @@ -4307,12 +4969,12 @@ dependencies = [ ] [[package]] -name = "tokio-rustls" -version = "0.24.1" +name = "tokio-native-tls" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" dependencies = [ - "rustls 0.21.12", + "native-tls", "tokio", ] @@ -4322,7 +4984,7 @@ version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ - "rustls 0.23.35", + "rustls", "tokio", ] @@ -4335,6 +4997,7 @@ dependencies = [ "futures-core", "pin-project-lite", "tokio", + "tokio-util", ] [[package]] @@ -4374,7 +5037,7 @@ version = "0.23.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" dependencies = [ - "indexmap 2.12.0", + "indexmap", "toml_datetime", "toml_parser", "winnow", @@ -4391,60 +5054,31 @@ dependencies = [ [[package]] name = "tonic" -version = "0.11.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" +checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" dependencies = [ - "async-stream", "async-trait", - "axum 0.6.20", - "base64 0.21.7", - "bytes", - "h2 0.3.27", - "http 0.2.12", - "http-body 0.4.6", - "hyper 0.14.32", - "hyper-timeout 0.4.1", - "percent-encoding", - "pin-project", - "prost 0.12.6", - "tokio", - "tokio-stream", - "tower 0.4.13", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tonic" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" -dependencies = [ - "async-stream", - "async-trait", - "axum 0.7.9", + "axum", "base64 0.22.1", "bytes", "flate2", - "h2 0.4.12", - "http 1.3.1", - "http-body 1.0.1", + "h2", + "http", + "http-body", "http-body-util", - "hyper 1.7.0", - "hyper-timeout 0.5.2", + "hyper", + "hyper-timeout", "hyper-util", "percent-encoding", "pin-project", - "prost 0.13.5", "rustls-native-certs", - "rustls-pemfile 2.2.0", - "socket2 0.5.10", + "socket2", + "sync_wrapper", "tokio", - "tokio-rustls 0.26.4", + "tokio-rustls", "tokio-stream", - "tower 0.4.13", + "tower", "tower-layer", "tower-service", "tracing", @@ -4453,9 +5087,45 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.3" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" +checksum = "4c40aaccc9f9eccf2cd82ebc111adc13030d23e887244bc9cfa5d1d636049de3" +dependencies = [ + "prettyplease", + "proc-macro2", + "quote", + "syn 2.0.109", +] + +[[package]] +name = "tonic-health" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a82868bf299e0a1d2e8dce0dc33a46c02d6f045b2c1f1d6cc8dc3d0bf1812ef" +dependencies = [ + "prost", + "tokio", + "tokio-stream", + "tonic", + "tonic-prost", +] + +[[package]] +name = "tonic-prost" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" +dependencies = [ + "bytes", + "prost", + "tonic", +] + +[[package]] +name = "tonic-prost-build" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4a16cba4043dc3ff43fcb3f96b4c5c154c64cbd18ca8dce2ab2c6a451d058a2" dependencies = [ "prettyplease", "proc-macro2", @@ -4463,39 +5133,8 @@ dependencies = [ "prost-types", "quote", "syn 2.0.109", -] - -[[package]] -name = "tonic-health" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eaf34ddb812120f5c601162d5429933c9b527d901ab0e7f930d3147e33a09b2" -dependencies = [ - "async-stream", - "prost 0.13.5", - "tokio", - "tokio-stream", - "tonic 0.12.3", -] - -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "futures-core", - "futures-util", - "indexmap 1.9.3", - "pin-project", - "pin-project-lite", - "rand 0.8.5", - "slab", - "tokio", - "tokio-util", - "tower-layer", - "tower-service", - "tracing", + "tempfile", + "tonic-build", ] [[package]] @@ -4506,8 +5145,31 @@ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", + "indexmap", "pin-project-lite", - "sync_wrapper 1.0.2", + "slab", + "sync_wrapper", + "tokio", + "tokio-util", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower-http" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +dependencies = [ + "bitflags", + "bytes", + "futures-util", + "http", + "http-body", + "iri-string", + "pin-project-lite", + "tower", "tower-layer", "tower-service", ] @@ -4597,6 +5259,12 @@ version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" +[[package]] +name = "unicase" +version = "2.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" + [[package]] name = "unicode-ident" version = "1.0.22" @@ -4613,15 +5281,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "unreachable" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" -dependencies = [ - "void", -] - [[package]] name = "untrusted" version = "0.9.0" @@ -4674,12 +5333,6 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -[[package]] -name = "void" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" - [[package]] name = "want" version = "0.3.1" @@ -4779,10 +5432,23 @@ dependencies = [ ] [[package]] -name = "webpki-roots" -version = "0.25.4" +name = "web-time" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "webpki-roots" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" +dependencies = [ + "rustls-pki-types", +] [[package]] name = "winapi" @@ -4800,6 +5466,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" +[[package]] +name = "winapi-util" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" +dependencies = [ + "windows-sys 0.61.2", +] + [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" @@ -4807,39 +5482,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] -name = "windows-core" -version = "0.62.2" +name = "windows-link" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" -dependencies = [ - "windows-implement", - "windows-interface", - "windows-link", - "windows-result", - "windows-strings", -] - -[[package]] -name = "windows-implement" -version = "0.60.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.109", -] - -[[package]] -name = "windows-interface" -version = "0.59.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.109", -] +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" [[package]] name = "windows-link" @@ -4848,30 +5494,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] -name = "windows-result" -version = "0.4.1" +name = "windows-registry" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" +checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" dependencies = [ - "windows-link", + "windows-link 0.1.3", + "windows-result", + "windows-strings", +] + +[[package]] +name = "windows-result" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +dependencies = [ + "windows-link 0.1.3", ] [[package]] name = "windows-strings" -version = "0.5.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-link", -] - -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.5", + "windows-link 0.1.3", ] [[package]] @@ -4898,22 +5546,7 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ - "windows-link", -] - -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", + "windows-link 0.2.1", ] [[package]] @@ -4938,7 +5571,7 @@ version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ - "windows-link", + "windows-link 0.2.1", "windows_aarch64_gnullvm 0.53.1", "windows_aarch64_msvc 0.53.1", "windows_i686_gnu 0.53.1", @@ -4949,12 +5582,6 @@ dependencies = [ "windows_x86_64_msvc 0.53.1", ] -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - [[package]] name = "windows_aarch64_gnullvm" version = "0.52.6" @@ -4967,12 +5594,6 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - [[package]] name = "windows_aarch64_msvc" version = "0.52.6" @@ -4985,12 +5606,6 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - [[package]] name = "windows_i686_gnu" version = "0.52.6" @@ -5015,12 +5630,6 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - [[package]] name = "windows_i686_msvc" version = "0.52.6" @@ -5033,12 +5642,6 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - [[package]] name = "windows_x86_64_gnu" version = "0.52.6" @@ -5051,12 +5654,6 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - [[package]] name = "windows_x86_64_gnullvm" version = "0.52.6" @@ -5069,12 +5666,6 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - [[package]] name = "windows_x86_64_msvc" version = "0.52.6" @@ -5096,16 +5687,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "winreg" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - [[package]] name = "wit-bindgen" version = "0.46.0" @@ -5120,34 +5701,44 @@ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" [[package]] name = "yellowstone-grpc-client" -version = "4.2.1" +version = "9.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f792b88fda421a42ede938e9d566f65228cf2870ed508df388c4f4465b2e0f49" +checksum = "38a9ba079420757406d603cd5f27b8c6f6e94c415c30a43b19ef4a0c4a5ff0d1" dependencies = [ "bytes", "futures", - "thiserror", - "tonic 0.12.3", + "thiserror 1.0.69", + "tonic", "tonic-health", "yellowstone-grpc-proto", ] [[package]] name = "yellowstone-grpc-proto" -version = "4.2.1" +version = "9.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488d19f109595858dcb4010d770720628e5600a6857e596f3ebbc49d8893bdb1" +checksum = "dbba21b6046eff1c9be2366a70d7264763b10004306e874b54409503a39e5f1e" dependencies = [ "anyhow", "bincode", - "prost 0.13.5", + "prost", "prost-types", "protobuf-src", + "solana-account", "solana-account-decoder", - "solana-sdk", + "solana-clock", + "solana-hash", + "solana-message", + "solana-pubkey", + "solana-signature", + "solana-transaction", + "solana-transaction-context", + "solana-transaction-error", "solana-transaction-status", - "tonic 0.12.3", + "tonic", "tonic-build", + "tonic-prost", + "tonic-prost-build", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f1503dd..2a4469a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,18 +4,34 @@ version = "0.1.0" edition = "2024" [dependencies] +# utilidades anyhow = "1" futures = "0.3" tokio = { version = "1.39", features = ["rt-multi-thread", "macros", "signal", "fs"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } +# TLS / HTTP libs si las necesitas luego (reqwest usa rustls) +reqwest = { version = "0.12", features = ["rustls-tls", "json"] } + +# openssl si lo necesitas para otras cosas (dejamos vendored) openssl = { version = "0.10", features = ["vendored"] } -yellowstone-grpc-client = "4" -yellowstone-grpc-proto = "4" -tonic = "0.11" +# Yellowstone gRPC (stack moderno) +yellowstone-grpc-client = "9" +yellowstone-grpc-proto = "9" +# gRPC core +tonic = "0.14" + +# Solana SDK (rama 2.x compatible con la unidad moderna de crates) +solana-sdk = "2.3" + +# utilidades bs58 = "0.5" - dotenvy = "0.15" + +# serialización +serde = { version = "1", features = ["derive"] } +serde_json = "1" + diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7f1473 --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ + ┌───────────────────────────────────────────┐ + │ ENTRADAS │ + │ │ + LIVE │ (A) Yellowstone Geyser -> txu │ + (suscripción) ───▶│ (SubscribeUpdateTransaction) │ + │ │ + REPLAY │ (B) Archivo tx.bin (VersionedTx bincode) │ + (logs/frames/bin) └───────────────┬───────────────────────────┘ + │ + ▼ + ┌───────────────────────────────────────────┐ + │ main.rs │ + │ - configura adapters[] │ + │ - configura RPC │ + │ - selecciona fuente: (A) o (B) │ + └───────────────┬───────────────────────────┘ + │ + (A) txu │ (B) tx.bin + directo │ load_versioned_tx + ▼ + ┌───────────────────────────────────────────┐ + │ engine.rs │ + │ to_snapshot() -> TxuSnapshot │ + │ - version (legacy/v0) │ + │ - account_keys + (ALT lookups opc.) │ + │ - instrucciones (orden + data) │ + │ - compute budget ixs │ + └───────────────┬───────────────────────────┘ + │ TxuSnapshot + ▼ + ┌─────────────────────────────────────────────────────────┐ + │ protocols.rs │ + │ adapters[] = [ Meteora, PumpFun, Bonk, ... ] │ + │ │ + │ ┌──────────────┐ probe() ┌─────────────────────┐ │ + │ │ Meteora │◀───────────▶│ TxuSnapshot │ │ + │ └─────┬────────┘ └─────────────────────┘ │ + │ │ (si reconoce) │ + │ ▼ │ + │ extract_plan() -> SwapPlan │ + │ - PDAs/vaults del pool (NO cambiar) │ + │ - mints/cantidades (si las decodificas) │ + │ - ixs crudas (incl. ComputeBudget) │ + │ │ + │ build_message(SwapPlan, my_owner) -> PreparedMessage │ + │ - sustituye: payer + ATAs del bundler → TUS ATAs │ + │ - conserva: PDAs/vaults/Program IDs │ + │ - WSOL/ATA lifecycle (si faltan, marca crear) │ + │ - v0+ALT: reutiliza ALT o expande claves │ + └─────────┬───────────────────────────────────────────────┘ + │ PreparedMessage (mensaje SIN firmar) + ▼ + ┌───────────────────────────────────────┐ + │ main.rs │ + │ - inyecta recent_blockhash (RPC) │ + │ - agrega ixs extra (create ATA/WSOL)│ + │ - firma con tu Keypair │ + └───────────────┬──────────────────────┘ + │ VersionedTransaction firmado + ▼ + ┌──────────────────────────────────────────────────┐ + │ rpc.rs │ + │ getLatestBlockhash() │ + │ simulateTransaction() ──▶ (CUs, logs, errores) │ + │ sendTransaction() ──▶ signature (base58) │ + └───────────────────┬──────────────────────────────┘ + │ + ▼ + ┌────────────────────────────┐ + │ Resultado │ + │ - ok: firma/slot │ + │ - fail: motivo/log │ + └────────────────────────────┘ diff --git a/keys/wallet_01.json b/keys/wallet_01.json new file mode 100644 index 0000000..8a33857 --- /dev/null +++ b/keys/wallet_01.json @@ -0,0 +1 @@ +[250,118,51,30,164,231,4,233,107,88,82,182,111,68,193,6,75,94,233,74,200,39,61,212,169,83,85,44,13,115,143,28,28,74,241,97,180,111,148,237,203,166,51,118,205,220,37,62,156,192,29,119,181,64,141,133,29,54,139,114,3,149,115,0] diff --git a/keys/wallet_01.json:Zone.Identifier b/keys/wallet_01.json:Zone.Identifier new file mode 100644 index 0000000..d6c1ec6 Binary files /dev/null and b/keys/wallet_01.json:Zone.Identifier differ diff --git a/logs/frames/bin/1762431002905_slot378294904_23JbNkbMJ3KN_tx.bin b/logs/frames/bin/1762431002905_slot378294904_23JbNkbMJ3KN_tx.bin deleted file mode 100644 index b1fede0..0000000 Binary files a/logs/frames/bin/1762431002905_slot378294904_23JbNkbMJ3KN_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762431008458_slot378294917_3ZffbofxBJMq_tx.bin b/logs/frames/bin/1762431008458_slot378294917_3ZffbofxBJMq_tx.bin deleted file mode 100644 index 1730f72..0000000 Binary files a/logs/frames/bin/1762431008458_slot378294917_3ZffbofxBJMq_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762431526242_slot378296227_5UU8eMba7Z9X_tx.bin b/logs/frames/bin/1762431526242_slot378296227_5UU8eMba7Z9X_tx.bin deleted file mode 100644 index 74a99b4..0000000 Binary files a/logs/frames/bin/1762431526242_slot378296227_5UU8eMba7Z9X_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762431529795_slot378296235_PVCcZDK5EnKR_tx.bin b/logs/frames/bin/1762431529795_slot378296235_PVCcZDK5EnKR_tx.bin deleted file mode 100644 index ee9850b..0000000 Binary files a/logs/frames/bin/1762431529795_slot378296235_PVCcZDK5EnKR_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762431532831_slot378296242_fmEg7TMtp2D8_tx.bin b/logs/frames/bin/1762431532831_slot378296242_fmEg7TMtp2D8_tx.bin deleted file mode 100644 index ccf7dd8..0000000 Binary files a/logs/frames/bin/1762431532831_slot378296242_fmEg7TMtp2D8_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762431535600_slot378296249_3fuak8wwdtgG_tx.bin b/logs/frames/bin/1762431535600_slot378296249_3fuak8wwdtgG_tx.bin deleted file mode 100644 index 289acbb..0000000 Binary files a/logs/frames/bin/1762431535600_slot378296249_3fuak8wwdtgG_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432750167_slot378299286_5yZMdyckTdNp_tx.bin b/logs/frames/bin/1762432750167_slot378299286_5yZMdyckTdNp_tx.bin deleted file mode 100644 index ef3e42a..0000000 Binary files a/logs/frames/bin/1762432750167_slot378299286_5yZMdyckTdNp_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432753525_slot378299294_62VRGZLACGeb_tx.bin b/logs/frames/bin/1762432753525_slot378299294_62VRGZLACGeb_tx.bin deleted file mode 100644 index c089dcc..0000000 Binary files a/logs/frames/bin/1762432753525_slot378299294_62VRGZLACGeb_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432756501_slot378299301_3oLor6RS5VGu_tx.bin b/logs/frames/bin/1762432756501_slot378299301_3oLor6RS5VGu_tx.bin deleted file mode 100644 index e15d262..0000000 Binary files a/logs/frames/bin/1762432756501_slot378299301_3oLor6RS5VGu_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432759919_slot378299310_4RMmVfMTnFLs_tx.bin b/logs/frames/bin/1762432759919_slot378299310_4RMmVfMTnFLs_tx.bin deleted file mode 100644 index 1510236..0000000 Binary files a/logs/frames/bin/1762432759919_slot378299310_4RMmVfMTnFLs_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432761533_slot378299316_36YuRG44j5yn_tx.bin b/logs/frames/bin/1762432761533_slot378299316_36YuRG44j5yn_tx.bin deleted file mode 100644 index 04285f4..0000000 Binary files a/logs/frames/bin/1762432761533_slot378299316_36YuRG44j5yn_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432764297_slot378299323_5ktceSArUNQK_tx.bin b/logs/frames/bin/1762432764297_slot378299323_5ktceSArUNQK_tx.bin deleted file mode 100644 index d821be2..0000000 Binary files a/logs/frames/bin/1762432764297_slot378299323_5ktceSArUNQK_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432767651_slot378299331_53JRuGMFcuwm_tx.bin b/logs/frames/bin/1762432767651_slot378299331_53JRuGMFcuwm_tx.bin deleted file mode 100644 index 6f23161..0000000 Binary files a/logs/frames/bin/1762432767651_slot378299331_53JRuGMFcuwm_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432770974_slot378299339_S5GLLtA4Wbaf_tx.bin b/logs/frames/bin/1762432770974_slot378299339_S5GLLtA4Wbaf_tx.bin deleted file mode 100644 index dfc25da..0000000 Binary files a/logs/frames/bin/1762432770974_slot378299339_S5GLLtA4Wbaf_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432773982_slot378299346_65suYP3iaRFZ_tx.bin b/logs/frames/bin/1762432773982_slot378299346_65suYP3iaRFZ_tx.bin deleted file mode 100644 index 8861413..0000000 Binary files a/logs/frames/bin/1762432773982_slot378299346_65suYP3iaRFZ_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432777317_slot378299354_HuV9Y7QN5CFU_tx.bin b/logs/frames/bin/1762432777317_slot378299354_HuV9Y7QN5CFU_tx.bin deleted file mode 100644 index 0cd9d0a..0000000 Binary files a/logs/frames/bin/1762432777317_slot378299354_HuV9Y7QN5CFU_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432780021_slot378299361_2dRLmf6vZF5D_tx.bin b/logs/frames/bin/1762432780021_slot378299361_2dRLmf6vZF5D_tx.bin deleted file mode 100644 index f395916..0000000 Binary files a/logs/frames/bin/1762432780021_slot378299361_2dRLmf6vZF5D_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432783536_slot378299369_4dMpRuLSGrRR_tx.bin b/logs/frames/bin/1762432783536_slot378299369_4dMpRuLSGrRR_tx.bin deleted file mode 100644 index 574e181..0000000 Binary files a/logs/frames/bin/1762432783536_slot378299369_4dMpRuLSGrRR_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432786845_slot378299377_22ebV3UZqNiQ_tx.bin b/logs/frames/bin/1762432786845_slot378299377_22ebV3UZqNiQ_tx.bin deleted file mode 100644 index 926f006..0000000 Binary files a/logs/frames/bin/1762432786845_slot378299377_22ebV3UZqNiQ_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432789721_slot378299383_2YdNd6ETVWzG_tx.bin b/logs/frames/bin/1762432789721_slot378299383_2YdNd6ETVWzG_tx.bin deleted file mode 100644 index 66a648f..0000000 Binary files a/logs/frames/bin/1762432789721_slot378299383_2YdNd6ETVWzG_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432813478_slot378299444_ptgMmQDqKcB6_tx.bin b/logs/frames/bin/1762432813478_slot378299444_ptgMmQDqKcB6_tx.bin deleted file mode 100644 index 9d3b27d..0000000 Binary files a/logs/frames/bin/1762432813478_slot378299444_ptgMmQDqKcB6_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432816583_slot378299451_46b51dU23bsQ_tx.bin b/logs/frames/bin/1762432816583_slot378299451_46b51dU23bsQ_tx.bin deleted file mode 100644 index 8adc166..0000000 Binary files a/logs/frames/bin/1762432816583_slot378299451_46b51dU23bsQ_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432819755_slot378299458_5LH57f332b4Z_tx.bin b/logs/frames/bin/1762432819755_slot378299458_5LH57f332b4Z_tx.bin deleted file mode 100644 index e48f78d..0000000 Binary files a/logs/frames/bin/1762432819755_slot378299458_5LH57f332b4Z_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762432821320_slot378299467_5yBVNsZDfKp1_tx.bin b/logs/frames/bin/1762432821320_slot378299467_5yBVNsZDfKp1_tx.bin deleted file mode 100644 index d2c0e7f..0000000 Binary files a/logs/frames/bin/1762432821320_slot378299467_5yBVNsZDfKp1_tx.bin and /dev/null differ diff --git a/logs/frames/bin/1762440223791_slot378317940_4t6rKnrWTjmM_tx.bin b/logs/frames/bin/1762440223791_slot378317940_4t6rKnrWTjmM_tx.bin new file mode 100644 index 0000000..987f722 Binary files /dev/null and b/logs/frames/bin/1762440223791_slot378317940_4t6rKnrWTjmM_tx.bin differ diff --git a/logs/frames/txt/1762431008458_slot378294917_3ZffbofxBJMq_tx.txt b/logs/frames/txt/1762431008458_slot378294917_3ZffbofxBJMq_tx.txt deleted file mode 100644 index 28a38a5..0000000 --- a/logs/frames/txt/1762431008458_slot378294917_3ZffbofxBJMq_tx.txt +++ /dev/null @@ -1,1416 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 128, - 52, - 88, - 88, - 94, - 77, - 20, - 155, - 167, - 77, - 23, - 127, - 141, - 5, - 120, - 78, - 28, - 34, - 248, - 237, - 18, - 237, - 235, - 203, - 225, - 165, - 110, - 194, - 4, - 169, - 237, - 174, - 31, - 120, - 243, - 193, - 209, - 252, - 145, - 25, - 56, - 87, - 194, - 121, - 10, - 249, - 26, - 242, - 70, - 45, - 104, - 23, - 111, - 173, - 193, - 213, - 196, - 160, - 204, - 18, - 37, - 23, - 221, - 11, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 128, - 52, - 88, - 88, - 94, - 77, - 20, - 155, - 167, - 77, - 23, - 127, - 141, - 5, - 120, - 78, - 28, - 34, - 248, - 237, - 18, - 237, - 235, - 203, - 225, - 165, - 110, - 194, - 4, - 169, - 237, - 174, - 31, - 120, - 243, - 193, - 209, - 252, - 145, - 25, - 56, - 87, - 194, - 121, - 10, - 249, - 26, - 242, - 70, - 45, - 104, - 23, - 111, - 173, - 193, - 213, - 196, - 160, - 204, - 18, - 37, - 23, - 221, - 11, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 1, - num_readonly_signed_accounts: 0, - num_readonly_unsigned_accounts: 3, - }, - ), - account_keys: [ - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 7, - 247, - 17, - 251, - 66, - 76, - 93, - 232, - 196, - 137, - 11, - 37, - 172, - 80, - 148, - 41, - 204, - 55, - 231, - 205, - 222, - 173, - 166, - 42, - 38, - 49, - 201, - 176, - 128, - 105, - 233, - 14, - ], - [ - 154, - 127, - 25, - 17, - 204, - 15, - 184, - 237, - 199, - 152, - 97, - 122, - 21, - 209, - 54, - 86, - 45, - 19, - 210, - 77, - 118, - 205, - 205, - 233, - 178, - 113, - 144, - 140, - 120, - 129, - 49, - 250, - ], - [ - 165, - 11, - 253, - 91, - 249, - 70, - 233, - 208, - 202, - 53, - 167, - 23, - 53, - 66, - 3, - 89, - 164, - 108, - 31, - 35, - 16, - 72, - 175, - 217, - 122, - 102, - 84, - 193, - 77, - 199, - 32, - 182, - ], - [ - 179, - 160, - 145, - 251, - 189, - 98, - 1, - 37, - 122, - 135, - 218, - 157, - 40, - 118, - 12, - 51, - 15, - 226, - 134, - 147, - 218, - 140, - 43, - 74, - 198, - 44, - 54, - 245, - 92, - 240, - 77, - 85, - ], - [ - 197, - 119, - 34, - 142, - 170, - 70, - 148, - 244, - 125, - 165, - 20, - 132, - 94, - 140, - 99, - 208, - 250, - 50, - 148, - 240, - 207, - 101, - 179, - 97, - 143, - 184, - 131, - 42, - 116, - 252, - 54, - 148, - ], - [ - 11, - 250, - 114, - 78, - 255, - 19, - 156, - 114, - 168, - 187, - 149, - 187, - 217, - 159, - 154, - 78, - 214, - 38, - 198, - 82, - 224, - 241, - 133, - 25, - 141, - 15, - 175, - 212, - 166, - 207, - 71, - 121, - ], - [ - 31, - 39, - 13, - 13, - 60, - 164, - 184, - 197, - 88, - 124, - 59, - 121, - 246, - 26, - 34, - 67, - 254, - 4, - 76, - 89, - 173, - 188, - 71, - 150, - 121, - 89, - 76, - 78, - 147, - 28, - 88, - 22, - ], - [ - 29, - 27, - 255, - 6, - 98, - 71, - 29, - 109, - 204, - 34, - 15, - 58, - 17, - 176, - 11, - 105, - 13, - 112, - 226, - 191, - 140, - 113, - 225, - 124, - 216, - 22, - 69, - 181, - 243, - 180, - 31, - 73, - ], - [ - 31, - 89, - 163, - 197, - 238, - 115, - 102, - 65, - 50, - 160, - 27, - 123, - 163, - 243, - 209, - 194, - 252, - 241, - 251, - 49, - 65, - 43, - 193, - 155, - 117, - 112, - 72, - 92, - 77, - 103, - 133, - 172, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 204, - 248, - 2, - 212, - 204, - 204, - 132, - 215, - 251, - 33, - 181, - 247, - 59, - 73, - 216, - 26, - 22, - 197, - 180, - 200, - 142, - 227, - 35, - 148, - 225, - 201, - 29, - 53, - 136, - 204, - 64, - 128, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - ], - recent_blockhash: [ - 75, - 47, - 195, - 153, - 230, - 15, - 60, - 169, - 80, - 116, - 229, - 1, - 195, - 238, - 148, - 25, - 116, - 118, - 201, - 243, - 132, - 227, - 180, - 200, - 156, - 6, - 58, - 88, - 217, - 2, - 48, - 209, - ], - instructions: [ - CompiledInstruction { - program_id_index: 10, - accounts: [], - data: [ - 2, - 240, - 73, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 10, - accounts: [], - data: [ - 3, - 160, - 247, - 3, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 2, - 3, - 4, - 13, - 5, - 14, - 6, - 15, - 7, - 8, - 9, - 0, - 16, - 12, - 2, - ], - data: [ - 248, - 198, - 158, - 145, - 225, - 117, - 135, - 200, - 151, - 4, - 143, - 56, - 58, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - }, - ], - versioned: true, - address_table_lookups: [ - MessageAddressTableLookup { - account_key: [ - 232, - 203, - 219, - 224, - 226, - 119, - 218, - 184, - 162, - 16, - 14, - 25, - 124, - 63, - 122, - 176, - 93, - 249, - 151, - 186, - 63, - 237, - 8, - 175, - 200, - 214, - 167, - 30, - 206, - 21, - 106, - 46, - ], - writable_indexes: [ - 8, - 10, - 12, - ], - readonly_indexes: [ - 16, - ], - }, - ], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 44000, - pre_balances: [ - 146063380405, - 7516800, - 2039280, - 163323850, - 9465600, - 2039280, - 1461600, - 2039280, - 2039280, - 2039280, - 1, - 1141441, - 5301613130, - 581467793, - 69135189727190, - 3463604, - 1141443, - ], - post_balances: [ - 146063336405, - 7516800, - 2039280, - 163823479, - 9465600, - 2039280, - 1461600, - 2039280, - 2039280, - 2039280, - 1, - 1141441, - 5301613130, - 581467793, - 69135189227561, - 3463604, - 1141443, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 9, - 0, - ], - data: [ - 3, - 16, - 58, - 246, - 5, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 2, - 0, - ], - data: [ - 3, - 132, - 142, - 125, - 1, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 16, - accounts: [ - 4, - 5, - 6, - 2, - 7, - 0, - 12, - ], - data: [ - 242, - 35, - 198, - 137, - 82, - 225, - 242, - 182, - 3, - 60, - 27, - 49, - 58, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 5, - 0, - ], - data: [ - 3, - 3, - 60, - 27, - 49, - 58, - 0, - 0, - 0, - ], - stack_height: Some( - 3, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 7, - 4, - ], - data: [ - 7, - 3, - 60, - 27, - 49, - 58, - 0, - 0, - 0, - ], - stack_height: Some( - 3, - ), - }, - InnerInstruction { - program_id_index: 16, - accounts: [ - 13, - 14, - 15, - 3, - 8, - 7, - 12, - ], - data: [ - 183, - 18, - 70, - 156, - 148, - 109, - 161, - 34, - 65, - 228, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 14, - 3, - 13, - ], - data: [ - 3, - 173, - 159, - 7, - 0, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 3, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 8, - 15, - 7, - ], - data: [ - 8, - 65, - 228, - 6, - 0, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 3, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB invoke [1]", - "Program log: Instruction: Swap", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: Transfer", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4645 of 119288 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: Transfer", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4375 of 111699 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi invoke [2]", - "Program log: Instruction: Deposit", - "Program data: H159WuM0PboDPBsxOgAAAAM8GzE6AAAA", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]", - "Program log: Instruction: Transfer", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4645 of 85034 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]", - "Program log: Instruction: MintTo", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4492 of 77297 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi consumed 30982 of 100424 compute units", - "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi success", - "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi invoke [2]", - "Program log: Instruction: Withdraw", - "Program data: dPRh6GcfmDpB5AYAAAAAAK2fBwAAAAAA", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]", - "Program log: Instruction: Transfer", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4736 of 39720 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]", - "Program log: Instruction: Burn", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4715 of 32036 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi consumed 31657 of 55637 compute units", - "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi success", - "Program data: UWzjvs3QCsQu5XU4OgAAAK6fBwAAAAAAUCLPHQAAAAAQOvYFAAAAAISOfQEAAAAA", - "Program Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB consumed 136696 of 149700 compute units", - "Program Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 519036.322083, - decimals: 6, - amount: "519036322083", - ui_amount_string: "519036.322083", - }, - ), - owner: "5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 3, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 0.16128457, - decimals: 9, - amount: "161284570", - ui_amount_string: "0.16128457", - }, - ), - owner: "5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 18022.197671, - decimals: 6, - amount: "18022197671", - ui_amount_string: "18022.197671", - }, - ), - owner: "D6BzFQNnRB4L1PmUtqo9hJ2FHZmeJPDhdtGjLSYvS6rp", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "okytZi5zS7upUavegS5Gobyxq1b5fWuU5UZJJ4vEsoE", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 18022.197671, - decimals: 6, - amount: "18022197671", - ui_amount_string: "18022.197671", - }, - ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 8, - mint: "FZN7QZ8ZUUAxMPfxYEYkH3cXUASzH8EqA6B4tyCL8f1j", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 0.000484283, - decimals: 9, - amount: "484283", - ui_amount_string: "0.000484283", - }, - ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 9, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 614.1716, - decimals: 6, - amount: "614171600", - ui_amount_string: "614.1716", - }, - ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 14, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 69135.182979964, - decimals: 9, - amount: "69135182979964", - ui_amount_string: "69135.182979964", - }, - ), - owner: "FERjPVNEa7Udq8CEv68h6tPL46Tq7ieE49HrE2wea3XT", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 269004.327696, - decimals: 6, - amount: "269004327696", - ui_amount_string: "269004.327696", - }, - ), - owner: "5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 3, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 0.161784199, - decimals: 9, - amount: "161784199", - ui_amount_string: "0.161784199", - }, - ), - owner: "5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 267954.169258, - decimals: 6, - amount: "267954169258", - ui_amount_string: "267954.169258", - }, - ), - owner: "D6BzFQNnRB4L1PmUtqo9hJ2FHZmeJPDhdtGjLSYvS6rp", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "okytZi5zS7upUavegS5Gobyxq1b5fWuU5UZJJ4vEsoE", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 267954.169258, - decimals: 6, - amount: "267954169258", - ui_amount_string: "267954.169258", - }, - ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 8, - mint: "FZN7QZ8ZUUAxMPfxYEYkH3cXUASzH8EqA6B4tyCL8f1j", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 3.2634e-5, - decimals: 9, - amount: "32634", - ui_amount_string: "0.000032634", - }, - ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 9, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 714.1944, - decimals: 6, - amount: "714194400", - ui_amount_string: "714.1944", - }, - ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 14, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 69135.182480335, - decimals: 9, - amount: "69135182480335", - ui_amount_string: "69135.182480335", - }, - ), - owner: "FERjPVNEa7Udq8CEv68h6tPL46Tq7ieE49HrE2wea3XT", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [ - [ - 211, - 116, - 33, - 118, - 184, - 156, - 94, - 20, - 201, - 107, - 116, - 137, - 152, - 66, - 31, - 56, - 16, - 30, - 9, - 229, - 197, - 147, - 49, - 177, - 104, - 182, - 37, - 205, - 39, - 21, - 187, - 38, - ], - [ - 246, - 23, - 205, - 69, - 16, - 175, - 112, - 199, - 97, - 146, - 4, - 153, - 248, - 254, - 151, - 213, - 178, - 49, - 26, - 105, - 225, - 154, - 23, - 104, - 60, - 162, - 170, - 164, - 139, - 236, - 154, - 125, - ], - [ - 216, - 78, - 18, - 144, - 193, - 152, - 231, - 136, - 186, - 14, - 17, - 79, - 3, - 130, - 20, - 103, - 150, - 8, - 218, - 40, - 252, - 210, - 10, - 22, - 49, - 239, - 195, - 147, - 251, - 191, - 105, - 42, - ], - ], - loaded_readonly_addresses: [ - [ - 15, - 191, - 232, - 132, - 109, - 104, - 92, - 189, - 198, - 44, - 202, - 126, - 4, - 199, - 232, - 246, - 141, - 204, - 49, - 58, - 179, - 18, - 119, - 226, - 224, - 17, - 42, - 46, - 192, - 224, - 82, - 229, - ], - ], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 136996, - ), - }, - ), - index: 971, - }, - ), - slot: 378294917, -} \ No newline at end of file diff --git a/logs/frames/txt/1762431526242_slot378296227_5UU8eMba7Z9X_tx.txt b/logs/frames/txt/1762431526242_slot378296227_5UU8eMba7Z9X_tx.txt deleted file mode 100644 index 8e1060f..0000000 --- a/logs/frames/txt/1762431526242_slot378296227_5UU8eMba7Z9X_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 223, - 193, - 82, - 253, - 200, - 206, - 23, - 114, - 55, - 99, - 16, - 72, - 49, - 151, - 183, - 117, - 228, - 27, - 214, - 14, - 108, - 240, - 112, - 124, - 17, - 240, - 137, - 8, - 13, - 47, - 98, - 131, - 209, - 161, - 175, - 224, - 45, - 241, - 136, - 250, - 41, - 136, - 141, - 176, - 234, - 140, - 166, - 163, - 189, - 182, - 145, - 79, - 2, - 155, - 174, - 68, - 166, - 60, - 58, - 25, - 246, - 16, - 10, - 14, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 223, - 193, - 82, - 253, - 200, - 206, - 23, - 114, - 55, - 99, - 16, - 72, - 49, - 151, - 183, - 117, - 228, - 27, - 214, - 14, - 108, - 240, - 112, - 124, - 17, - 240, - 137, - 8, - 13, - 47, - 98, - 131, - 209, - 161, - 175, - 224, - 45, - 241, - 136, - 250, - 41, - 136, - 141, - 176, - 234, - 140, - 166, - 163, - 189, - 182, - 145, - 79, - 2, - 155, - 174, - 68, - 166, - 60, - 58, - 25, - 246, - 16, - 10, - 14, - ], - [ - 79, - 136, - 159, - 49, - 10, - 117, - 148, - 227, - 75, - 13, - 45, - 71, - 73, - 8, - 211, - 66, - 203, - 65, - 121, - 207, - 148, - 3, - 127, - 250, - 88, - 47, - 9, - 18, - 174, - 145, - 84, - 211, - 231, - 231, - 250, - 79, - 90, - 244, - 132, - 143, - 137, - 172, - 13, - 118, - 45, - 107, - 215, - 230, - 240, - 53, - 24, - 191, - 241, - 160, - 19, - 43, - 208, - 0, - 10, - 111, - 57, - 155, - 81, - 13, - ], - [ - 59, - 184, - 182, - 114, - 246, - 152, - 88, - 154, - 141, - 175, - 215, - 135, - 161, - 114, - 191, - 0, - 53, - 237, - 137, - 81, - 233, - 6, - 168, - 14, - 128, - 70, - 75, - 204, - 139, - 207, - 115, - 164, - 203, - 156, - 184, - 143, - 42, - 233, - 254, - 203, - 239, - 66, - 81, - 180, - 207, - 64, - 142, - 81, - 213, - 228, - 221, - 103, - 108, - 15, - 11, - 60, - 15, - 87, - 197, - 59, - 29, - 132, - 107, - 15, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 167, - 20, - 89, - 117, - 176, - 210, - 171, - 4, - 87, - 105, - 81, - 113, - 80, - 103, - 46, - 176, - 245, - 120, - 10, - 128, - 34, - 121, - 176, - 238, - 94, - 232, - 78, - 9, - 80, - 126, - 185, - 207, - ], - [ - 146, - 9, - 221, - 157, - 200, - 176, - 50, - 254, - 26, - 184, - 134, - 77, - 216, - 174, - 180, - 28, - 254, - 102, - 136, - 153, - 184, - 126, - 242, - 245, - 152, - 64, - 202, - 11, - 166, - 137, - 105, - 79, - ], - [ - 20, - 173, - 226, - 87, - 250, - 237, - 19, - 165, - 8, - 21, - 56, - 149, - 92, - 166, - 134, - 238, - 60, - 44, - 50, - 54, - 61, - 31, - 135, - 173, - 194, - 202, - 4, - 184, - 27, - 53, - 177, - 114, - ], - [ - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - ], - [ - 90, - 136, - 122, - 252, - 173, - 144, - 255, - 64, - 162, - 166, - 236, - 80, - 76, - 51, - 16, - 216, - 196, - 153, - 223, - 188, - 136, - 50, - 154, - 111, - 200, - 107, - 167, - 98, - 19, - 170, - 92, - 55, - ], - [ - 123, - 66, - 39, - 199, - 166, - 89, - 251, - 197, - 237, - 218, - 220, - 229, - 98, - 12, - 177, - 201, - 211, - 162, - 27, - 223, - 208, - 82, - 202, - 7, - 137, - 46, - 100, - 94, - 221, - 115, - 217, - 132, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 105, - 89, - 110, - 246, - 15, - 117, - 75, - 149, - 101, - 54, - 116, - 66, - 115, - 147, - 145, - 84, - 64, - 202, - 17, - 63, - 14, - 50, - 220, - 47, - 45, - 33, - 249, - 77, - 254, - 15, - 173, - 42, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 47, - 207, - 180, - 62, - 127, - 231, - 116, - 59, - 59, - 16, - 171, - 201, - 24, - 50, - 214, - 117, - 126, - 154, - 44, - 72, - 4, - 152, - 180, - 136, - 128, - 26, - 128, - 56, - 201, - 140, - 2, - 46, - ], - ], - recent_blockhash: [ - 114, - 11, - 200, - 212, - 160, - 77, - 136, - 119, - 130, - 90, - 105, - 66, - 91, - 237, - 168, - 48, - 32, - 54, - 135, - 33, - 116, - 236, - 188, - 234, - 154, - 205, - 240, - 144, - 140, - 111, - 180, - 236, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2596542960, - 99450964968, - 0, - 0, - 0, - 3841920, - 2039280, - 46639852887, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813620, - 8184960, - 1000055, - 165045729848, - ], - post_balances: [ - 2592387400, - 98893060248, - 0, - 0, - 2039280, - 3841920, - 2039280, - 47199796887, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813620, - 8184960, - 1000055, - 165045729848, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 167, - 20, - 89, - 117, - 176, - 210, - 171, - 4, - 87, - 105, - 81, - 113, - 80, - 103, - 46, - 176, - 245, - 120, - 10, - 128, - 34, - 121, - 176, - 238, - 94, - 232, - 78, - 9, - 80, - 126, - 185, - 207, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 167, - 20, - 89, - 117, - 176, - 210, - 171, - 4, - 87, - 105, - 81, - 113, - 80, - 103, - 46, - 176, - 245, - 120, - 10, - 128, - 34, - 121, - 176, - 238, - 94, - 232, - 78, - 9, - 80, - 126, - 185, - 207, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 154, - 207, - 109, - 66, - 213, - 4, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 192, - 218, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - 1, - 1, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 154, - 207, - 109, - 66, - 213, - 4, - 0, - 0, - 64, - 143, - 75, - 33, - 0, - 0, - 0, - 0, - 154, - 207, - 109, - 66, - 213, - 4, - 0, - 0, - 146, - 13, - 232, - 46, - 255, - 29, - 160, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 23, - 17, - 0, - 0, - 0, - 0, - 0, - 0, - 107, - 3, - 0, - 0, - 0, - 0, - 0, - 192, - 218, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 37, - 146, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - 1, - 1, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 64, - 143, - 75, - 33, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 154, - 207, - 109, - 66, - 213, - 4, - 0, - 0, - 146, - 13, - 232, - 46, - 255, - 29, - 160, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 23, - 17, - 0, - 0, - 0, - 0, - 0, - 0, - 107, - 3, - 0, - 0, - 0, - 0, - 0, - 192, - 218, - 0, - 0, - 0, - 0, - 0, - 0, - 18, - 39, - 19, - 232, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 37, - 146, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 149218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 142631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 138748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 129842 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 123255 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 119372 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20406 of 135286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 114730 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 90931 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 82222 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 73612 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 64226 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 57338 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58648 of 111685 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 53037 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 537379991.31061, - decimals: 6, - amount: "537379991310610", - ui_amount_string: "537379991.31061", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.637813607, - decimals: 9, - amount: "46637813607", - ui_amount_string: "46.637813607", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 5313989.037978, - decimals: 6, - amount: "5313989037978", - ui_amount_string: "5313989.037978", - }, - ), - owner: "CFD5o9n32toCJ1xsHMUL43p8dvqdngXmBivzt63XKgjY", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 532066002.272632, - decimals: 6, - amount: "532066002272632", - ui_amount_string: "532066002.272632", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.197757607, - decimals: 9, - amount: "47197757607", - ui_amount_string: "47.197757607", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 104976, - ), - }, - ), - index: 911, - }, - ), - slot: 378296227, -} \ No newline at end of file diff --git a/logs/frames/txt/1762431529795_slot378296235_PVCcZDK5EnKR_tx.txt b/logs/frames/txt/1762431529795_slot378296235_PVCcZDK5EnKR_tx.txt deleted file mode 100644 index fb60657..0000000 --- a/logs/frames/txt/1762431529795_slot378296235_PVCcZDK5EnKR_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 19, - 100, - 41, - 67, - 45, - 213, - 93, - 162, - 7, - 51, - 158, - 247, - 134, - 113, - 188, - 92, - 73, - 41, - 67, - 214, - 77, - 53, - 81, - 25, - 206, - 106, - 105, - 184, - 184, - 91, - 146, - 189, - 123, - 85, - 160, - 27, - 205, - 241, - 69, - 65, - 37, - 104, - 130, - 107, - 49, - 10, - 10, - 185, - 55, - 212, - 49, - 68, - 144, - 165, - 146, - 218, - 209, - 111, - 222, - 73, - 17, - 205, - 157, - 15, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 19, - 100, - 41, - 67, - 45, - 213, - 93, - 162, - 7, - 51, - 158, - 247, - 134, - 113, - 188, - 92, - 73, - 41, - 67, - 214, - 77, - 53, - 81, - 25, - 206, - 106, - 105, - 184, - 184, - 91, - 146, - 189, - 123, - 85, - 160, - 27, - 205, - 241, - 69, - 65, - 37, - 104, - 130, - 107, - 49, - 10, - 10, - 185, - 55, - 212, - 49, - 68, - 144, - 165, - 146, - 218, - 209, - 111, - 222, - 73, - 17, - 205, - 157, - 15, - ], - [ - 231, - 203, - 146, - 124, - 170, - 77, - 18, - 21, - 3, - 100, - 26, - 86, - 206, - 87, - 16, - 43, - 242, - 37, - 23, - 182, - 56, - 243, - 170, - 34, - 46, - 94, - 254, - 251, - 180, - 1, - 194, - 253, - 63, - 40, - 105, - 26, - 71, - 70, - 63, - 156, - 240, - 184, - 121, - 100, - 185, - 232, - 135, - 243, - 162, - 132, - 209, - 10, - 6, - 88, - 234, - 171, - 250, - 22, - 8, - 140, - 54, - 251, - 82, - 11, - ], - [ - 121, - 184, - 179, - 163, - 27, - 33, - 189, - 47, - 8, - 198, - 197, - 186, - 113, - 55, - 167, - 210, - 183, - 120, - 241, - 164, - 247, - 135, - 165, - 1, - 225, - 189, - 220, - 64, - 227, - 84, - 70, - 112, - 240, - 87, - 104, - 51, - 96, - 12, - 64, - 28, - 243, - 63, - 229, - 44, - 99, - 69, - 169, - 116, - 125, - 89, - 129, - 87, - 228, - 31, - 111, - 252, - 75, - 160, - 213, - 147, - 214, - 16, - 29, - 5, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 68, - 176, - 227, - 197, - 119, - 42, - 152, - 111, - 169, - 230, - 80, - 223, - 251, - 4, - 192, - 186, - 74, - 199, - 6, - 82, - 211, - 149, - 165, - 204, - 30, - 29, - 210, - 143, - 235, - 35, - 59, - 118, - ], - [ - 228, - 185, - 84, - 91, - 239, - 240, - 244, - 143, - 114, - 190, - 81, - 152, - 79, - 111, - 198, - 177, - 188, - 215, - 193, - 202, - 123, - 144, - 61, - 190, - 210, - 176, - 244, - 82, - 16, - 237, - 4, - 107, - ], - [ - 214, - 126, - 30, - 21, - 223, - 203, - 245, - 31, - 229, - 176, - 135, - 144, - 56, - 203, - 119, - 166, - 26, - 219, - 226, - 37, - 8, - 162, - 68, - 142, - 216, - 146, - 152, - 172, - 60, - 232, - 184, - 174, - ], - [ - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - ], - [ - 90, - 136, - 122, - 252, - 173, - 144, - 255, - 64, - 162, - 166, - 236, - 80, - 76, - 51, - 16, - 216, - 196, - 153, - 223, - 188, - 136, - 50, - 154, - 111, - 200, - 107, - 167, - 98, - 19, - 170, - 92, - 55, - ], - [ - 123, - 66, - 39, - 199, - 166, - 89, - 251, - 197, - 237, - 218, - 220, - 229, - 98, - 12, - 177, - 201, - 211, - 162, - 27, - 223, - 208, - 82, - 202, - 7, - 137, - 46, - 100, - 94, - 221, - 115, - 217, - 132, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 105, - 89, - 110, - 246, - 15, - 117, - 75, - 149, - 101, - 54, - 116, - 66, - 115, - 147, - 145, - 84, - 64, - 202, - 17, - 63, - 14, - 50, - 220, - 47, - 45, - 33, - 249, - 77, - 254, - 15, - 173, - 42, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 188, - 32, - 4, - 79, - 105, - 40, - 166, - 169, - 133, - 44, - 11, - 216, - 115, - 62, - 206, - 127, - 93, - 160, - 193, - 22, - 132, - 171, - 203, - 4, - 195, - 67, - 64, - 66, - 67, - 40, - 103, - 36, - ], - ], - recent_blockhash: [ - 114, - 11, - 200, - 212, - 160, - 77, - 136, - 119, - 130, - 90, - 105, - 66, - 91, - 237, - 168, - 48, - 32, - 54, - 135, - 33, - 116, - 236, - 188, - 234, - 154, - 205, - 240, - 144, - 140, - 111, - 180, - 236, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 128, - 172, - 110, - 55, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 128, - 172, - 110, - 55, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2592387400, - 98893060248, - 0, - 0, - 0, - 3841920, - 2039280, - 47199796887, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813620, - 8184960, - 1000055, - 2051548437484, - ], - post_balances: [ - 2588231840, - 97965192528, - 0, - 0, - 2039280, - 3841920, - 2039280, - 48129703887, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813620, - 8184960, - 1000055, - 2051548437484, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 68, - 176, - 227, - 197, - 119, - 42, - 152, - 111, - 169, - 230, - 80, - 223, - 251, - 4, - 192, - 186, - 74, - 199, - 6, - 82, - 211, - 149, - 165, - 204, - 30, - 29, - 210, - 143, - 235, - 35, - 59, - 118, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 68, - 176, - 227, - 197, - 119, - 42, - 152, - 111, - 169, - 230, - 80, - 223, - 251, - 4, - 192, - 186, - 74, - 199, - 6, - 82, - 211, - 149, - 165, - 204, - 30, - 29, - 210, - 143, - 235, - 35, - 59, - 118, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 128, - 172, - 110, - 55, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 34, - 209, - 221, - 151, - 3, - 8, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 72, - 107, - 1, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - 1, - 1, - 128, - 172, - 110, - 55, - 0, - 0, - 0, - 0, - 34, - 209, - 221, - 151, - 3, - 8, - 0, - 0, - 120, - 50, - 75, - 55, - 0, - 0, - 0, - 0, - 34, - 209, - 221, - 151, - 3, - 8, - 0, - 0, - 93, - 51, - 5, - 149, - 86, - 194, - 160, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 160, - 97, - 28, - 0, - 0, - 0, - 0, - 0, - 32, - 173, - 5, - 0, - 0, - 0, - 0, - 0, - 72, - 107, - 1, - 0, - 0, - 0, - 0, - 0, - 128, - 172, - 110, - 55, - 0, - 0, - 0, - 0, - 40, - 146, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - 1, - 1, - 128, - 172, - 110, - 55, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 128, - 172, - 110, - 55, - 0, - 0, - 0, - 0, - 120, - 50, - 75, - 55, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 34, - 209, - 221, - 151, - 3, - 8, - 0, - 0, - 93, - 51, - 5, - 149, - 86, - 194, - 160, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 160, - 97, - 28, - 0, - 0, - 0, - 0, - 0, - 32, - 173, - 5, - 0, - 0, - 0, - 0, - 0, - 72, - 107, - 1, - 0, - 0, - 0, - 0, - 0, - 138, - 89, - 94, - 31, - 11, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 40, - 146, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 147718 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 141131 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 137248 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20914 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 128342 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 121755 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 117872 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20406 of 133786 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 113230 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 89436 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 80727 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 72117 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 62731 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 55843 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58643 of 110185 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 51542 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 532066002.272632, - decimals: 6, - amount: "532066002272632", - ui_amount_string: "532066002.272632", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.197757607, - decimals: 9, - amount: "47197757607", - ui_amount_string: "47.197757607", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 8811525.820706, - decimals: 6, - amount: "8811525820706", - ui_amount_string: "8811525.820706", - }, - ), - owner: "5d9AcA6eHFQisWzPavDgG4vQjHMBSoej7BjEa9C9QCR3", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 523254476.451926, - decimals: 6, - amount: "523254476451926", - ui_amount_string: "523254476.451926", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 48.127664607, - decimals: 9, - amount: "48127664607", - ui_amount_string: "48.127664607", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 106471, - ), - }, - ), - index: 1053, - }, - ), - slot: 378296235, -} \ No newline at end of file diff --git a/logs/frames/txt/1762431532831_slot378296242_fmEg7TMtp2D8_tx.txt b/logs/frames/txt/1762431532831_slot378296242_fmEg7TMtp2D8_tx.txt deleted file mode 100644 index 9ce6ab0..0000000 --- a/logs/frames/txt/1762431532831_slot378296242_fmEg7TMtp2D8_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 33, - 109, - 110, - 150, - 35, - 192, - 149, - 21, - 228, - 167, - 68, - 20, - 49, - 174, - 251, - 158, - 47, - 34, - 186, - 170, - 154, - 75, - 200, - 10, - 240, - 54, - 54, - 47, - 198, - 13, - 116, - 10, - 14, - 240, - 226, - 12, - 40, - 108, - 252, - 182, - 249, - 220, - 25, - 135, - 236, - 230, - 65, - 172, - 255, - 89, - 79, - 245, - 149, - 187, - 115, - 238, - 174, - 17, - 157, - 213, - 159, - 107, - 27, - 9, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 33, - 109, - 110, - 150, - 35, - 192, - 149, - 21, - 228, - 167, - 68, - 20, - 49, - 174, - 251, - 158, - 47, - 34, - 186, - 170, - 154, - 75, - 200, - 10, - 240, - 54, - 54, - 47, - 198, - 13, - 116, - 10, - 14, - 240, - 226, - 12, - 40, - 108, - 252, - 182, - 249, - 220, - 25, - 135, - 236, - 230, - 65, - 172, - 255, - 89, - 79, - 245, - 149, - 187, - 115, - 238, - 174, - 17, - 157, - 213, - 159, - 107, - 27, - 9, - ], - [ - 126, - 204, - 17, - 7, - 170, - 45, - 50, - 227, - 11, - 92, - 67, - 51, - 141, - 205, - 82, - 47, - 106, - 155, - 138, - 194, - 38, - 140, - 115, - 160, - 127, - 168, - 97, - 249, - 253, - 211, - 118, - 241, - 16, - 235, - 92, - 10, - 34, - 33, - 119, - 27, - 22, - 199, - 237, - 23, - 247, - 200, - 80, - 33, - 25, - 224, - 212, - 227, - 91, - 246, - 51, - 18, - 53, - 38, - 125, - 58, - 183, - 9, - 167, - 13, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 4, - 169, - 74, - 128, - 101, - 118, - 173, - 41, - 78, - 168, - 6, - 123, - 104, - 67, - 175, - 2, - 157, - 127, - 219, - 51, - 189, - 85, - 100, - 246, - 218, - 117, - 126, - 190, - 111, - 26, - 180, - 252, - ], - [ - 81, - 208, - 205, - 243, - 27, - 42, - 163, - 71, - 27, - 113, - 0, - 145, - 120, - 120, - 93, - 245, - 117, - 14, - 47, - 227, - 62, - 139, - 78, - 5, - 191, - 248, - 251, - 98, - 186, - 115, - 83, - 6, - ], - [ - 48, - 188, - 199, - 133, - 224, - 36, - 224, - 197, - 85, - 126, - 19, - 70, - 0, - 20, - 86, - 6, - 26, - 49, - 139, - 28, - 176, - 146, - 14, - 27, - 161, - 155, - 127, - 115, - 255, - 76, - 83, - 71, - ], - [ - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - ], - [ - 90, - 136, - 122, - 252, - 173, - 144, - 255, - 64, - 162, - 166, - 236, - 80, - 76, - 51, - 16, - 216, - 196, - 153, - 223, - 188, - 136, - 50, - 154, - 111, - 200, - 107, - 167, - 98, - 19, - 170, - 92, - 55, - ], - [ - 123, - 66, - 39, - 199, - 166, - 89, - 251, - 197, - 237, - 218, - 220, - 229, - 98, - 12, - 177, - 201, - 211, - 162, - 27, - 223, - 208, - 82, - 202, - 7, - 137, - 46, - 100, - 94, - 221, - 115, - 217, - 132, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 105, - 89, - 110, - 246, - 15, - 117, - 75, - 149, - 101, - 54, - 116, - 66, - 115, - 147, - 145, - 84, - 64, - 202, - 17, - 63, - 14, - 50, - 220, - 47, - 45, - 33, - 249, - 77, - 254, - 15, - 173, - 42, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 237, - 125, - 182, - 140, - 5, - 164, - 189, - 131, - 156, - 203, - 142, - 3, - 26, - 88, - 236, - 104, - 214, - 173, - 170, - 228, - 236, - 150, - 225, - 184, - 98, - 44, - 209, - 183, - 255, - 251, - 27, - 248, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 122, - 210, - 138, - 167, - 40, - 3, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2588231840, - 0, - 2039280, - 0, - 3841920, - 2039280, - 48129703887, - 97965192528, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813620, - 8184960, - 1000055, - ], - post_balances: [ - 2586120560, - 0, - 2039280, - 0, - 3841920, - 2039280, - 47764718764, - 98332216931, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813620, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 4, - 169, - 74, - 128, - 101, - 118, - 173, - 41, - 78, - 168, - 6, - 123, - 104, - 67, - 175, - 2, - 157, - 127, - 219, - 51, - 189, - 85, - 100, - 246, - 218, - 117, - 126, - 190, - 111, - 26, - 180, - 252, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 122, - 210, - 138, - 167, - 40, - 3, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 57, - 172, - 192, - 21, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 234, - 142, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - 0, - 1, - 122, - 210, - 138, - 167, - 40, - 3, - 0, - 0, - 57, - 172, - 192, - 21, - 0, - 0, - 0, - 0, - 122, - 210, - 138, - 167, - 40, - 3, - 0, - 0, - 57, - 172, - 192, - 21, - 0, - 0, - 0, - 0, - 62, - 127, - 157, - 40, - 134, - 129, - 160, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 79, - 42, - 11, - 0, - 0, - 0, - 0, - 0, - 169, - 59, - 2, - 0, - 0, - 0, - 0, - 0, - 234, - 142, - 0, - 0, - 0, - 0, - 0, - 0, - 122, - 210, - 138, - 167, - 40, - 3, - 0, - 0, - 43, - 146, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - 0, - 1, - 122, - 210, - 138, - 167, - 40, - 3, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 122, - 210, - 138, - 167, - 40, - 3, - 0, - 0, - 122, - 210, - 138, - 167, - 40, - 3, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 57, - 172, - 192, - 21, - 0, - 0, - 0, - 0, - 62, - 127, - 157, - 40, - 134, - 129, - 160, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 79, - 42, - 11, - 0, - 0, - 0, - 0, - 0, - 169, - 59, - 2, - 0, - 0, - 0, - 0, - 0, - 234, - 142, - 0, - 0, - 0, - 0, - 0, - 0, - 111, - 184, - 143, - 9, - 11, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 43, - 146, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 5936 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 141820 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 135233 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 131350 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20876 of 148764 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 107419 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 98801 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 90100 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 80714 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 73826 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58343 of 127888 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 69545 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 3473144.468092, - decimals: 6, - amount: "3473144468092", - ui_amount_string: "3473144.468092", - }, - ), - owner: "KCMTF7YthTkcHfDWRZpedqhJAQorX84msKMYTHfqYHZ", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 523254476.451926, - decimals: 6, - amount: "523254476451926", - ui_amount_string: "523254476.451926", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 48.127664607, - decimals: 9, - amount: "48127664607", - ui_amount_string: "48.127664607", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 2e-6, - decimals: 6, - amount: "2", - ui_amount_string: "0.000002", - }, - ), - owner: "KCMTF7YthTkcHfDWRZpedqhJAQorX84msKMYTHfqYHZ", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 526727620.920016, - decimals: 6, - amount: "526727620920016", - ui_amount_string: "526727620.920016", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.762679484, - decimals: 9, - amount: "47762679484", - ui_amount_string: "47.762679484", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 88469, - ), - }, - ), - index: 842, - }, - ), - slot: 378296242, -} \ No newline at end of file diff --git a/logs/frames/txt/1762431535600_slot378296249_3fuak8wwdtgG_tx.txt b/logs/frames/txt/1762431535600_slot378296249_3fuak8wwdtgG_tx.txt deleted file mode 100644 index 256137a..0000000 --- a/logs/frames/txt/1762431535600_slot378296249_3fuak8wwdtgG_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 133, - 149, - 231, - 11, - 139, - 253, - 28, - 245, - 19, - 29, - 206, - 151, - 154, - 97, - 183, - 208, - 238, - 147, - 9, - 93, - 42, - 160, - 89, - 129, - 200, - 177, - 145, - 162, - 122, - 91, - 147, - 218, - 206, - 55, - 181, - 117, - 175, - 227, - 246, - 87, - 48, - 58, - 134, - 181, - 249, - 197, - 118, - 112, - 120, - 32, - 152, - 17, - 117, - 194, - 17, - 195, - 174, - 80, - 118, - 14, - 38, - 56, - 255, - 10, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 133, - 149, - 231, - 11, - 139, - 253, - 28, - 245, - 19, - 29, - 206, - 151, - 154, - 97, - 183, - 208, - 238, - 147, - 9, - 93, - 42, - 160, - 89, - 129, - 200, - 177, - 145, - 162, - 122, - 91, - 147, - 218, - 206, - 55, - 181, - 117, - 175, - 227, - 246, - 87, - 48, - 58, - 134, - 181, - 249, - 197, - 118, - 112, - 120, - 32, - 152, - 17, - 117, - 194, - 17, - 195, - 174, - 80, - 118, - 14, - 38, - 56, - 255, - 10, - ], - [ - 47, - 170, - 57, - 217, - 54, - 54, - 16, - 247, - 97, - 40, - 242, - 165, - 195, - 131, - 120, - 16, - 80, - 17, - 225, - 252, - 8, - 105, - 80, - 131, - 149, - 225, - 113, - 168, - 54, - 153, - 70, - 119, - 197, - 192, - 40, - 140, - 171, - 165, - 155, - 228, - 88, - 185, - 58, - 107, - 105, - 51, - 37, - 78, - 192, - 113, - 66, - 4, - 17, - 74, - 7, - 152, - 115, - 15, - 74, - 184, - 199, - 60, - 123, - 8, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 6, - 150, - 133, - 241, - 109, - 81, - 66, - 224, - 59, - 127, - 190, - 11, - 204, - 143, - 187, - 242, - 55, - 202, - 43, - 71, - 24, - 52, - 239, - 147, - 128, - 4, - 93, - 63, - 163, - 183, - 189, - 115, - ], - [ - 112, - 55, - 248, - 140, - 199, - 22, - 43, - 10, - 42, - 178, - 139, - 22, - 191, - 240, - 141, - 250, - 52, - 145, - 135, - 6, - 24, - 61, - 253, - 243, - 119, - 195, - 62, - 157, - 234, - 230, - 236, - 219, - ], - [ - 167, - 197, - 19, - 43, - 133, - 194, - 144, - 71, - 84, - 94, - 206, - 246, - 140, - 37, - 198, - 233, - 58, - 103, - 223, - 248, - 172, - 52, - 41, - 193, - 223, - 177, - 104, - 227, - 204, - 192, - 139, - 149, - ], - [ - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - ], - [ - 90, - 136, - 122, - 252, - 173, - 144, - 255, - 64, - 162, - 166, - 236, - 80, - 76, - 51, - 16, - 216, - 196, - 153, - 223, - 188, - 136, - 50, - 154, - 111, - 200, - 107, - 167, - 98, - 19, - 170, - 92, - 55, - ], - [ - 123, - 66, - 39, - 199, - 166, - 89, - 251, - 197, - 237, - 218, - 220, - 229, - 98, - 12, - 177, - 201, - 211, - 162, - 27, - 223, - 208, - 82, - 202, - 7, - 137, - 46, - 100, - 94, - 221, - 115, - 217, - 132, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 105, - 89, - 110, - 246, - 15, - 117, - 75, - 149, - 101, - 54, - 116, - 66, - 115, - 147, - 145, - 84, - 64, - 202, - 17, - 63, - 14, - 50, - 220, - 47, - 45, - 33, - 249, - 77, - 254, - 15, - 173, - 42, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 237, - 125, - 182, - 140, - 5, - 164, - 189, - 131, - 156, - 203, - 142, - 3, - 26, - 88, - 236, - 104, - 214, - 173, - 170, - 228, - 236, - 150, - 225, - 184, - 98, - 44, - 209, - 183, - 255, - 251, - 27, - 248, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 71, - 246, - 147, - 6, - 123, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2586120560, - 0, - 2039280, - 0, - 3841920, - 2039280, - 47764718764, - 98332216931, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813620, - 8184960, - 1000055, - ], - post_balances: [ - 2584009280, - 0, - 2039280, - 0, - 3841920, - 2039280, - 47593740557, - 98505234418, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813620, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 6, - 150, - 133, - 241, - 109, - 81, - 66, - 224, - 59, - 127, - 190, - 11, - 204, - 143, - 187, - 242, - 55, - 202, - 43, - 71, - 24, - 52, - 239, - 147, - 128, - 4, - 93, - 63, - 163, - 183, - 189, - 115, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 71, - 246, - 147, - 6, - 123, - 1, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 173, - 168, - 48, - 10, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 242, - 66, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - 0, - 1, - 71, - 246, - 147, - 6, - 123, - 1, - 0, - 0, - 173, - 168, - 48, - 10, - 0, - 0, - 0, - 0, - 71, - 246, - 147, - 6, - 123, - 1, - 0, - 0, - 173, - 168, - 48, - 10, - 0, - 0, - 0, - 0, - 36, - 193, - 79, - 101, - 41, - 99, - 160, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 252, - 58, - 5, - 0, - 0, - 0, - 0, - 0, - 204, - 11, - 1, - 0, - 0, - 0, - 0, - 0, - 242, - 66, - 0, - 0, - 0, - 0, - 0, - 0, - 71, - 246, - 147, - 6, - 123, - 1, - 0, - 0, - 46, - 146, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 69, - 210, - 214, - 225, - 189, - 126, - 145, - 25, - 128, - 246, - 3, - 45, - 4, - 216, - 116, - 62, - 222, - 29, - 224, - 226, - 13, - 212, - 221, - 98, - 218, - 179, - 158, - 115, - 32, - 63, - 185, - 103, - 208, - 122, - 102, - 163, - 110, - 124, - 173, - 120, - 245, - 154, - 241, - 166, - 68, - 107, - 255, - 123, - 145, - 194, - 198, - 196, - 118, - 176, - 137, - 125, - 254, - 104, - 235, - 160, - 223, - 95, - 50, - 180, - 0, - 1, - 71, - 246, - 147, - 6, - 123, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 71, - 246, - 147, - 6, - 123, - 1, - 0, - 0, - 71, - 246, - 147, - 6, - 123, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 173, - 168, - 48, - 10, - 0, - 0, - 0, - 0, - 36, - 193, - 79, - 101, - 41, - 99, - 160, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 252, - 58, - 5, - 0, - 0, - 0, - 0, - 0, - 204, - 11, - 1, - 0, - 0, - 0, - 0, - 0, - 242, - 66, - 0, - 0, - 0, - 0, - 0, - 0, - 8, - 134, - 88, - 255, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 46, - 146, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 7436 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 141820 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 135233 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 131350 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19376 of 147264 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 107421 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 98803 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 90102 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 80716 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 73828 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58341 of 127888 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 69547 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 30270534.048654, - decimals: 6, - amount: "30270534048654", - ui_amount_string: "30270534.048654", - }, - ), - owner: "Sia3QcnufbcEf7YWicG9RM6tHA7rMo9LgwgMZWtJqtn", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 526727620.920016, - decimals: 6, - amount: "526727620920016", - ui_amount_string: "526727620.920016", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.762679484, - decimals: 9, - amount: "47762679484", - ui_amount_string: "47.762679484", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 28642631.083335, - decimals: 6, - amount: "28642631083335", - ui_amount_string: "28642631.083335", - }, - ), - owner: "Sia3QcnufbcEf7YWicG9RM6tHA7rMo9LgwgMZWtJqtn", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "86EuQtqL4QutrMR6qQvhaUXQnp6h7et7w8Mee8Jq2bds", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 528355523.885335, - decimals: 6, - amount: "528355523885335", - ui_amount_string: "528355523.885335", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.591701277, - decimals: 9, - amount: "47591701277", - ui_amount_string: "47.591701277", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 88467, - ), - }, - ), - index: 1157, - }, - ), - slot: 378296249, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432750167_slot378299286_5yZMdyckTdNp_tx.txt b/logs/frames/txt/1762432750167_slot378299286_5yZMdyckTdNp_tx.txt deleted file mode 100644 index 9aab45c..0000000 --- a/logs/frames/txt/1762432750167_slot378299286_5yZMdyckTdNp_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 248, - 215, - 98, - 85, - 190, - 133, - 203, - 72, - 4, - 46, - 46, - 41, - 159, - 9, - 9, - 215, - 211, - 150, - 224, - 22, - 236, - 232, - 253, - 119, - 52, - 98, - 255, - 30, - 251, - 215, - 51, - 3, - 126, - 238, - 228, - 216, - 233, - 188, - 100, - 116, - 245, - 70, - 253, - 105, - 24, - 168, - 60, - 86, - 107, - 50, - 77, - 230, - 117, - 128, - 121, - 28, - 160, - 44, - 136, - 101, - 91, - 28, - 108, - 14, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 248, - 215, - 98, - 85, - 190, - 133, - 203, - 72, - 4, - 46, - 46, - 41, - 159, - 9, - 9, - 215, - 211, - 150, - 224, - 22, - 236, - 232, - 253, - 119, - 52, - 98, - 255, - 30, - 251, - 215, - 51, - 3, - 126, - 238, - 228, - 216, - 233, - 188, - 100, - 116, - 245, - 70, - 253, - 105, - 24, - 168, - 60, - 86, - 107, - 50, - 77, - 230, - 117, - 128, - 121, - 28, - 160, - 44, - 136, - 101, - 91, - 28, - 108, - 14, - ], - [ - 211, - 151, - 94, - 43, - 171, - 87, - 93, - 248, - 47, - 202, - 247, - 253, - 121, - 167, - 35, - 214, - 45, - 86, - 46, - 218, - 39, - 27, - 206, - 8, - 206, - 240, - 35, - 176, - 168, - 66, - 54, - 157, - 165, - 70, - 118, - 196, - 15, - 18, - 140, - 16, - 242, - 250, - 209, - 170, - 199, - 26, - 43, - 221, - 84, - 16, - 41, - 81, - 72, - 19, - 26, - 145, - 46, - 36, - 45, - 47, - 101, - 212, - 114, - 14, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 29, - 253, - 55, - 212, - 80, - 74, - 19, - 145, - 46, - 134, - 95, - 74, - 197, - 115, - 196, - 111, - 247, - 124, - 205, - 10, - 143, - 52, - 70, - 171, - 105, - 57, - 52, - 12, - 77, - 167, - 239, - 134, - ], - [ - 50, - 116, - 129, - 234, - 201, - 22, - 255, - 217, - 229, - 94, - 200, - 77, - 24, - 222, - 20, - 6, - 34, - 157, - 15, - 75, - 41, - 190, - 31, - 120, - 211, - 97, - 12, - 219, - 61, - 236, - 55, - 235, - ], - [ - 226, - 201, - 134, - 187, - 0, - 197, - 169, - 112, - 39, - 219, - 169, - 99, - 86, - 24, - 96, - 247, - 69, - 209, - 144, - 70, - 123, - 210, - 20, - 47, - 195, - 185, - 17, - 144, - 38, - 103, - 194, - 66, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 198, - 136, - 146, - 18, - 38, - 43, - 54, - 76, - 8, - 61, - 32, - 137, - 129, - 211, - 160, - 75, - 183, - 156, - 253, - 65, - 154, - 52, - 130, - 37, - 245, - 165, - 89, - 114, - 216, - 243, - 92, - 94, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 120, - 88, - 223, - 128, - 18, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2502339359, - 0, - 2039280, - 0, - 3841920, - 2039280, - 45640879084, - 100397538991, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813636, - 8184960, - 1000055, - ], - post_balances: [ - 2500228079, - 0, - 2039280, - 0, - 3841920, - 2039280, - 45593821157, - 100446636198, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813636, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 29, - 253, - 55, - 212, - 80, - 74, - 19, - 145, - 46, - 134, - 95, - 74, - 197, - 115, - 196, - 111, - 247, - 124, - 205, - 10, - 143, - 52, - 70, - 171, - 105, - 57, - 52, - 12, - 77, - 167, - 239, - 134, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 120, - 88, - 223, - 128, - 18, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 154, - 249, - 205, - 2, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 109, - 18, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 120, - 88, - 223, - 128, - 18, - 0, - 0, - 0, - 154, - 249, - 205, - 2, - 0, - 0, - 0, - 0, - 120, - 88, - 223, - 128, - 18, - 0, - 0, - 0, - 154, - 249, - 205, - 2, - 0, - 0, - 0, - 0, - 229, - 47, - 209, - 230, - 252, - 158, - 60, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 135, - 112, - 1, - 0, - 0, - 0, - 0, - 0, - 180, - 73, - 0, - 0, - 0, - 0, - 0, - 0, - 109, - 18, - 0, - 0, - 0, - 0, - 0, - 0, - 120, - 88, - 223, - 128, - 18, - 0, - 0, - 0, - 236, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 120, - 88, - 223, - 128, - 18, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 120, - 88, - 223, - 128, - 18, - 0, - 0, - 0, - 120, - 88, - 223, - 128, - 18, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 154, - 249, - 205, - 2, - 0, - 0, - 0, - 0, - 229, - 47, - 209, - 230, - 252, - 158, - 60, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 135, - 112, - 1, - 0, - 0, - 0, - 0, - 0, - 180, - 73, - 0, - 0, - 0, - 0, - 0, - 0, - 109, - 18, - 0, - 0, - 0, - 0, - 0, - 0, - 46, - 109, - 0, - 133, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 236, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 8936 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 138820 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 132233 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 128350 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20876 of 145764 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 104420 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 95802 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 87101 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 77715 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 70827 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58342 of 124888 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 66546 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1285682.395235, - decimals: 6, - amount: "1285682395235", - ui_amount_string: "1285682.395235", - }, - ), - owner: "324mhGgoxmiGKcLWgWabiXCnCHKscUKPBKzVKoyBCNHT", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 920114128.864418, - decimals: 6, - amount: "920114128864418", - ui_amount_string: "920114128.864418", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 45.638839804, - decimals: 9, - amount: "45638839804", - ui_amount_string: "45.638839804", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1206210.863083, - decimals: 6, - amount: "1206210863083", - ui_amount_string: "1206210.863083", - }, - ), - owner: "324mhGgoxmiGKcLWgWabiXCnCHKscUKPBKzVKoyBCNHT", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 920193600.39657, - decimals: 6, - amount: "920193600396570", - ui_amount_string: "920193600.39657", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 45.591781877, - decimals: 9, - amount: "45591781877", - ui_amount_string: "45.591781877", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 91468, - ), - }, - ), - index: 996, - }, - ), - slot: 378299286, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432753525_slot378299294_62VRGZLACGeb_tx.txt b/logs/frames/txt/1762432753525_slot378299294_62VRGZLACGeb_tx.txt deleted file mode 100644 index b7ffe84..0000000 --- a/logs/frames/txt/1762432753525_slot378299294_62VRGZLACGeb_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 251, - 94, - 176, - 248, - 25, - 149, - 118, - 5, - 161, - 68, - 2, - 115, - 194, - 1, - 176, - 217, - 72, - 72, - 173, - 253, - 40, - 246, - 136, - 249, - 22, - 110, - 227, - 71, - 88, - 180, - 2, - 19, - 27, - 4, - 48, - 174, - 40, - 30, - 77, - 83, - 87, - 216, - 156, - 87, - 123, - 205, - 215, - 163, - 39, - 82, - 30, - 30, - 85, - 67, - 203, - 8, - 217, - 62, - 84, - 31, - 68, - 101, - 188, - 13, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 251, - 94, - 176, - 248, - 25, - 149, - 118, - 5, - 161, - 68, - 2, - 115, - 194, - 1, - 176, - 217, - 72, - 72, - 173, - 253, - 40, - 246, - 136, - 249, - 22, - 110, - 227, - 71, - 88, - 180, - 2, - 19, - 27, - 4, - 48, - 174, - 40, - 30, - 77, - 83, - 87, - 216, - 156, - 87, - 123, - 205, - 215, - 163, - 39, - 82, - 30, - 30, - 85, - 67, - 203, - 8, - 217, - 62, - 84, - 31, - 68, - 101, - 188, - 13, - ], - [ - 66, - 35, - 90, - 63, - 97, - 226, - 46, - 238, - 177, - 65, - 231, - 192, - 139, - 85, - 31, - 2, - 220, - 179, - 253, - 41, - 89, - 42, - 47, - 161, - 238, - 240, - 176, - 212, - 187, - 236, - 79, - 73, - 20, - 93, - 205, - 128, - 227, - 70, - 154, - 74, - 26, - 242, - 13, - 40, - 73, - 72, - 229, - 163, - 27, - 88, - 79, - 12, - 246, - 231, - 176, - 23, - 222, - 162, - 30, - 225, - 61, - 233, - 227, - 6, - ], - [ - 219, - 174, - 24, - 187, - 129, - 51, - 60, - 123, - 154, - 52, - 48, - 3, - 22, - 225, - 3, - 255, - 136, - 38, - 39, - 218, - 0, - 66, - 87, - 162, - 244, - 57, - 252, - 164, - 208, - 92, - 236, - 107, - 104, - 134, - 94, - 173, - 22, - 7, - 10, - 182, - 211, - 40, - 173, - 78, - 92, - 156, - 190, - 144, - 5, - 202, - 73, - 222, - 158, - 40, - 205, - 32, - 184, - 209, - 119, - 233, - 199, - 81, - 129, - 12, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 55, - 109, - 170, - 246, - 98, - 247, - 246, - 145, - 23, - 67, - 64, - 233, - 2, - 112, - 214, - 171, - 225, - 21, - 167, - 18, - 202, - 204, - 159, - 154, - 101, - 185, - 6, - 52, - 150, - 248, - 62, - 31, - ], - [ - 127, - 174, - 75, - 78, - 243, - 117, - 52, - 68, - 64, - 120, - 130, - 196, - 55, - 64, - 55, - 196, - 171, - 107, - 92, - 91, - 119, - 91, - 78, - 240, - 126, - 137, - 86, - 210, - 108, - 6, - 116, - 239, - ], - [ - 93, - 202, - 68, - 80, - 219, - 207, - 239, - 206, - 238, - 226, - 211, - 123, - 183, - 127, - 232, - 16, - 63, - 187, - 138, - 166, - 177, - 110, - 97, - 25, - 180, - 7, - 201, - 157, - 209, - 84, - 47, - 16, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 154, - 28, - 44, - 185, - 249, - 50, - 155, - 171, - 83, - 10, - 70, - 16, - 140, - 215, - 98, - 97, - 39, - 1, - 222, - 106, - 177, - 180, - 74, - 54, - 155, - 56, - 94, - 197, - 189, - 56, - 62, - 96, - ], - ], - recent_blockhash: [ - 198, - 136, - 146, - 18, - 38, - 43, - 54, - 76, - 8, - 61, - 32, - 137, - 129, - 211, - 160, - 75, - 183, - 156, - 253, - 65, - 154, - 52, - 130, - 37, - 245, - 165, - 89, - 114, - 216, - 243, - 92, - 94, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2500228079, - 100446636198, - 0, - 0, - 0, - 3841920, - 2039280, - 45593821157, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813636, - 8184960, - 1000055, - 119076685, - ], - post_balances: [ - 2496072519, - 99798740478, - 0, - 0, - 2039280, - 3841920, - 2039280, - 46243756157, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813636, - 8184960, - 1000055, - 119076685, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 55, - 109, - 170, - 246, - 98, - 247, - 246, - 145, - 23, - 67, - 64, - 233, - 2, - 112, - 214, - 171, - 225, - 21, - 167, - 18, - 202, - 204, - 159, - 154, - 101, - 185, - 6, - 52, - 150, - 248, - 62, - 31, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 55, - 109, - 170, - 246, - 98, - 247, - 246, - 145, - 23, - 67, - 64, - 233, - 2, - 112, - 214, - 171, - 225, - 21, - 167, - 18, - 202, - 204, - 159, - 154, - 101, - 185, - 6, - 52, - 150, - 248, - 62, - 31, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 63, - 126, - 30, - 45, - 254, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 232, - 253, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 63, - 126, - 30, - 45, - 254, - 0, - 0, - 0, - 216, - 106, - 165, - 38, - 0, - 0, - 0, - 0, - 63, - 126, - 30, - 45, - 254, - 0, - 0, - 0, - 208, - 198, - 149, - 51, - 192, - 173, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 32, - 214, - 19, - 0, - 0, - 0, - 0, - 0, - 160, - 247, - 3, - 0, - 0, - 0, - 0, - 0, - 232, - 253, - 0, - 0, - 0, - 0, - 0, - 0, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 239, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 216, - 106, - 165, - 38, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 63, - 126, - 30, - 45, - 254, - 0, - 0, - 0, - 208, - 198, - 149, - 51, - 192, - 173, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 32, - 214, - 19, - 0, - 0, - 0, - 0, - 0, - 160, - 247, - 3, - 0, - 0, - 0, - 0, - 0, - 232, - 253, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 216, - 165, - 171, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 239, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 149218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 142631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 138748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 129842 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 123255 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 119372 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20406 of 135286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 114730 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 90914 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 82205 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 73595 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 64209 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 57321 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58665 of 111685 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 53020 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 920193600.39657, - decimals: 6, - amount: "920193600396570", - ui_amount_string: "920193600.39657", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 45.591781877, - decimals: 9, - amount: "45591781877", - ui_amount_string: "45.591781877", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1091678.666303, - decimals: 6, - amount: "1091678666303", - ui_amount_string: "1091678.666303", - }, - ), - owner: "4jNR2DYQnBbYj7ZRck943f5EPKQGDzd94ugH9YKio4E2", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919101921.730267, - decimals: 6, - amount: "919101921730267", - ui_amount_string: "919101921.730267", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.241716877, - decimals: 9, - amount: "46241716877", - ui_amount_string: "46.241716877", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 104993, - ), - }, - ), - index: 1108, - }, - ), - slot: 378299294, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432756501_slot378299301_3oLor6RS5VGu_tx.txt b/logs/frames/txt/1762432756501_slot378299301_3oLor6RS5VGu_tx.txt deleted file mode 100644 index d5a3e38..0000000 --- a/logs/frames/txt/1762432756501_slot378299301_3oLor6RS5VGu_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 139, - 255, - 69, - 185, - 121, - 35, - 223, - 143, - 94, - 233, - 238, - 56, - 116, - 162, - 7, - 207, - 248, - 112, - 66, - 211, - 62, - 92, - 188, - 17, - 165, - 146, - 33, - 236, - 208, - 251, - 134, - 92, - 163, - 149, - 243, - 48, - 26, - 47, - 219, - 110, - 71, - 151, - 163, - 3, - 54, - 211, - 171, - 217, - 101, - 17, - 164, - 96, - 133, - 56, - 26, - 130, - 179, - 238, - 22, - 40, - 58, - 13, - 80, - 0, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 139, - 255, - 69, - 185, - 121, - 35, - 223, - 143, - 94, - 233, - 238, - 56, - 116, - 162, - 7, - 207, - 248, - 112, - 66, - 211, - 62, - 92, - 188, - 17, - 165, - 146, - 33, - 236, - 208, - 251, - 134, - 92, - 163, - 149, - 243, - 48, - 26, - 47, - 219, - 110, - 71, - 151, - 163, - 3, - 54, - 211, - 171, - 217, - 101, - 17, - 164, - 96, - 133, - 56, - 26, - 130, - 179, - 238, - 22, - 40, - 58, - 13, - 80, - 0, - ], - [ - 82, - 240, - 39, - 149, - 52, - 167, - 75, - 96, - 47, - 101, - 9, - 170, - 233, - 67, - 230, - 222, - 244, - 161, - 129, - 59, - 159, - 84, - 28, - 99, - 204, - 72, - 78, - 236, - 168, - 191, - 66, - 112, - 48, - 222, - 1, - 251, - 119, - 149, - 209, - 62, - 197, - 206, - 52, - 2, - 196, - 94, - 3, - 135, - 59, - 183, - 70, - 228, - 179, - 17, - 131, - 210, - 120, - 95, - 70, - 134, - 119, - 249, - 9, - 3, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 8, - 179, - 31, - 168, - 50, - 103, - 223, - 212, - 149, - 105, - 18, - 173, - 248, - 113, - 22, - 248, - 198, - 180, - 125, - 97, - 96, - 242, - 185, - 230, - 11, - 140, - 146, - 172, - 204, - 208, - 228, - 152, - ], - [ - 113, - 168, - 207, - 12, - 128, - 249, - 117, - 109, - 1, - 228, - 176, - 100, - 12, - 113, - 143, - 154, - 28, - 53, - 165, - 178, - 108, - 74, - 238, - 21, - 101, - 21, - 87, - 101, - 154, - 82, - 10, - 83, - ], - [ - 23, - 88, - 93, - 142, - 154, - 16, - 156, - 84, - 43, - 8, - 13, - 176, - 89, - 184, - 155, - 149, - 29, - 170, - 108, - 243, - 47, - 45, - 237, - 193, - 227, - 215, - 0, - 184, - 211, - 118, - 2, - 230, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 198, - 136, - 146, - 18, - 38, - 43, - 54, - 76, - 8, - 61, - 32, - 137, - 129, - 211, - 160, - 75, - 183, - 156, - 253, - 65, - 154, - 52, - 130, - 37, - 245, - 165, - 89, - 114, - 216, - 243, - 92, - 94, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 132, - 161, - 113, - 114, - 225, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2496072519, - 0, - 2039280, - 0, - 3841920, - 2039280, - 46243756157, - 99798740478, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813636, - 8184960, - 1000055, - ], - post_balances: [ - 2493961239, - 0, - 2039280, - 0, - 3841920, - 2039280, - 45670003399, - 100374532516, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813636, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 8, - 179, - 31, - 168, - 50, - 103, - 223, - 212, - 149, - 105, - 18, - 173, - 248, - 113, - 22, - 248, - 198, - 180, - 125, - 97, - 96, - 242, - 185, - 230, - 11, - 140, - 146, - 172, - 204, - 208, - 228, - 152, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 132, - 161, - 113, - 114, - 225, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 13, - 229, - 49, - 34, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 169, - 224, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 132, - 161, - 113, - 114, - 225, - 0, - 0, - 0, - 13, - 229, - 49, - 34, - 0, - 0, - 0, - 0, - 132, - 161, - 113, - 114, - 225, - 0, - 0, - 0, - 13, - 229, - 49, - 34, - 0, - 0, - 0, - 0, - 240, - 230, - 148, - 234, - 146, - 189, - 60, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 59, - 141, - 17, - 0, - 0, - 0, - 0, - 0, - 165, - 130, - 3, - 0, - 0, - 0, - 0, - 0, - 169, - 224, - 0, - 0, - 0, - 0, - 0, - 0, - 132, - 161, - 113, - 114, - 225, - 0, - 0, - 0, - 242, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 132, - 161, - 113, - 114, - 225, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 132, - 161, - 113, - 114, - 225, - 0, - 0, - 0, - 132, - 161, - 113, - 114, - 225, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 13, - 229, - 49, - 34, - 0, - 0, - 0, - 0, - 240, - 230, - 148, - 234, - 146, - 189, - 60, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 59, - 141, - 17, - 0, - 0, - 0, - 0, - 0, - 165, - 130, - 3, - 0, - 0, - 0, - 0, - 0, - 169, - 224, - 0, - 0, - 0, - 0, - 0, - 0, - 112, - 2, - 94, - 137, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 242, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 4436 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 143320 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 136733 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 132850 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20876 of 150264 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 108923 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 100305 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 91604 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 82218 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 75330 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58339 of 129388 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 71049 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1005680.929595, - decimals: 6, - amount: "1005680929595", - ui_amount_string: "1005680.929595", - }, - ), - owner: "axgQgsZ3gncrDS2dp9zDXxhbPJS5YN58P7ttDpJnCEb", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919101921.730267, - decimals: 6, - amount: "919101921730267", - ui_amount_string: "919101921.730267", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.241716877, - decimals: 9, - amount: "46241716877", - ui_amount_string: "46.241716877", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 37393.238455, - decimals: 6, - amount: "37393238455", - ui_amount_string: "37393.238455", - }, - ), - owner: "axgQgsZ3gncrDS2dp9zDXxhbPJS5YN58P7ttDpJnCEb", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 920070209.421407, - decimals: 6, - amount: "920070209421407", - ui_amount_string: "920070209.421407", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 45.667964119, - decimals: 9, - amount: "45667964119", - ui_amount_string: "45.667964119", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 86965, - ), - }, - ), - index: 968, - }, - ), - slot: 378299301, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432759919_slot378299310_4RMmVfMTnFLs_tx.txt b/logs/frames/txt/1762432759919_slot378299310_4RMmVfMTnFLs_tx.txt deleted file mode 100644 index 60a6491..0000000 --- a/logs/frames/txt/1762432759919_slot378299310_4RMmVfMTnFLs_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 171, - 14, - 115, - 237, - 247, - 250, - 234, - 114, - 222, - 54, - 182, - 113, - 136, - 122, - 61, - 145, - 18, - 160, - 230, - 68, - 69, - 107, - 172, - 9, - 196, - 116, - 47, - 217, - 117, - 100, - 212, - 17, - 84, - 229, - 138, - 157, - 240, - 114, - 202, - 76, - 26, - 200, - 220, - 231, - 248, - 160, - 247, - 80, - 252, - 181, - 155, - 173, - 252, - 126, - 32, - 100, - 18, - 191, - 226, - 32, - 230, - 225, - 93, - 13, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 171, - 14, - 115, - 237, - 247, - 250, - 234, - 114, - 222, - 54, - 182, - 113, - 136, - 122, - 61, - 145, - 18, - 160, - 230, - 68, - 69, - 107, - 172, - 9, - 196, - 116, - 47, - 217, - 117, - 100, - 212, - 17, - 84, - 229, - 138, - 157, - 240, - 114, - 202, - 76, - 26, - 200, - 220, - 231, - 248, - 160, - 247, - 80, - 252, - 181, - 155, - 173, - 252, - 126, - 32, - 100, - 18, - 191, - 226, - 32, - 230, - 225, - 93, - 13, - ], - [ - 2, - 161, - 175, - 96, - 32, - 6, - 90, - 210, - 225, - 205, - 84, - 40, - 89, - 50, - 65, - 0, - 243, - 222, - 87, - 152, - 37, - 1, - 202, - 2, - 17, - 219, - 96, - 144, - 20, - 104, - 1, - 16, - 233, - 153, - 63, - 187, - 225, - 209, - 225, - 110, - 169, - 4, - 185, - 112, - 32, - 159, - 41, - 154, - 139, - 127, - 196, - 183, - 211, - 152, - 42, - 30, - 159, - 9, - 191, - 160, - 111, - 77, - 201, - 12, - ], - [ - 213, - 83, - 127, - 191, - 228, - 61, - 51, - 167, - 54, - 15, - 41, - 135, - 27, - 144, - 220, - 216, - 229, - 121, - 114, - 55, - 239, - 131, - 214, - 86, - 102, - 28, - 209, - 138, - 96, - 44, - 108, - 190, - 80, - 254, - 249, - 16, - 72, - 206, - 24, - 111, - 35, - 112, - 23, - 58, - 34, - 249, - 31, - 88, - 171, - 183, - 117, - 77, - 204, - 166, - 142, - 140, - 168, - 135, - 132, - 142, - 42, - 18, - 65, - 10, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 207, - 199, - 103, - 74, - 38, - 104, - 204, - 89, - 91, - 233, - 21, - 140, - 37, - 25, - 149, - 44, - 254, - 4, - 128, - 160, - 83, - 129, - 164, - 162, - 174, - 123, - 11, - 197, - 228, - 90, - 15, - 93, - ], - [ - 226, - 74, - 98, - 112, - 195, - 207, - 240, - 128, - 46, - 155, - 241, - 172, - 245, - 202, - 36, - 40, - 139, - 7, - 110, - 3, - 250, - 160, - 112, - 247, - 254, - 71, - 25, - 188, - 108, - 186, - 74, - 154, - ], - [ - 111, - 209, - 162, - 235, - 32, - 83, - 90, - 117, - 146, - 7, - 215, - 190, - 19, - 79, - 30, - 163, - 195, - 151, - 161, - 238, - 43, - 85, - 142, - 71, - 173, - 17, - 179, - 176, - 48, - 209, - 211, - 52, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 188, - 32, - 4, - 79, - 105, - 40, - 166, - 169, - 133, - 44, - 11, - 216, - 115, - 62, - 206, - 127, - 93, - 160, - 193, - 22, - 132, - 171, - 203, - 4, - 195, - 67, - 64, - 66, - 67, - 40, - 103, - 36, - ], - ], - recent_blockhash: [ - 198, - 136, - 146, - 18, - 38, - 43, - 54, - 76, - 8, - 61, - 32, - 137, - 129, - 211, - 160, - 75, - 183, - 156, - 253, - 65, - 154, - 52, - 130, - 37, - 245, - 165, - 89, - 114, - 216, - 243, - 92, - 94, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 0, - 56, - 156, - 28, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 0, - 56, - 156, - 28, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2493961239, - 100374532516, - 0, - 0, - 0, - 3841920, - 2039280, - 45670003399, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813636, - 8184960, - 1000055, - 2051548437484, - ], - post_balances: [ - 2489805679, - 99896619796, - 0, - 0, - 2039280, - 3841920, - 2039280, - 46149955399, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813636, - 8184960, - 1000055, - 2051548437484, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 207, - 199, - 103, - 74, - 38, - 104, - 204, - 89, - 91, - 233, - 21, - 140, - 37, - 25, - 149, - 44, - 254, - 4, - 128, - 160, - 83, - 129, - 164, - 162, - 174, - 123, - 11, - 197, - 228, - 90, - 15, - 93, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 207, - 199, - 103, - 74, - 38, - 104, - 204, - 89, - 91, - 233, - 21, - 140, - 37, - 25, - 149, - 44, - 254, - 4, - 128, - 160, - 83, - 129, - 164, - 162, - 174, - 123, - 11, - 197, - 228, - 90, - 15, - 93, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 0, - 56, - 156, - 28, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 227, - 52, - 44, - 180, - 187, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 128, - 187, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 56, - 156, - 28, - 0, - 0, - 0, - 0, - 227, - 52, - 44, - 180, - 187, - 0, - 0, - 0, - 128, - 232, - 137, - 28, - 0, - 0, - 0, - 0, - 227, - 52, - 44, - 180, - 187, - 0, - 0, - 0, - 221, - 247, - 108, - 153, - 133, - 133, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 166, - 14, - 0, - 0, - 0, - 0, - 0, - 0, - 238, - 2, - 0, - 0, - 0, - 0, - 0, - 128, - 187, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 56, - 156, - 28, - 0, - 0, - 0, - 0, - 245, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 56, - 156, - 28, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 56, - 156, - 28, - 0, - 0, - 0, - 0, - 128, - 232, - 137, - 28, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 227, - 52, - 44, - 180, - 187, - 0, - 0, - 0, - 221, - 247, - 108, - 153, - 133, - 133, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 166, - 14, - 0, - 0, - 0, - 0, - 0, - 0, - 238, - 2, - 0, - 0, - 0, - 0, - 0, - 128, - 187, - 0, - 0, - 0, - 0, - 0, - 0, - 240, - 234, - 231, - 165, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 245, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 149218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 142631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 138748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 125342 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 118755 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 114872 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 24906 of 135286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 110230 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 86435 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 77726 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 69116 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 59730 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 52842 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58644 of 107185 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 48541 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 920070209.421407, - decimals: 6, - amount: "920070209421407", - ui_amount_string: "920070209.421407", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 45.667964119, - decimals: 9, - amount: "45667964119", - ui_amount_string: "45.667964119", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 806181.680355, - decimals: 6, - amount: "806181680355", - ui_amount_string: "806181.680355", - }, - ), - owner: "Ez5kKWRar5F6BAWo3p4Vbjv2Sspn7U74VPvaWGvcrEUt", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919264027.741052, - decimals: 6, - amount: "919264027741052", - ui_amount_string: "919264027.741052", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.147916119, - decimals: 9, - amount: "46147916119", - ui_amount_string: "46.147916119", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 109472, - ), - }, - ), - index: 9, - }, - ), - slot: 378299310, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432761533_slot378299316_36YuRG44j5yn_tx.txt b/logs/frames/txt/1762432761533_slot378299316_36YuRG44j5yn_tx.txt deleted file mode 100644 index 98e654f..0000000 --- a/logs/frames/txt/1762432761533_slot378299316_36YuRG44j5yn_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 104, - 209, - 246, - 35, - 215, - 147, - 109, - 110, - 13, - 94, - 144, - 89, - 76, - 42, - 23, - 249, - 66, - 121, - 177, - 77, - 91, - 215, - 140, - 131, - 46, - 222, - 63, - 34, - 206, - 48, - 29, - 157, - 24, - 203, - 31, - 252, - 183, - 103, - 173, - 116, - 0, - 214, - 164, - 129, - 156, - 189, - 140, - 54, - 151, - 130, - 139, - 209, - 124, - 181, - 184, - 12, - 38, - 137, - 49, - 85, - 133, - 44, - 214, - 6, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 104, - 209, - 246, - 35, - 215, - 147, - 109, - 110, - 13, - 94, - 144, - 89, - 76, - 42, - 23, - 249, - 66, - 121, - 177, - 77, - 91, - 215, - 140, - 131, - 46, - 222, - 63, - 34, - 206, - 48, - 29, - 157, - 24, - 203, - 31, - 252, - 183, - 103, - 173, - 116, - 0, - 214, - 164, - 129, - 156, - 189, - 140, - 54, - 151, - 130, - 139, - 209, - 124, - 181, - 184, - 12, - 38, - 137, - 49, - 85, - 133, - 44, - 214, - 6, - ], - [ - 164, - 198, - 22, - 80, - 64, - 144, - 192, - 202, - 67, - 53, - 114, - 91, - 254, - 91, - 200, - 93, - 135, - 209, - 11, - 38, - 184, - 113, - 207, - 174, - 100, - 106, - 141, - 31, - 45, - 80, - 105, - 240, - 194, - 12, - 75, - 76, - 53, - 118, - 64, - 73, - 170, - 66, - 136, - 35, - 77, - 168, - 56, - 0, - 228, - 146, - 59, - 238, - 247, - 55, - 13, - 205, - 2, - 2, - 24, - 197, - 53, - 95, - 136, - 5, - ], - [ - 3, - 2, - 57, - 164, - 250, - 28, - 44, - 16, - 42, - 169, - 210, - 242, - 19, - 80, - 193, - 53, - 72, - 100, - 57, - 249, - 161, - 192, - 156, - 0, - 89, - 143, - 239, - 183, - 113, - 75, - 78, - 174, - 205, - 26, - 232, - 66, - 199, - 253, - 66, - 228, - 204, - 32, - 227, - 161, - 110, - 114, - 115, - 27, - 99, - 94, - 129, - 36, - 239, - 65, - 197, - 160, - 53, - 4, - 57, - 232, - 104, - 147, - 174, - 11, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 115, - 79, - 75, - 27, - 92, - 115, - 148, - 45, - 162, - 107, - 250, - 250, - 131, - 34, - 179, - 225, - 68, - 157, - 178, - 89, - 135, - 42, - 59, - 202, - 10, - 54, - 158, - 125, - 77, - 251, - 33, - 193, - ], - [ - 44, - 72, - 70, - 143, - 37, - 61, - 254, - 128, - 31, - 0, - 251, - 197, - 35, - 122, - 119, - 57, - 139, - 150, - 128, - 143, - 162, - 7, - 176, - 141, - 188, - 71, - 64, - 128, - 32, - 87, - 45, - 78, - ], - [ - 95, - 248, - 239, - 134, - 252, - 83, - 12, - 42, - 88, - 85, - 103, - 219, - 107, - 226, - 136, - 80, - 26, - 88, - 175, - 36, - 51, - 182, - 46, - 92, - 57, - 219, - 107, - 37, - 201, - 57, - 208, - 4, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 2, - 190, - 230, - 159, - 201, - 158, - 121, - 1, - 132, - 137, - 8, - 100, - 218, - 255, - 251, - 39, - 160, - 148, - 208, - 196, - 195, - 241, - 218, - 248, - 232, - 170, - 215, - 15, - 36, - 140, - 165, - 243, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2489805679, - 99896619796, - 0, - 0, - 0, - 3841920, - 2039280, - 46149955399, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813636, - 8184960, - 1000055, - 1326444308, - ], - post_balances: [ - 2485650119, - 99158733076, - 0, - 0, - 2039280, - 3841920, - 2039280, - 46889881399, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813636, - 8184960, - 1000055, - 1326444308, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 115, - 79, - 75, - 27, - 92, - 115, - 148, - 45, - 162, - 107, - 250, - 250, - 131, - 34, - 179, - 225, - 68, - 157, - 178, - 89, - 135, - 42, - 59, - 202, - 10, - 54, - 158, - 125, - 77, - 251, - 33, - 193, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 115, - 79, - 75, - 27, - 92, - 115, - 148, - 45, - 162, - 107, - 250, - 250, - 131, - 34, - 179, - 225, - 68, - 157, - 178, - 89, - 135, - 42, - 59, - 202, - 10, - 54, - 158, - 125, - 77, - 251, - 33, - 193, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 204, - 54, - 114, - 4, - 33, - 1, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 16, - 33, - 1, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 204, - 54, - 114, - 4, - 33, - 1, - 0, - 0, - 112, - 70, - 255, - 43, - 0, - 0, - 0, - 0, - 204, - 54, - 114, - 4, - 33, - 1, - 0, - 0, - 245, - 17, - 250, - 102, - 198, - 185, - 62, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 64, - 149, - 22, - 0, - 0, - 0, - 0, - 0, - 64, - 132, - 4, - 0, - 0, - 0, - 0, - 0, - 16, - 33, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 248, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 112, - 70, - 255, - 43, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 204, - 54, - 114, - 4, - 33, - 1, - 0, - 0, - 245, - 17, - 250, - 102, - 198, - 185, - 62, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 64, - 149, - 22, - 0, - 0, - 0, - 0, - 0, - 64, - 132, - 4, - 0, - 0, - 0, - 0, - 0, - 16, - 33, - 1, - 0, - 0, - 0, - 0, - 0, - 96, - 49, - 231, - 209, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 248, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 149218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 142631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 138748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 125342 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 118755 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 114872 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 24906 of 135286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 110230 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 86432 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 77723 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 69113 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 59727 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 52839 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58647 of 107185 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 48538 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919264027.741052, - decimals: 6, - amount: "919264027741052", - ui_amount_string: "919264027.741052", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.147916119, - decimals: 9, - amount: "46147916119", - ui_amount_string: "46.147916119", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1241320.14254, - decimals: 6, - amount: "1241320142540", - ui_amount_string: "1241320.14254", - }, - ), - owner: "8m81jmukQVHfw5PMZpoEhW6hJSvsQigz1FMooXdt3ywe", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 918022707.598512, - decimals: 6, - amount: "918022707598512", - ui_amount_string: "918022707.598512", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.887842119, - decimals: 9, - amount: "46887842119", - ui_amount_string: "46.887842119", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 109475, - ), - }, - ), - index: 1079, - }, - ), - slot: 378299316, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432764297_slot378299323_5ktceSArUNQK_tx.txt b/logs/frames/txt/1762432764297_slot378299323_5ktceSArUNQK_tx.txt deleted file mode 100644 index 7935afe..0000000 --- a/logs/frames/txt/1762432764297_slot378299323_5ktceSArUNQK_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 237, - 234, - 191, - 99, - 191, - 134, - 124, - 52, - 194, - 214, - 240, - 45, - 97, - 25, - 42, - 91, - 169, - 39, - 255, - 223, - 156, - 59, - 134, - 0, - 162, - 106, - 166, - 195, - 93, - 192, - 8, - 241, - 236, - 8, - 79, - 140, - 160, - 114, - 158, - 70, - 180, - 59, - 204, - 219, - 57, - 223, - 97, - 26, - 11, - 108, - 93, - 123, - 208, - 50, - 250, - 138, - 207, - 95, - 132, - 215, - 188, - 101, - 209, - 14, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 237, - 234, - 191, - 99, - 191, - 134, - 124, - 52, - 194, - 214, - 240, - 45, - 97, - 25, - 42, - 91, - 169, - 39, - 255, - 223, - 156, - 59, - 134, - 0, - 162, - 106, - 166, - 195, - 93, - 192, - 8, - 241, - 236, - 8, - 79, - 140, - 160, - 114, - 158, - 70, - 180, - 59, - 204, - 219, - 57, - 223, - 97, - 26, - 11, - 108, - 93, - 123, - 208, - 50, - 250, - 138, - 207, - 95, - 132, - 215, - 188, - 101, - 209, - 14, - ], - [ - 48, - 72, - 60, - 119, - 95, - 255, - 8, - 153, - 51, - 112, - 108, - 162, - 111, - 104, - 84, - 30, - 138, - 163, - 102, - 64, - 220, - 243, - 141, - 29, - 113, - 23, - 13, - 60, - 100, - 205, - 165, - 30, - 47, - 42, - 245, - 146, - 255, - 104, - 109, - 11, - 151, - 20, - 39, - 4, - 88, - 74, - 35, - 93, - 54, - 122, - 30, - 242, - 172, - 200, - 123, - 50, - 190, - 135, - 99, - 66, - 153, - 83, - 86, - 6, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 116, - 13, - 153, - 64, - 40, - 99, - 125, - 232, - 19, - 90, - 18, - 81, - 217, - 191, - 59, - 164, - 107, - 233, - 144, - 15, - 139, - 88, - 24, - 23, - 178, - 214, - 34, - 8, - 206, - 255, - 81, - 219, - ], - [ - 104, - 205, - 87, - 178, - 57, - 0, - 232, - 210, - 198, - 226, - 52, - 50, - 222, - 88, - 76, - 34, - 212, - 242, - 112, - 162, - 59, - 201, - 175, - 254, - 93, - 249, - 186, - 181, - 71, - 210, - 210, - 17, - ], - [ - 129, - 89, - 169, - 37, - 153, - 254, - 232, - 184, - 238, - 188, - 183, - 131, - 122, - 89, - 116, - 197, - 107, - 150, - 243, - 136, - 161, - 155, - 58, - 174, - 63, - 124, - 158, - 225, - 30, - 17, - 232, - 40, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 13, - 39, - 242, - 201, - 22, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2485650119, - 0, - 2039280, - 0, - 3841920, - 2039280, - 46889881399, - 99158733076, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813637, - 8184960, - 1000055, - ], - post_balances: [ - 2483538839, - 0, - 2039280, - 0, - 3841920, - 2039280, - 46179544948, - 99871108807, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813637, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 116, - 13, - 153, - 64, - 40, - 99, - 125, - 232, - 19, - 90, - 18, - 81, - 217, - 191, - 59, - 164, - 107, - 233, - 144, - 15, - 139, - 88, - 24, - 23, - 178, - 214, - 34, - 8, - 206, - 255, - 81, - 219, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 13, - 39, - 242, - 201, - 22, - 1, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 159, - 201, - 85, - 42, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 36, - 22, - 1, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 13, - 39, - 242, - 201, - 22, - 1, - 0, - 0, - 159, - 201, - 85, - 42, - 0, - 0, - 0, - 0, - 13, - 39, - 242, - 201, - 22, - 1, - 0, - 0, - 159, - 201, - 85, - 42, - 0, - 0, - 0, - 0, - 118, - 161, - 197, - 88, - 108, - 144, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 220, - 186, - 21, - 0, - 0, - 0, - 0, - 0, - 146, - 88, - 4, - 0, - 0, - 0, - 0, - 0, - 36, - 22, - 1, - 0, - 0, - 0, - 0, - 0, - 13, - 39, - 242, - 201, - 22, - 1, - 0, - 0, - 251, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 13, - 39, - 242, - 201, - 22, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 13, - 39, - 242, - 201, - 22, - 1, - 0, - 0, - 13, - 39, - 242, - 201, - 22, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 159, - 201, - 85, - 42, - 0, - 0, - 0, - 0, - 118, - 161, - 197, - 88, - 108, - 144, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 220, - 186, - 21, - 0, - 0, - 0, - 0, - 0, - 146, - 88, - 4, - 0, - 0, - 0, - 0, - 0, - 36, - 22, - 1, - 0, - 0, - 0, - 0, - 0, - 47, - 62, - 118, - 167, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 251, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 4436 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 144820 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 138233 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 134350 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19376 of 150264 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 110414 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 101796 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 93095 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 83709 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 76821 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58348 of 130888 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 72540 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1197388.998414, - decimals: 6, - amount: "1197388998414", - ui_amount_string: "1197388.998414", - }, - ), - owner: "8p2KYH31vL3Dj7AsZ8cZFrRL3gwy6b2i3U8aus3K2FuL", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 918022707.598512, - decimals: 6, - amount: "918022707598512", - ui_amount_string: "918022707.598512", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.887842119, - decimals: 9, - amount: "46887842119", - ui_amount_string: "46.887842119", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1e-6, - decimals: 6, - amount: "1", - ui_amount_string: "0.000001", - }, - ), - owner: "8p2KYH31vL3Dj7AsZ8cZFrRL3gwy6b2i3U8aus3K2FuL", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919220096.596925, - decimals: 6, - amount: "919220096596925", - ui_amount_string: "919220096.596925", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.177505668, - decimals: 9, - amount: "46177505668", - ui_amount_string: "46.177505668", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 85474, - ), - }, - ), - index: 729, - }, - ), - slot: 378299323, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432767651_slot378299331_53JRuGMFcuwm_tx.txt b/logs/frames/txt/1762432767651_slot378299331_53JRuGMFcuwm_tx.txt deleted file mode 100644 index 247d08f..0000000 --- a/logs/frames/txt/1762432767651_slot378299331_53JRuGMFcuwm_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 202, - 13, - 70, - 217, - 46, - 178, - 89, - 241, - 228, - 40, - 220, - 28, - 69, - 175, - 26, - 9, - 95, - 125, - 56, - 47, - 198, - 143, - 19, - 175, - 192, - 243, - 202, - 200, - 188, - 223, - 101, - 110, - 138, - 207, - 215, - 37, - 71, - 131, - 64, - 17, - 217, - 192, - 226, - 163, - 73, - 203, - 114, - 172, - 29, - 102, - 0, - 236, - 37, - 191, - 100, - 128, - 13, - 197, - 214, - 120, - 33, - 87, - 76, - 15, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 202, - 13, - 70, - 217, - 46, - 178, - 89, - 241, - 228, - 40, - 220, - 28, - 69, - 175, - 26, - 9, - 95, - 125, - 56, - 47, - 198, - 143, - 19, - 175, - 192, - 243, - 202, - 200, - 188, - 223, - 101, - 110, - 138, - 207, - 215, - 37, - 71, - 131, - 64, - 17, - 217, - 192, - 226, - 163, - 73, - 203, - 114, - 172, - 29, - 102, - 0, - 236, - 37, - 191, - 100, - 128, - 13, - 197, - 214, - 120, - 33, - 87, - 76, - 15, - ], - [ - 209, - 83, - 218, - 181, - 178, - 84, - 157, - 44, - 31, - 41, - 167, - 92, - 4, - 133, - 0, - 45, - 230, - 30, - 241, - 27, - 100, - 167, - 90, - 106, - 47, - 29, - 18, - 104, - 16, - 210, - 65, - 199, - 153, - 248, - 109, - 166, - 200, - 111, - 203, - 195, - 126, - 72, - 91, - 244, - 75, - 235, - 3, - 4, - 129, - 116, - 120, - 103, - 132, - 121, - 39, - 247, - 26, - 218, - 101, - 141, - 50, - 81, - 149, - 6, - ], - [ - 7, - 65, - 70, - 56, - 86, - 238, - 142, - 206, - 136, - 93, - 225, - 45, - 29, - 27, - 11, - 179, - 185, - 86, - 200, - 191, - 189, - 4, - 225, - 137, - 204, - 92, - 229, - 226, - 136, - 38, - 228, - 101, - 153, - 1, - 207, - 225, - 179, - 181, - 14, - 22, - 49, - 9, - 33, - 40, - 28, - 54, - 180, - 54, - 88, - 251, - 205, - 65, - 20, - 209, - 174, - 157, - 63, - 234, - 89, - 122, - 229, - 75, - 96, - 10, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 9, - 106, - 55, - 86, - 232, - 240, - 209, - 117, - 61, - 75, - 193, - 40, - 199, - 151, - 87, - 236, - 45, - 136, - 104, - 97, - 216, - 173, - 140, - 131, - 167, - 241, - 237, - 11, - 5, - 254, - 12, - 116, - ], - [ - 174, - 133, - 155, - 40, - 65, - 220, - 163, - 80, - 35, - 112, - 59, - 255, - 19, - 86, - 116, - 165, - 164, - 246, - 67, - 227, - 228, - 108, - 79, - 118, - 189, - 42, - 170, - 177, - 193, - 153, - 170, - 76, - ], - [ - 4, - 113, - 59, - 186, - 23, - 98, - 24, - 48, - 75, - 166, - 202, - 117, - 251, - 182, - 22, - 163, - 54, - 39, - 111, - 118, - 152, - 174, - 151, - 160, - 105, - 80, - 48, - 70, - 220, - 71, - 24, - 47, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 47, - 207, - 180, - 62, - 127, - 231, - 116, - 59, - 59, - 16, - 171, - 201, - 24, - 50, - 214, - 117, - 126, - 154, - 44, - 72, - 4, - 152, - 180, - 136, - 128, - 26, - 128, - 56, - 201, - 140, - 2, - 46, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2483538839, - 99871108807, - 0, - 0, - 0, - 3841920, - 2039280, - 46179544948, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813637, - 8184960, - 1000055, - 165045729848, - ], - post_balances: [ - 2479383279, - 99223213087, - 0, - 0, - 2039280, - 3841920, - 2039280, - 46829479948, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813637, - 8184960, - 1000055, - 165045729848, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 9, - 106, - 55, - 86, - 232, - 240, - 209, - 117, - 61, - 75, - 193, - 40, - 199, - 151, - 87, - 236, - 45, - 136, - 104, - 97, - 216, - 173, - 140, - 131, - 167, - 241, - 237, - 11, - 5, - 254, - 12, - 116, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 9, - 106, - 55, - 86, - 232, - 240, - 209, - 117, - 61, - 75, - 193, - 40, - 199, - 151, - 87, - 236, - 45, - 136, - 104, - 97, - 216, - 173, - 140, - 131, - 167, - 241, - 237, - 11, - 5, - 254, - 12, - 116, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 221, - 96, - 87, - 224, - 253, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 232, - 253, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 221, - 96, - 87, - 224, - 253, - 0, - 0, - 0, - 216, - 106, - 165, - 38, - 0, - 0, - 0, - 0, - 221, - 96, - 87, - 224, - 253, - 0, - 0, - 0, - 97, - 56, - 138, - 165, - 47, - 159, - 62, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 32, - 214, - 19, - 0, - 0, - 0, - 0, - 0, - 160, - 247, - 3, - 0, - 0, - 0, - 0, - 0, - 232, - 253, - 0, - 0, - 0, - 0, - 0, - 0, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 254, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 128, - 54, - 190, - 38, - 0, - 0, - 0, - 0, - 216, - 106, - 165, - 38, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 221, - 96, - 87, - 224, - 253, - 0, - 0, - 0, - 97, - 56, - 138, - 165, - 47, - 159, - 62, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 32, - 214, - 19, - 0, - 0, - 0, - 0, - 0, - 160, - 247, - 3, - 0, - 0, - 0, - 0, - 0, - 232, - 253, - 0, - 0, - 0, - 0, - 0, - 0, - 7, - 169, - 27, - 206, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 254, - 150, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 140218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 133631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 129748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 28414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 120842 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 114255 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 110372 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20406 of 126286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 105730 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 81913 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 73204 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 64594 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 55208 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 48320 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58666 of 102685 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 44019 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919220096.596925, - decimals: 6, - amount: "919220096596925", - ui_amount_string: "919220096.596925", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.177505668, - decimals: 9, - amount: "46177505668", - ui_amount_string: "46.177505668", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1090390.548701, - decimals: 6, - amount: "1090390548701", - ui_amount_string: "1090390.548701", - }, - ), - owner: "dkcEHppBeP6eVegvAhmqXgjMHNbnC9c6KFuQ6bjhRUP", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 918129706.048224, - decimals: 6, - amount: "918129706048224", - ui_amount_string: "918129706.048224", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.827440668, - decimals: 9, - amount: "46827440668", - ui_amount_string: "46.827440668", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 113994, - ), - }, - ), - index: 950, - }, - ), - slot: 378299331, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432770974_slot378299339_S5GLLtA4Wbaf_tx.txt b/logs/frames/txt/1762432770974_slot378299339_S5GLLtA4Wbaf_tx.txt deleted file mode 100644 index 70ba5e5..0000000 --- a/logs/frames/txt/1762432770974_slot378299339_S5GLLtA4Wbaf_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 21, - 159, - 89, - 54, - 66, - 170, - 226, - 124, - 47, - 2, - 100, - 82, - 177, - 133, - 227, - 61, - 111, - 4, - 185, - 44, - 18, - 195, - 200, - 150, - 67, - 105, - 205, - 99, - 125, - 135, - 211, - 28, - 67, - 247, - 84, - 52, - 99, - 232, - 3, - 202, - 3, - 19, - 71, - 39, - 99, - 25, - 139, - 207, - 56, - 14, - 151, - 130, - 190, - 46, - 201, - 108, - 9, - 48, - 213, - 143, - 158, - 74, - 236, - 7, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 21, - 159, - 89, - 54, - 66, - 170, - 226, - 124, - 47, - 2, - 100, - 82, - 177, - 133, - 227, - 61, - 111, - 4, - 185, - 44, - 18, - 195, - 200, - 150, - 67, - 105, - 205, - 99, - 125, - 135, - 211, - 28, - 67, - 247, - 84, - 52, - 99, - 232, - 3, - 202, - 3, - 19, - 71, - 39, - 99, - 25, - 139, - 207, - 56, - 14, - 151, - 130, - 190, - 46, - 201, - 108, - 9, - 48, - 213, - 143, - 158, - 74, - 236, - 7, - ], - [ - 70, - 144, - 247, - 184, - 178, - 59, - 160, - 253, - 148, - 36, - 100, - 132, - 125, - 1, - 175, - 157, - 140, - 69, - 254, - 181, - 100, - 250, - 122, - 73, - 184, - 72, - 142, - 244, - 123, - 198, - 253, - 247, - 97, - 235, - 165, - 57, - 120, - 121, - 32, - 239, - 106, - 12, - 67, - 8, - 217, - 87, - 197, - 151, - 155, - 178, - 148, - 224, - 124, - 1, - 230, - 170, - 68, - 39, - 83, - 113, - 9, - 59, - 43, - 1, - ], - [ - 1, - 0, - 91, - 136, - 149, - 44, - 53, - 89, - 174, - 91, - 7, - 32, - 121, - 83, - 110, - 140, - 179, - 162, - 105, - 201, - 83, - 22, - 138, - 190, - 123, - 113, - 87, - 17, - 255, - 177, - 74, - 82, - 104, - 102, - 195, - 244, - 168, - 210, - 207, - 124, - 40, - 102, - 229, - 117, - 124, - 114, - 137, - 188, - 18, - 20, - 4, - 42, - 139, - 28, - 40, - 165, - 33, - 222, - 58, - 87, - 120, - 4, - 175, - 4, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 235, - 55, - 206, - 27, - 158, - 183, - 84, - 232, - 204, - 41, - 36, - 230, - 47, - 13, - 116, - 34, - 76, - 171, - 252, - 89, - 42, - 37, - 78, - 133, - 33, - 229, - 34, - 197, - 154, - 146, - 104, - 191, - ], - [ - 40, - 108, - 148, - 81, - 159, - 96, - 34, - 138, - 65, - 246, - 53, - 140, - 181, - 1, - 0, - 128, - 145, - 14, - 75, - 165, - 45, - 228, - 30, - 49, - 249, - 253, - 94, - 117, - 201, - 218, - 109, - 176, - ], - [ - 95, - 60, - 219, - 154, - 123, - 39, - 246, - 97, - 145, - 20, - 243, - 48, - 249, - 96, - 120, - 54, - 24, - 53, - 23, - 42, - 248, - 182, - 130, - 233, - 238, - 122, - 156, - 33, - 184, - 134, - 247, - 74, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 47, - 207, - 180, - 62, - 127, - 231, - 116, - 59, - 59, - 16, - 171, - 201, - 24, - 50, - 214, - 117, - 126, - 154, - 44, - 72, - 4, - 152, - 180, - 136, - 128, - 26, - 128, - 56, - 201, - 140, - 2, - 46, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2479383279, - 99223213087, - 0, - 0, - 0, - 3841920, - 2039280, - 46829479948, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813637, - 8184960, - 1000055, - 165045729848, - ], - post_balances: [ - 2475227719, - 98485326367, - 0, - 0, - 2039280, - 3841920, - 2039280, - 47569405948, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813637, - 8184960, - 1000055, - 165045729848, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 235, - 55, - 206, - 27, - 158, - 183, - 84, - 232, - 204, - 41, - 36, - 230, - 47, - 13, - 116, - 34, - 76, - 171, - 252, - 89, - 42, - 37, - 78, - 133, - 33, - 229, - 34, - 197, - 154, - 146, - 104, - 191, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 235, - 55, - 206, - 27, - 158, - 183, - 84, - 232, - 204, - 41, - 36, - 230, - 47, - 13, - 116, - 34, - 76, - 171, - 252, - 89, - 42, - 37, - 78, - 133, - 33, - 229, - 34, - 197, - 154, - 146, - 104, - 191, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 143, - 168, - 172, - 158, - 32, - 1, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 16, - 33, - 1, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 143, - 168, - 172, - 158, - 32, - 1, - 0, - 0, - 112, - 70, - 255, - 43, - 0, - 0, - 0, - 0, - 143, - 168, - 172, - 158, - 32, - 1, - 0, - 0, - 121, - 82, - 23, - 115, - 112, - 211, - 63, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 64, - 149, - 22, - 0, - 0, - 0, - 0, - 0, - 64, - 132, - 4, - 0, - 0, - 0, - 0, - 0, - 16, - 33, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 1, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 129, - 27, - 44, - 0, - 0, - 0, - 0, - 112, - 70, - 255, - 43, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 143, - 168, - 172, - 158, - 32, - 1, - 0, - 0, - 121, - 82, - 23, - 115, - 112, - 211, - 63, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 64, - 149, - 22, - 0, - 0, - 0, - 0, - 0, - 64, - 132, - 4, - 0, - 0, - 0, - 0, - 0, - 16, - 33, - 1, - 0, - 0, - 0, - 0, - 0, - 119, - 239, - 26, - 250, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 1, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 149218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 142631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 138748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 120842 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 114255 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 110372 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 29406 of 135286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 105730 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 81931 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 73222 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 64612 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 55226 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 48338 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58648 of 102685 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 44037 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 918129706.048224, - decimals: 6, - amount: "918129706048224", - ui_amount_string: "918129706.048224", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.827440668, - decimals: 9, - amount: "46827440668", - ui_amount_string: "46.827440668", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1239612.696719, - decimals: 6, - amount: "1239612696719", - ui_amount_string: "1239612.696719", - }, - ), - owner: "GqCAUKqqq4MQisWk92on8rVXAbxmQLJYKJ66PmELM1ZG", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 916890093.351505, - decimals: 6, - amount: "916890093351505", - ui_amount_string: "916890093.351505", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.567366668, - decimals: 9, - amount: "47567366668", - ui_amount_string: "47.567366668", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 113976, - ), - }, - ), - index: 959, - }, - ), - slot: 378299339, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432773982_slot378299346_65suYP3iaRFZ_tx.txt b/logs/frames/txt/1762432773982_slot378299346_65suYP3iaRFZ_tx.txt deleted file mode 100644 index 095b685..0000000 --- a/logs/frames/txt/1762432773982_slot378299346_65suYP3iaRFZ_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 254, - 74, - 148, - 62, - 188, - 219, - 198, - 111, - 245, - 227, - 33, - 240, - 246, - 190, - 247, - 118, - 70, - 233, - 69, - 147, - 74, - 32, - 51, - 152, - 172, - 154, - 153, - 132, - 92, - 87, - 88, - 5, - 162, - 32, - 228, - 130, - 184, - 209, - 250, - 7, - 91, - 232, - 122, - 4, - 196, - 46, - 217, - 103, - 102, - 102, - 88, - 184, - 187, - 231, - 95, - 224, - 235, - 144, - 118, - 206, - 30, - 62, - 54, - 14, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 254, - 74, - 148, - 62, - 188, - 219, - 198, - 111, - 245, - 227, - 33, - 240, - 246, - 190, - 247, - 118, - 70, - 233, - 69, - 147, - 74, - 32, - 51, - 152, - 172, - 154, - 153, - 132, - 92, - 87, - 88, - 5, - 162, - 32, - 228, - 130, - 184, - 209, - 250, - 7, - 91, - 232, - 122, - 4, - 196, - 46, - 217, - 103, - 102, - 102, - 88, - 184, - 187, - 231, - 95, - 224, - 235, - 144, - 118, - 206, - 30, - 62, - 54, - 14, - ], - [ - 81, - 44, - 111, - 72, - 76, - 94, - 181, - 2, - 177, - 95, - 220, - 243, - 152, - 67, - 72, - 184, - 29, - 104, - 62, - 207, - 73, - 144, - 67, - 26, - 32, - 144, - 86, - 231, - 186, - 150, - 244, - 147, - 76, - 53, - 144, - 37, - 214, - 208, - 34, - 106, - 215, - 230, - 81, - 16, - 51, - 208, - 75, - 141, - 169, - 29, - 252, - 1, - 232, - 81, - 191, - 105, - 117, - 149, - 217, - 246, - 27, - 59, - 96, - 12, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 183, - 232, - 26, - 43, - 141, - 109, - 11, - 17, - 228, - 137, - 159, - 11, - 191, - 112, - 64, - 175, - 204, - 94, - 161, - 10, - 245, - 52, - 50, - 202, - 94, - 173, - 175, - 167, - 192, - 195, - 155, - 3, - ], - [ - 9, - 157, - 220, - 29, - 120, - 170, - 159, - 27, - 11, - 150, - 83, - 251, - 231, - 103, - 13, - 57, - 135, - 10, - 93, - 247, - 77, - 233, - 92, - 157, - 98, - 200, - 239, - 107, - 1, - 13, - 3, - 37, - ], - [ - 149, - 243, - 192, - 190, - 20, - 39, - 161, - 196, - 247, - 45, - 128, - 108, - 140, - 32, - 249, - 83, - 67, - 129, - 131, - 51, - 178, - 244, - 133, - 73, - 21, - 242, - 156, - 18, - 147, - 39, - 178, - 46, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 18, - 242, - 4, - 54, - 191, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2475227719, - 0, - 2039280, - 0, - 3841920, - 2039280, - 47569405948, - 98485326367, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813638, - 8184960, - 1000055, - ], - post_balances: [ - 2473116439, - 0, - 2039280, - 0, - 3841920, - 2039280, - 47081430306, - 98975341289, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813638, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 183, - 232, - 26, - 43, - 141, - 109, - 11, - 17, - 228, - 137, - 159, - 11, - 191, - 112, - 64, - 175, - 204, - 94, - 161, - 10, - 245, - 52, - 50, - 202, - 94, - 173, - 175, - 167, - 192, - 195, - 155, - 3, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 18, - 242, - 4, - 54, - 191, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 199, - 43, - 21, - 29, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 19, - 191, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 18, - 242, - 4, - 54, - 191, - 0, - 0, - 0, - 199, - 43, - 21, - 29, - 0, - 0, - 0, - 0, - 18, - 242, - 4, - 54, - 191, - 0, - 0, - 0, - 199, - 43, - 21, - 29, - 0, - 0, - 0, - 0, - 0, - 28, - 125, - 84, - 43, - 7, - 63, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 124, - 237, - 14, - 0, - 0, - 0, - 0, - 0, - 76, - 252, - 2, - 0, - 0, - 0, - 0, - 0, - 19, - 191, - 0, - 0, - 0, - 0, - 0, - 0, - 18, - 242, - 4, - 54, - 191, - 0, - 0, - 0, - 4, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 18, - 242, - 4, - 54, - 191, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 18, - 242, - 4, - 54, - 191, - 0, - 0, - 0, - 18, - 242, - 4, - 54, - 191, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 199, - 43, - 21, - 29, - 0, - 0, - 0, - 0, - 0, - 28, - 125, - 84, - 43, - 7, - 63, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 124, - 237, - 14, - 0, - 0, - 0, - 0, - 0, - 76, - 252, - 2, - 0, - 0, - 0, - 0, - 0, - 19, - 191, - 0, - 0, - 0, - 0, - 0, - 0, - 213, - 26, - 243, - 220, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 4, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 5936 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 140320 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 133733 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 129850 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 22376 of 148764 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 105905 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 97287 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 88586 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 79200 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 72312 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58357 of 126388 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 68031 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 821245.047315, - decimals: 6, - amount: "821245047315", - ui_amount_string: "821245.047315", - }, - ), - owner: "DNtt6wc4EcKp3dwZQZ7MEenJtQDkS769oMUk55ePyA3C", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 916890093.351505, - decimals: 6, - amount: "916890093351505", - ui_amount_string: "916890093.351505", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.567366668, - decimals: 9, - amount: "47567366668", - ui_amount_string: "47.567366668", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1e-6, - decimals: 6, - amount: "1", - ui_amount_string: "0.000001", - }, - ), - owner: "DNtt6wc4EcKp3dwZQZ7MEenJtQDkS769oMUk55ePyA3C", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 917711338.398819, - decimals: 6, - amount: "917711338398819", - ui_amount_string: "917711338.398819", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.079391026, - decimals: 9, - amount: "47079391026", - ui_amount_string: "47.079391026", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 89983, - ), - }, - ), - index: 994, - }, - ), - slot: 378299346, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432777317_slot378299354_HuV9Y7QN5CFU_tx.txt b/logs/frames/txt/1762432777317_slot378299354_HuV9Y7QN5CFU_tx.txt deleted file mode 100644 index bfa5a30..0000000 --- a/logs/frames/txt/1762432777317_slot378299354_HuV9Y7QN5CFU_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 14, - 148, - 2, - 81, - 92, - 100, - 194, - 202, - 167, - 155, - 189, - 85, - 175, - 198, - 118, - 229, - 18, - 149, - 243, - 218, - 136, - 120, - 146, - 223, - 114, - 159, - 203, - 29, - 223, - 121, - 193, - 98, - 172, - 124, - 142, - 42, - 57, - 78, - 156, - 199, - 81, - 57, - 167, - 35, - 250, - 78, - 46, - 14, - 218, - 210, - 202, - 18, - 72, - 156, - 210, - 43, - 165, - 206, - 216, - 147, - 98, - 43, - 119, - 15, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 14, - 148, - 2, - 81, - 92, - 100, - 194, - 202, - 167, - 155, - 189, - 85, - 175, - 198, - 118, - 229, - 18, - 149, - 243, - 218, - 136, - 120, - 146, - 223, - 114, - 159, - 203, - 29, - 223, - 121, - 193, - 98, - 172, - 124, - 142, - 42, - 57, - 78, - 156, - 199, - 81, - 57, - 167, - 35, - 250, - 78, - 46, - 14, - 218, - 210, - 202, - 18, - 72, - 156, - 210, - 43, - 165, - 206, - 216, - 147, - 98, - 43, - 119, - 15, - ], - [ - 219, - 153, - 134, - 249, - 20, - 70, - 50, - 139, - 41, - 62, - 242, - 241, - 174, - 234, - 212, - 91, - 104, - 223, - 70, - 187, - 143, - 132, - 244, - 238, - 105, - 89, - 114, - 124, - 74, - 196, - 168, - 230, - 223, - 108, - 154, - 216, - 54, - 75, - 88, - 43, - 115, - 63, - 239, - 40, - 231, - 235, - 246, - 226, - 148, - 83, - 25, - 99, - 179, - 220, - 65, - 154, - 52, - 88, - 166, - 41, - 66, - 174, - 128, - 15, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 55, - 126, - 118, - 70, - 32, - 58, - 239, - 89, - 52, - 250, - 73, - 174, - 196, - 83, - 194, - 121, - 15, - 42, - 31, - 168, - 195, - 194, - 198, - 139, - 83, - 175, - 127, - 36, - 32, - 133, - 212, - 16, - ], - [ - 46, - 108, - 176, - 130, - 80, - 121, - 221, - 154, - 112, - 81, - 95, - 72, - 21, - 197, - 165, - 230, - 42, - 89, - 220, - 55, - 13, - 227, - 8, - 60, - 197, - 236, - 56, - 15, - 172, - 45, - 220, - 69, - ], - [ - 81, - 24, - 239, - 104, - 223, - 195, - 182, - 230, - 73, - 14, - 239, - 93, - 82, - 130, - 211, - 255, - 102, - 134, - 247, - 200, - 125, - 63, - 136, - 161, - 122, - 224, - 74, - 196, - 145, - 210, - 5, - 193, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 164, - 153, - 43, - 44, - 76, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2473116439, - 0, - 2039280, - 0, - 3841920, - 2039280, - 47081430306, - 98975341289, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813638, - 8184960, - 1000055, - ], - post_balances: [ - 2471005159, - 0, - 2039280, - 0, - 3841920, - 2039280, - 46234873361, - 99823937514, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813638, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 55, - 126, - 118, - 70, - 32, - 58, - 239, - 89, - 52, - 250, - 73, - 174, - 196, - 83, - 194, - 121, - 15, - 42, - 31, - 168, - 195, - 194, - 198, - 139, - 83, - 175, - 127, - 36, - 32, - 133, - 212, - 16, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 164, - 153, - 43, - 44, - 76, - 1, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 150, - 35, - 116, - 50, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 123, - 75, - 1, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 164, - 153, - 43, - 44, - 76, - 1, - 0, - 0, - 150, - 35, - 116, - 50, - 0, - 0, - 0, - 0, - 164, - 153, - 43, - 44, - 76, - 1, - 0, - 0, - 150, - 35, - 116, - 50, - 0, - 0, - 0, - 0, - 44, - 104, - 13, - 109, - 203, - 164, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 164, - 229, - 25, - 0, - 0, - 0, - 0, - 0, - 237, - 45, - 5, - 0, - 0, - 0, - 0, - 0, - 123, - 75, - 1, - 0, - 0, - 0, - 0, - 0, - 164, - 153, - 43, - 44, - 76, - 1, - 0, - 0, - 7, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 164, - 153, - 43, - 44, - 76, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 164, - 153, - 43, - 44, - 76, - 1, - 0, - 0, - 164, - 153, - 43, - 44, - 76, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 150, - 35, - 116, - 50, - 0, - 0, - 0, - 0, - 44, - 104, - 13, - 109, - 203, - 164, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 164, - 229, - 25, - 0, - 0, - 0, - 0, - 0, - 237, - 45, - 5, - 0, - 0, - 0, - 0, - 0, - 123, - 75, - 1, - 0, - 0, - 0, - 0, - 0, - 51, - 152, - 94, - 170, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 7, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 4436 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 138820 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 132233 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 128350 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 25376 of 150264 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 104396 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 95778 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 87077 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 77691 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 70803 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58366 of 124888 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 66522 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1426670.197157, - decimals: 6, - amount: "1426670197157", - ui_amount_string: "1426670.197157", - }, - ), - owner: "4jdGVFJYHxe25xf5S4ohX9D8om957b3kpanSVunddTsM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 917711338.398819, - decimals: 6, - amount: "917711338398819", - ui_amount_string: "917711338.398819", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.079391026, - decimals: 9, - amount: "47079391026", - ui_amount_string: "47.079391026", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1e-6, - decimals: 6, - amount: "1", - ui_amount_string: "0.000001", - }, - ), - owner: "4jdGVFJYHxe25xf5S4ohX9D8om957b3kpanSVunddTsM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919138008.595975, - decimals: 6, - amount: "919138008595975", - ui_amount_string: "919138008.595975", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.232834081, - decimals: 9, - amount: "46232834081", - ui_amount_string: "46.232834081", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 91492, - ), - }, - ), - index: 955, - }, - ), - slot: 378299354, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432780021_slot378299361_2dRLmf6vZF5D_tx.txt b/logs/frames/txt/1762432780021_slot378299361_2dRLmf6vZF5D_tx.txt deleted file mode 100644 index 23ae302..0000000 --- a/logs/frames/txt/1762432780021_slot378299361_2dRLmf6vZF5D_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 81, - 108, - 135, - 74, - 47, - 8, - 162, - 240, - 42, - 218, - 196, - 48, - 180, - 165, - 159, - 111, - 184, - 168, - 178, - 72, - 211, - 111, - 16, - 65, - 143, - 35, - 21, - 119, - 150, - 82, - 129, - 62, - 158, - 19, - 22, - 183, - 85, - 46, - 64, - 95, - 153, - 238, - 47, - 162, - 45, - 130, - 23, - 168, - 106, - 176, - 40, - 61, - 150, - 32, - 245, - 155, - 1, - 54, - 186, - 89, - 126, - 214, - 16, - 0, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 81, - 108, - 135, - 74, - 47, - 8, - 162, - 240, - 42, - 218, - 196, - 48, - 180, - 165, - 159, - 111, - 184, - 168, - 178, - 72, - 211, - 111, - 16, - 65, - 143, - 35, - 21, - 119, - 150, - 82, - 129, - 62, - 158, - 19, - 22, - 183, - 85, - 46, - 64, - 95, - 153, - 238, - 47, - 162, - 45, - 130, - 23, - 168, - 106, - 176, - 40, - 61, - 150, - 32, - 245, - 155, - 1, - 54, - 186, - 89, - 126, - 214, - 16, - 0, - ], - [ - 146, - 186, - 131, - 61, - 22, - 103, - 80, - 81, - 88, - 20, - 66, - 244, - 184, - 230, - 235, - 216, - 83, - 148, - 165, - 24, - 145, - 109, - 126, - 96, - 17, - 72, - 252, - 60, - 51, - 140, - 191, - 230, - 249, - 92, - 19, - 198, - 27, - 203, - 73, - 143, - 19, - 135, - 31, - 206, - 54, - 154, - 175, - 225, - 102, - 195, - 244, - 18, - 227, - 152, - 216, - 80, - 188, - 213, - 8, - 147, - 206, - 179, - 78, - 1, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 196, - 170, - 112, - 157, - 82, - 53, - 97, - 17, - 177, - 212, - 132, - 140, - 136, - 249, - 21, - 209, - 146, - 37, - 99, - 4, - 26, - 12, - 177, - 38, - 249, - 79, - 75, - 39, - 3, - 197, - 159, - 93, - ], - [ - 188, - 188, - 201, - 230, - 24, - 255, - 124, - 218, - 250, - 52, - 117, - 204, - 253, - 41, - 51, - 117, - 193, - 114, - 183, - 82, - 137, - 173, - 114, - 208, - 130, - 212, - 143, - 200, - 66, - 82, - 242, - 91, - ], - [ - 154, - 13, - 153, - 184, - 7, - 85, - 227, - 229, - 144, - 113, - 70, - 102, - 191, - 173, - 203, - 32, - 116, - 81, - 17, - 223, - 190, - 80, - 29, - 155, - 111, - 3, - 25, - 118, - 231, - 250, - 228, - 162, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 147, - 70, - 140, - 254, - 131, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2471005159, - 0, - 2039280, - 0, - 3841920, - 2039280, - 46234873361, - 99823937514, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813638, - 8184960, - 1000055, - ], - post_balances: [ - 2468893879, - 0, - 2039280, - 0, - 3841920, - 2039280, - 45898886562, - 100161963593, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813638, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 196, - 170, - 112, - 157, - 82, - 53, - 97, - 17, - 177, - 212, - 132, - 140, - 136, - 249, - 21, - 209, - 146, - 37, - 99, - 4, - 26, - 12, - 177, - 38, - 249, - 79, - 75, - 39, - 3, - 197, - 159, - 93, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 147, - 70, - 140, - 254, - 131, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 224, - 60, - 6, - 20, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 143, - 131, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 147, - 70, - 140, - 254, - 131, - 0, - 0, - 0, - 224, - 60, - 6, - 20, - 0, - 0, - 0, - 0, - 147, - 70, - 140, - 254, - 131, - 0, - 0, - 0, - 224, - 60, - 6, - 20, - 0, - 0, - 0, - 0, - 200, - 46, - 212, - 241, - 37, - 24, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 55, - 71, - 10, - 0, - 0, - 0, - 0, - 0, - 62, - 14, - 2, - 0, - 0, - 0, - 0, - 0, - 143, - 131, - 0, - 0, - 0, - 0, - 0, - 0, - 147, - 70, - 140, - 254, - 131, - 0, - 0, - 0, - 10, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 147, - 70, - 140, - 254, - 131, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 147, - 70, - 140, - 254, - 131, - 0, - 0, - 0, - 147, - 70, - 140, - 254, - 131, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 224, - 60, - 6, - 20, - 0, - 0, - 0, - 0, - 200, - 46, - 212, - 241, - 37, - 24, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 55, - 71, - 10, - 0, - 0, - 0, - 0, - 0, - 62, - 14, - 2, - 0, - 0, - 0, - 0, - 0, - 143, - 131, - 0, - 0, - 0, - 0, - 0, - 0, - 79, - 130, - 75, - 150, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 10, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 8936 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 137320 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 130733 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 126850 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 22376 of 145764 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 102896 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 94278 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 85577 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 76191 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 69303 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58366 of 123388 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 65022 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1255434.685708, - decimals: 6, - amount: "1255434685708", - ui_amount_string: "1255434.685708", - }, - ), - owner: "EEheWQiLW7wK1tBj9Jvb2ZrNZNJyqQFibXaUvU9fvcj6", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919138008.595975, - decimals: 6, - amount: "919138008595975", - ui_amount_string: "919138008.595975", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.232834081, - decimals: 9, - amount: "46232834081", - ui_amount_string: "46.232834081", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 688523.363961, - decimals: 6, - amount: "688523363961", - ui_amount_string: "688523.363961", - }, - ), - owner: "EEheWQiLW7wK1tBj9Jvb2ZrNZNJyqQFibXaUvU9fvcj6", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919704919.917722, - decimals: 6, - amount: "919704919917722", - ui_amount_string: "919704919.917722", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 45.896847282, - decimals: 9, - amount: "45896847282", - ui_amount_string: "45.896847282", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 92992, - ), - }, - ), - index: 137, - }, - ), - slot: 378299361, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432783536_slot378299369_4dMpRuLSGrRR_tx.txt b/logs/frames/txt/1762432783536_slot378299369_4dMpRuLSGrRR_tx.txt deleted file mode 100644 index f1d3584..0000000 --- a/logs/frames/txt/1762432783536_slot378299369_4dMpRuLSGrRR_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 181, - 103, - 210, - 88, - 145, - 45, - 144, - 250, - 72, - 156, - 181, - 16, - 30, - 118, - 15, - 223, - 74, - 106, - 148, - 131, - 99, - 203, - 151, - 146, - 186, - 122, - 150, - 181, - 234, - 190, - 83, - 218, - 243, - 51, - 31, - 219, - 196, - 251, - 86, - 186, - 158, - 131, - 127, - 46, - 59, - 40, - 233, - 187, - 45, - 237, - 13, - 35, - 165, - 93, - 2, - 248, - 101, - 235, - 222, - 101, - 233, - 55, - 59, - 10, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 181, - 103, - 210, - 88, - 145, - 45, - 144, - 250, - 72, - 156, - 181, - 16, - 30, - 118, - 15, - 223, - 74, - 106, - 148, - 131, - 99, - 203, - 151, - 146, - 186, - 122, - 150, - 181, - 234, - 190, - 83, - 218, - 243, - 51, - 31, - 219, - 196, - 251, - 86, - 186, - 158, - 131, - 127, - 46, - 59, - 40, - 233, - 187, - 45, - 237, - 13, - 35, - 165, - 93, - 2, - 248, - 101, - 235, - 222, - 101, - 233, - 55, - 59, - 10, - ], - [ - 101, - 37, - 0, - 122, - 19, - 26, - 163, - 179, - 197, - 116, - 114, - 145, - 134, - 200, - 100, - 66, - 253, - 246, - 97, - 130, - 177, - 156, - 44, - 19, - 100, - 120, - 80, - 190, - 46, - 96, - 84, - 25, - 36, - 49, - 191, - 11, - 159, - 141, - 50, - 199, - 194, - 132, - 176, - 236, - 65, - 241, - 81, - 221, - 14, - 138, - 123, - 160, - 205, - 144, - 56, - 67, - 212, - 180, - 173, - 161, - 30, - 82, - 200, - 13, - ], - [ - 48, - 196, - 245, - 224, - 77, - 105, - 244, - 246, - 198, - 230, - 58, - 102, - 212, - 207, - 84, - 49, - 122, - 222, - 232, - 35, - 237, - 5, - 1, - 135, - 247, - 34, - 145, - 106, - 72, - 249, - 36, - 125, - 183, - 26, - 102, - 143, - 233, - 205, - 26, - 131, - 195, - 174, - 140, - 60, - 80, - 123, - 93, - 146, - 92, - 1, - 196, - 168, - 120, - 118, - 72, - 62, - 56, - 229, - 97, - 74, - 157, - 62, - 59, - 5, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 183, - 228, - 133, - 250, - 236, - 38, - 56, - 205, - 172, - 134, - 80, - 70, - 225, - 221, - 16, - 163, - 145, - 200, - 119, - 28, - 127, - 111, - 100, - 76, - 61, - 162, - 188, - 238, - 249, - 46, - 66, - 70, - ], - [ - 51, - 186, - 183, - 141, - 9, - 149, - 210, - 227, - 92, - 137, - 182, - 117, - 0, - 177, - 234, - 63, - 190, - 117, - 232, - 176, - 124, - 176, - 244, - 223, - 51, - 213, - 186, - 88, - 205, - 140, - 73, - 235, - ], - [ - 0, - 203, - 82, - 159, - 187, - 45, - 245, - 132, - 61, - 228, - 100, - 6, - 140, - 80, - 202, - 60, - 211, - 196, - 3, - 176, - 160, - 235, - 181, - 78, - 172, - 242, - 255, - 219, - 90, - 2, - 219, - 153, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 154, - 28, - 44, - 185, - 249, - 50, - 155, - 171, - 83, - 10, - 70, - 16, - 140, - 215, - 98, - 97, - 39, - 1, - 222, - 106, - 177, - 180, - 74, - 54, - 155, - 56, - 94, - 197, - 189, - 56, - 62, - 96, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 128, - 237, - 62, - 23, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 128, - 237, - 62, - 23, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2468893879, - 100161963593, - 0, - 0, - 0, - 3841920, - 2039280, - 45898886562, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813638, - 8184960, - 1000055, - 119076685, - ], - post_balances: [ - 2464738319, - 99774041873, - 0, - 0, - 2039280, - 3841920, - 2039280, - 46288847562, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813638, - 8184960, - 1000055, - 119076685, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 183, - 228, - 133, - 250, - 236, - 38, - 56, - 205, - 172, - 134, - 80, - 70, - 225, - 221, - 16, - 163, - 145, - 200, - 119, - 28, - 127, - 111, - 100, - 76, - 61, - 162, - 188, - 238, - 249, - 46, - 66, - 70, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 183, - 228, - 133, - 250, - 236, - 38, - 56, - 205, - 172, - 134, - 80, - 70, - 225, - 221, - 16, - 163, - 145, - 200, - 119, - 28, - 127, - 111, - 100, - 76, - 61, - 162, - 188, - 238, - 249, - 46, - 66, - 70, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 128, - 237, - 62, - 23, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 242, - 220, - 172, - 116, - 152, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 88, - 152, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 128, - 237, - 62, - 23, - 0, - 0, - 0, - 0, - 242, - 220, - 172, - 116, - 152, - 0, - 0, - 0, - 232, - 12, - 48, - 23, - 0, - 0, - 0, - 0, - 242, - 220, - 172, - 116, - 152, - 0, - 0, - 0, - 136, - 188, - 227, - 31, - 155, - 186, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 224, - 230, - 11, - 0, - 0, - 0, - 0, - 0, - 96, - 97, - 2, - 0, - 0, - 0, - 0, - 0, - 88, - 152, - 0, - 0, - 0, - 0, - 0, - 0, - 128, - 237, - 62, - 23, - 0, - 0, - 0, - 0, - 13, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 128, - 237, - 62, - 23, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 128, - 237, - 62, - 23, - 0, - 0, - 0, - 0, - 232, - 12, - 48, - 23, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 242, - 220, - 172, - 116, - 152, - 0, - 0, - 0, - 136, - 188, - 227, - 31, - 155, - 186, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 224, - 230, - 11, - 0, - 0, - 0, - 0, - 0, - 96, - 97, - 2, - 0, - 0, - 0, - 0, - 0, - 88, - 152, - 0, - 0, - 0, - 0, - 0, - 0, - 55, - 143, - 123, - 173, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 13, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 144718 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 138131 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 134248 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 23914 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 123842 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 117255 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 113372 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 21906 of 130786 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 108730 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 84909 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 76200 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 67590 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 58204 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 51316 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58670 of 105685 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 47015 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919704919.917722, - decimals: 6, - amount: "919704919917722", - ui_amount_string: "919704919.917722", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 45.896847282, - decimals: 9, - amount: "45896847282", - ui_amount_string: "45.896847282", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 654792.514802, - decimals: 6, - amount: "654792514802", - ui_amount_string: "654792.514802", - }, - ), - owner: "DNqiXKKNMABkicfoQTgwp3zWCMJCzCqru1cuTjEMwHHP", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919050127.40292, - decimals: 6, - amount: "919050127402920", - ui_amount_string: "919050127.40292", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.286808282, - decimals: 9, - amount: "46286808282", - ui_amount_string: "46.286808282", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 110998, - ), - }, - ), - index: 1097, - }, - ), - slot: 378299369, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432786845_slot378299377_22ebV3UZqNiQ_tx.txt b/logs/frames/txt/1762432786845_slot378299377_22ebV3UZqNiQ_tx.txt deleted file mode 100644 index d4a89a3..0000000 --- a/logs/frames/txt/1762432786845_slot378299377_22ebV3UZqNiQ_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 51, - 112, - 54, - 63, - 233, - 202, - 12, - 193, - 61, - 109, - 225, - 6, - 243, - 24, - 14, - 95, - 127, - 213, - 154, - 206, - 38, - 149, - 114, - 39, - 206, - 82, - 225, - 100, - 74, - 61, - 121, - 18, - 23, - 77, - 184, - 109, - 8, - 186, - 200, - 183, - 106, - 137, - 59, - 84, - 119, - 203, - 39, - 14, - 195, - 126, - 11, - 144, - 175, - 172, - 182, - 91, - 47, - 0, - 198, - 98, - 84, - 67, - 91, - 8, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 51, - 112, - 54, - 63, - 233, - 202, - 12, - 193, - 61, - 109, - 225, - 6, - 243, - 24, - 14, - 95, - 127, - 213, - 154, - 206, - 38, - 149, - 114, - 39, - 206, - 82, - 225, - 100, - 74, - 61, - 121, - 18, - 23, - 77, - 184, - 109, - 8, - 186, - 200, - 183, - 106, - 137, - 59, - 84, - 119, - 203, - 39, - 14, - 195, - 126, - 11, - 144, - 175, - 172, - 182, - 91, - 47, - 0, - 198, - 98, - 84, - 67, - 91, - 8, - ], - [ - 35, - 87, - 148, - 44, - 39, - 125, - 54, - 204, - 193, - 182, - 49, - 27, - 77, - 183, - 196, - 92, - 43, - 28, - 2, - 1, - 182, - 20, - 187, - 64, - 153, - 245, - 35, - 60, - 35, - 23, - 92, - 178, - 159, - 57, - 236, - 180, - 152, - 56, - 193, - 58, - 190, - 123, - 36, - 217, - 31, - 129, - 26, - 228, - 95, - 167, - 152, - 63, - 147, - 90, - 41, - 42, - 232, - 19, - 166, - 117, - 139, - 125, - 94, - 7, - ], - [ - 228, - 62, - 82, - 168, - 35, - 40, - 70, - 17, - 195, - 185, - 57, - 0, - 79, - 95, - 164, - 77, - 178, - 15, - 87, - 205, - 7, - 177, - 125, - 1, - 144, - 243, - 108, - 196, - 105, - 37, - 4, - 143, - 116, - 49, - 166, - 1, - 251, - 253, - 159, - 72, - 7, - 82, - 24, - 78, - 190, - 177, - 80, - 100, - 50, - 238, - 72, - 245, - 250, - 105, - 138, - 200, - 73, - 123, - 42, - 198, - 96, - 5, - 40, - 2, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 139, - 205, - 230, - 157, - 249, - 214, - 196, - 165, - 220, - 228, - 4, - 108, - 36, - 168, - 240, - 180, - 140, - 26, - 138, - 1, - 100, - 21, - 214, - 14, - 243, - 208, - 150, - 128, - 79, - 1, - 83, - 43, - ], - [ - 6, - 240, - 236, - 118, - 50, - 132, - 194, - 139, - 208, - 123, - 153, - 119, - 33, - 229, - 227, - 214, - 30, - 156, - 250, - 71, - 76, - 77, - 136, - 153, - 231, - 224, - 42, - 77, - 216, - 163, - 56, - 138, - ], - [ - 80, - 70, - 22, - 254, - 176, - 81, - 159, - 230, - 161, - 167, - 7, - 10, - 45, - 185, - 77, - 26, - 26, - 103, - 187, - 43, - 43, - 85, - 97, - 223, - 252, - 110, - 226, - 114, - 90, - 186, - 138, - 131, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 177, - 238, - 165, - 248, - 50, - 184, - 8, - 224, - 113, - 67, - 5, - 100, - 204, - 178, - 77, - 73, - 61, - 203, - 218, - 31, - 232, - 73, - 150, - 242, - 93, - 108, - 98, - 217, - 255, - 133, - 20, - 68, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 0, - 11, - 107, - 27, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 0, - 11, - 107, - 27, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2464738319, - 99774041873, - 0, - 0, - 0, - 3841920, - 2039280, - 46288847562, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813638, - 8184960, - 1000055, - 127879465456, - ], - post_balances: [ - 2460582759, - 99316127153, - 0, - 0, - 2039280, - 3841920, - 2039280, - 46748801562, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813638, - 8184960, - 1000055, - 127879465456, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 139, - 205, - 230, - 157, - 249, - 214, - 196, - 165, - 220, - 228, - 4, - 108, - 36, - 168, - 240, - 180, - 140, - 26, - 138, - 1, - 100, - 21, - 214, - 14, - 243, - 208, - 150, - 128, - 79, - 1, - 83, - 43, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 139, - 205, - 230, - 157, - 249, - 214, - 196, - 165, - 220, - 228, - 4, - 108, - 36, - 168, - 240, - 180, - 140, - 26, - 138, - 1, - 100, - 21, - 214, - 14, - 243, - 208, - 150, - 128, - 79, - 1, - 83, - 43, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 0, - 11, - 107, - 27, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 95, - 159, - 253, - 169, - 179, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 176, - 179, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 11, - 107, - 27, - 0, - 0, - 0, - 0, - 95, - 159, - 253, - 169, - 179, - 0, - 0, - 0, - 208, - 126, - 89, - 27, - 0, - 0, - 0, - 0, - 95, - 159, - 253, - 169, - 179, - 0, - 0, - 0, - 192, - 204, - 114, - 7, - 57, - 122, - 62, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 192, - 9, - 14, - 0, - 0, - 0, - 0, - 0, - 192, - 206, - 2, - 0, - 0, - 0, - 0, - 0, - 176, - 179, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 11, - 107, - 27, - 0, - 0, - 0, - 0, - 16, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 11, - 107, - 27, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 11, - 107, - 27, - 0, - 0, - 0, - 0, - 208, - 126, - 89, - 27, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 95, - 159, - 253, - 169, - 179, - 0, - 0, - 0, - 192, - 204, - 114, - 7, - 57, - 122, - 62, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 192, - 9, - 14, - 0, - 0, - 0, - 0, - 0, - 192, - 206, - 2, - 0, - 0, - 0, - 0, - 0, - 176, - 179, - 0, - 0, - 0, - 0, - 0, - 0, - 7, - 14, - 213, - 200, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 16, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 144718 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 138131 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 134239 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 23923 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 125333 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 118746 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 114863 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20406 of 130777 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 110221 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 86406 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 77697 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 69087 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 59701 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 52813 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58664 of 107176 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 48512 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 919050127.40292, - decimals: 6, - amount: "919050127402920", - ui_amount_string: "919050127.40292", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.286808282, - decimals: 9, - amount: "46286808282", - ui_amount_string: "46.286808282", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 771651.116895, - decimals: 6, - amount: "771651116895", - ui_amount_string: "771651.116895", - }, - ), - owner: "AQjmeR1yinVgVgybVJ3QZ5Y6Uwx8MnqxCyzMXboBqeok", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 918278476.286025, - decimals: 6, - amount: "918278476286025", - ui_amount_string: "918278476.286025", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.746762282, - decimals: 9, - amount: "46746762282", - ui_amount_string: "46.746762282", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 109501, - ), - }, - ), - index: 932, - }, - ), - slot: 378299377, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432789721_slot378299383_2YdNd6ETVWzG_tx.txt b/logs/frames/txt/1762432789721_slot378299383_2YdNd6ETVWzG_tx.txt deleted file mode 100644 index 0aadb61..0000000 --- a/logs/frames/txt/1762432789721_slot378299383_2YdNd6ETVWzG_tx.txt +++ /dev/null @@ -1,1793 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 77, - 74, - 128, - 135, - 217, - 129, - 130, - 109, - 144, - 12, - 60, - 63, - 23, - 143, - 117, - 153, - 26, - 85, - 134, - 246, - 188, - 171, - 147, - 68, - 66, - 0, - 92, - 203, - 101, - 248, - 156, - 50, - 218, - 179, - 47, - 243, - 136, - 236, - 211, - 45, - 197, - 62, - 171, - 77, - 11, - 211, - 151, - 119, - 63, - 141, - 247, - 147, - 23, - 28, - 39, - 112, - 87, - 71, - 82, - 124, - 186, - 27, - 228, - 7, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 77, - 74, - 128, - 135, - 217, - 129, - 130, - 109, - 144, - 12, - 60, - 63, - 23, - 143, - 117, - 153, - 26, - 85, - 134, - 246, - 188, - 171, - 147, - 68, - 66, - 0, - 92, - 203, - 101, - 248, - 156, - 50, - 218, - 179, - 47, - 243, - 136, - 236, - 211, - 45, - 197, - 62, - 171, - 77, - 11, - 211, - 151, - 119, - 63, - 141, - 247, - 147, - 23, - 28, - 39, - 112, - 87, - 71, - 82, - 124, - 186, - 27, - 228, - 7, - ], - [ - 177, - 184, - 2, - 140, - 111, - 171, - 20, - 123, - 97, - 244, - 94, - 84, - 163, - 130, - 34, - 7, - 78, - 159, - 132, - 198, - 115, - 125, - 59, - 173, - 73, - 208, - 169, - 234, - 7, - 21, - 65, - 235, - 56, - 46, - 80, - 56, - 168, - 85, - 170, - 171, - 253, - 163, - 215, - 87, - 177, - 246, - 240, - 165, - 103, - 204, - 185, - 191, - 199, - 179, - 123, - 49, - 231, - 240, - 130, - 222, - 116, - 243, - 110, - 10, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 2, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 10, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 98, - 60, - 178, - 162, - 187, - 83, - 126, - 212, - 42, - 204, - 58, - 253, - 150, - 33, - 137, - 233, - 64, - 99, - 14, - 237, - 13, - 119, - 242, - 134, - 216, - 91, - 66, - 222, - 177, - 191, - 26, - 90, - ], - [ - 111, - 126, - 232, - 134, - 29, - 25, - 167, - 148, - 11, - 216, - 117, - 217, - 213, - 160, - 249, - 75, - 130, - 71, - 65, - 84, - 94, - 219, - 47, - 77, - 105, - 8, - 44, - 44, - 144, - 88, - 58, - 210, - ], - [ - 90, - 197, - 81, - 211, - 17, - 103, - 229, - 17, - 5, - 98, - 50, - 120, - 71, - 83, - 159, - 225, - 167, - 209, - 233, - 173, - 211, - 227, - 100, - 195, - 135, - 176, - 9, - 16, - 60, - 112, - 221, - 201, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - ], - recent_blockhash: [ - 160, - 178, - 71, - 5, - 175, - 159, - 43, - 206, - 64, - 71, - 218, - 232, - 115, - 153, - 247, - 79, - 23, - 240, - 241, - 168, - 22, - 246, - 249, - 212, - 164, - 136, - 79, - 144, - 133, - 88, - 213, - 25, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 2, - 1, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 1, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 4, - 2, - 3, - 5, - 6, - 10, - 13, - 1, - 12, - 12, - 3, - 17, - 14, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 21, - 165, - 248, - 226, - 150, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 7, - 1, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 72000, - pre_balances: [ - 2460582759, - 0, - 2039280, - 0, - 3841920, - 2039280, - 46748801562, - 99316127153, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813639, - 8184960, - 1000055, - ], - post_balances: [ - 2458471479, - 0, - 2039280, - 0, - 3841920, - 2039280, - 46364343199, - 99702624796, - 1, - 792186242, - 1461600, - 1, - 5301613130, - 1204065769109, - 1151512, - 2519147813639, - 8184960, - 1000055, - ], - inner_instructions: [ - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 13, - ], - data: [ - 18, - 98, - 60, - 178, - 162, - 187, - 83, - 126, - 212, - 42, - 204, - 58, - 253, - 150, - 33, - 137, - 233, - 64, - 99, - 14, - 237, - 13, - 119, - 242, - 134, - 216, - 91, - 66, - 222, - 177, - 191, - 26, - 90, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 4, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 2, - 10, - 5, - 1, - ], - data: [ - 12, - 21, - 165, - 248, - 226, - 150, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 241, - 199, - 233, - 22, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 3, - 15, - ], - data: [ - 12, - 138, - 150, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 21, - 165, - 248, - 226, - 150, - 0, - 0, - 0, - 241, - 199, - 233, - 22, - 0, - 0, - 0, - 0, - 21, - 165, - 248, - 226, - 150, - 0, - 0, - 0, - 241, - 199, - 233, - 22, - 0, - 0, - 0, - 0, - 250, - 151, - 203, - 43, - 73, - 217, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 208, - 194, - 11, - 0, - 0, - 0, - 0, - 0, - 41, - 90, - 2, - 0, - 0, - 0, - 0, - 0, - 138, - 150, - 0, - 0, - 0, - 0, - 0, - 0, - 21, - 165, - 248, - 226, - 150, - 0, - 0, - 0, - 19, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 0, - 1, - 21, - 165, - 248, - 226, - 150, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 21, - 165, - 248, - 226, - 150, - 0, - 0, - 0, - 21, - 165, - 248, - 226, - 150, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 241, - 199, - 233, - 22, - 0, - 0, - 0, - 0, - 250, - 151, - 203, - 43, - 73, - 217, - 61, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 208, - 194, - 11, - 0, - 0, - 0, - 0, - 0, - 41, - 90, - 2, - 0, - 0, - 0, - 0, - 0, - 138, - 150, - 0, - 0, - 0, - 0, - 0, - 0, - 147, - 146, - 220, - 177, - 10, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 19, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 4436 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 141820 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 135233 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 131350 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 22376 of 150264 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 107423 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 98805 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 90104 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 80718 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 73830 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58339 of 127888 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3014 of 69549 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1123152.345458, - decimals: 6, - amount: "1123152345458", - ui_amount_string: "1123152.345458", - }, - ), - owner: "7cUdsts2DsuiZZG8Lqpnv14eHGDP96Ca2MzTMBu9JaCH", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 918278476.286025, - decimals: 6, - amount: "918278476286025", - ui_amount_string: "918278476.286025", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.746762282, - decimals: 9, - amount: "46746762282", - ui_amount_string: "46.746762282", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 2, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 475099.305053, - decimals: 6, - amount: "475099305053", - ui_amount_string: "475099.305053", - }, - ), - owner: "7cUdsts2DsuiZZG8Lqpnv14eHGDP96Ca2MzTMBu9JaCH", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 5, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 918926529.32643, - decimals: 6, - amount: "918926529326430", - ui_amount_string: "918926529.32643", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 46.362303919, - decimals: 9, - amount: "46362303919", - ui_amount_string: "46.362303919", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 88465, - ), - }, - ), - index: 1096, - }, - ), - slot: 378299383, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432813478_slot378299444_ptgMmQDqKcB6_tx.txt b/logs/frames/txt/1762432813478_slot378299444_ptgMmQDqKcB6_tx.txt deleted file mode 100644 index 2ca4a2b..0000000 --- a/logs/frames/txt/1762432813478_slot378299444_ptgMmQDqKcB6_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 41, - 76, - 164, - 197, - 211, - 243, - 207, - 160, - 10, - 206, - 128, - 70, - 145, - 151, - 144, - 79, - 69, - 83, - 75, - 37, - 12, - 84, - 220, - 196, - 92, - 147, - 212, - 243, - 81, - 62, - 86, - 220, - 11, - 46, - 179, - 145, - 35, - 14, - 188, - 87, - 197, - 195, - 26, - 238, - 46, - 90, - 153, - 45, - 100, - 201, - 172, - 238, - 118, - 164, - 32, - 35, - 215, - 36, - 75, - 156, - 16, - 229, - 39, - 15, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 41, - 76, - 164, - 197, - 211, - 243, - 207, - 160, - 10, - 206, - 128, - 70, - 145, - 151, - 144, - 79, - 69, - 83, - 75, - 37, - 12, - 84, - 220, - 196, - 92, - 147, - 212, - 243, - 81, - 62, - 86, - 220, - 11, - 46, - 179, - 145, - 35, - 14, - 188, - 87, - 197, - 195, - 26, - 238, - 46, - 90, - 153, - 45, - 100, - 201, - 172, - 238, - 118, - 164, - 32, - 35, - 215, - 36, - 75, - 156, - 16, - 229, - 39, - 15, - ], - [ - 75, - 234, - 225, - 68, - 252, - 84, - 19, - 59, - 75, - 91, - 245, - 5, - 139, - 255, - 217, - 179, - 146, - 200, - 242, - 201, - 112, - 243, - 144, - 145, - 156, - 174, - 136, - 9, - 64, - 46, - 228, - 252, - 207, - 51, - 168, - 242, - 207, - 250, - 187, - 246, - 134, - 57, - 119, - 103, - 81, - 142, - 75, - 50, - 145, - 214, - 219, - 156, - 209, - 41, - 224, - 163, - 60, - 48, - 208, - 88, - 32, - 101, - 253, - 4, - ], - [ - 28, - 133, - 239, - 86, - 214, - 218, - 208, - 201, - 231, - 54, - 234, - 56, - 204, - 52, - 139, - 33, - 154, - 86, - 204, - 112, - 201, - 82, - 239, - 196, - 114, - 235, - 214, - 181, - 132, - 8, - 31, - 57, - 184, - 201, - 159, - 45, - 210, - 226, - 200, - 189, - 131, - 245, - 181, - 241, - 160, - 226, - 53, - 209, - 220, - 75, - 242, - 174, - 96, - 184, - 181, - 63, - 94, - 65, - 234, - 42, - 147, - 83, - 52, - 8, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 63, - 48, - 207, - 45, - 102, - 155, - 57, - 242, - 171, - 33, - 152, - 61, - 15, - 173, - 195, - 63, - 109, - 249, - 44, - 102, - 39, - 124, - 26, - 75, - 210, - 7, - 50, - 65, - 160, - 237, - 102, - 221, - ], - [ - 254, - 94, - 192, - 239, - 211, - 29, - 118, - 74, - 255, - 178, - 163, - 173, - 81, - 151, - 73, - 182, - 201, - 182, - 19, - 194, - 224, - 30, - 151, - 3, - 161, - 238, - 151, - 243, - 189, - 45, - 77, - 224, - ], - [ - 219, - 17, - 97, - 47, - 243, - 233, - 249, - 37, - 155, - 10, - 137, - 165, - 124, - 17, - 183, - 102, - 87, - 117, - 29, - 140, - 17, - 137, - 213, - 114, - 75, - 62, - 198, - 179, - 37, - 174, - 245, - 205, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 47, - 207, - 180, - 62, - 127, - 231, - 116, - 59, - 59, - 16, - 171, - 201, - 24, - 50, - 214, - 117, - 126, - 154, - 44, - 72, - 4, - 152, - 180, - 136, - 128, - 26, - 128, - 56, - 201, - 140, - 2, - 46, - ], - ], - recent_blockhash: [ - 45, - 36, - 247, - 9, - 42, - 255, - 250, - 66, - 203, - 53, - 61, - 230, - 251, - 175, - 166, - 68, - 19, - 78, - 192, - 17, - 183, - 221, - 97, - 144, - 160, - 222, - 174, - 6, - 102, - 72, - 205, - 99, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 128, - 113, - 22, - 47, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 128, - 113, - 22, - 47, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2435515399, - 98434104814, - 0, - 0, - 0, - 3841920, - 2039280, - 47647138141, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813640, - 8184960, - 1000055, - 165045729848, - ], - post_balances: [ - 2431359839, - 97646223094, - 0, - 0, - 2039280, - 3841920, - 2039280, - 48437059141, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813640, - 8184960, - 1000055, - 165045729848, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 63, - 48, - 207, - 45, - 102, - 155, - 57, - 242, - 171, - 33, - 152, - 61, - 15, - 173, - 195, - 63, - 109, - 249, - 44, - 102, - 39, - 124, - 26, - 75, - 210, - 7, - 50, - 65, - 160, - 237, - 102, - 221, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 63, - 48, - 207, - 45, - 102, - 155, - 57, - 242, - 171, - 33, - 152, - 61, - 15, - 173, - 195, - 63, - 109, - 249, - 44, - 102, - 39, - 124, - 26, - 75, - 210, - 7, - 50, - 65, - 160, - 237, - 102, - 221, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 128, - 113, - 22, - 47, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 128, - 77, - 131, - 154, - 51, - 1, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 152, - 52, - 1, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 128, - 113, - 22, - 47, - 0, - 0, - 0, - 0, - 128, - 77, - 131, - 154, - 51, - 1, - 0, - 0, - 168, - 78, - 248, - 46, - 0, - 0, - 0, - 0, - 128, - 77, - 131, - 154, - 51, - 1, - 0, - 0, - 168, - 42, - 238, - 248, - 39, - 54, - 65, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 224, - 27, - 24, - 0, - 0, - 0, - 0, - 0, - 96, - 210, - 4, - 0, - 0, - 0, - 0, - 0, - 152, - 52, - 1, - 0, - 0, - 0, - 0, - 0, - 128, - 113, - 22, - 47, - 0, - 0, - 0, - 0, - 43, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 128, - 113, - 22, - 47, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 128, - 113, - 22, - 47, - 0, - 0, - 0, - 0, - 168, - 78, - 248, - 46, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 128, - 77, - 131, - 154, - 51, - 1, - 0, - 0, - 168, - 42, - 238, - 248, - 39, - 54, - 65, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 224, - 27, - 24, - 0, - 0, - 0, - 0, - 0, - 96, - 210, - 4, - 0, - 0, - 0, - 0, - 0, - 152, - 52, - 1, - 0, - 0, - 0, - 0, - 0, - 158, - 243, - 187, - 44, - 11, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 43, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 149218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 142631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 138748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 129842 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 123255 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 119372 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20406 of 135286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 114730 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 90927 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 82218 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 73608 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 64222 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 57334 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58652 of 111685 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 53033 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 916787085.151623, - decimals: 6, - amount: "916787085151623", - ui_amount_string: "916787085.151623", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 47.645098861, - decimals: 9, - amount: "47645098861", - ui_amount_string: "47.645098861", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 1321147.256192, - decimals: 6, - amount: "1321147256192", - ui_amount_string: "1321147.256192", - }, - ), - owner: "5FfrRbcuhZpDF12RMuhvuUEYtZiEu6Wz9Y4PUFcxg8eQ", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 915465937.895431, - decimals: 6, - amount: "915465937895431", - ui_amount_string: "915465937.895431", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 48.435019861, - decimals: 9, - amount: "48435019861", - ui_amount_string: "48.435019861", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 104980, - ), - }, - ), - index: 834, - }, - ), - slot: 378299444, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432816583_slot378299451_46b51dU23bsQ_tx.txt b/logs/frames/txt/1762432816583_slot378299451_46b51dU23bsQ_tx.txt deleted file mode 100644 index 9f9f456..0000000 --- a/logs/frames/txt/1762432816583_slot378299451_46b51dU23bsQ_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 154, - 222, - 142, - 31, - 69, - 139, - 3, - 27, - 243, - 243, - 242, - 168, - 75, - 131, - 163, - 164, - 172, - 123, - 7, - 18, - 230, - 12, - 234, - 10, - 184, - 12, - 131, - 149, - 19, - 143, - 185, - 225, - 24, - 25, - 104, - 17, - 106, - 223, - 15, - 191, - 233, - 69, - 199, - 113, - 56, - 228, - 199, - 50, - 245, - 243, - 131, - 150, - 18, - 71, - 120, - 194, - 71, - 144, - 39, - 168, - 177, - 48, - 161, - 0, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 154, - 222, - 142, - 31, - 69, - 139, - 3, - 27, - 243, - 243, - 242, - 168, - 75, - 131, - 163, - 164, - 172, - 123, - 7, - 18, - 230, - 12, - 234, - 10, - 184, - 12, - 131, - 149, - 19, - 143, - 185, - 225, - 24, - 25, - 104, - 17, - 106, - 223, - 15, - 191, - 233, - 69, - 199, - 113, - 56, - 228, - 199, - 50, - 245, - 243, - 131, - 150, - 18, - 71, - 120, - 194, - 71, - 144, - 39, - 168, - 177, - 48, - 161, - 0, - ], - [ - 71, - 63, - 175, - 149, - 234, - 78, - 53, - 86, - 96, - 172, - 7, - 151, - 115, - 124, - 78, - 230, - 182, - 49, - 221, - 76, - 179, - 97, - 186, - 11, - 2, - 19, - 102, - 21, - 88, - 120, - 57, - 95, - 16, - 194, - 93, - 84, - 85, - 37, - 79, - 77, - 199, - 123, - 130, - 218, - 87, - 94, - 106, - 176, - 0, - 54, - 164, - 206, - 60, - 51, - 191, - 29, - 199, - 38, - 15, - 18, - 30, - 187, - 98, - 1, - ], - [ - 151, - 138, - 46, - 203, - 211, - 41, - 241, - 14, - 90, - 151, - 138, - 89, - 249, - 83, - 91, - 180, - 20, - 147, - 102, - 59, - 58, - 233, - 67, - 9, - 15, - 124, - 88, - 96, - 39, - 160, - 140, - 25, - 64, - 235, - 243, - 74, - 70, - 170, - 38, - 235, - 184, - 126, - 133, - 61, - 118, - 149, - 30, - 186, - 64, - 163, - 185, - 228, - 241, - 186, - 179, - 28, - 72, - 106, - 55, - 59, - 225, - 217, - 29, - 3, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 35, - 12, - 251, - 99, - 185, - 3, - 154, - 202, - 187, - 148, - 68, - 251, - 133, - 145, - 111, - 196, - 118, - 65, - 94, - 41, - 37, - 34, - 202, - 48, - 120, - 252, - 123, - 30, - 195, - 71, - 214, - 195, - ], - [ - 234, - 83, - 135, - 230, - 84, - 166, - 95, - 76, - 14, - 203, - 254, - 238, - 80, - 229, - 143, - 8, - 142, - 171, - 158, - 36, - 37, - 158, - 208, - 175, - 115, - 87, - 196, - 22, - 182, - 225, - 123, - 185, - ], - [ - 253, - 2, - 235, - 126, - 110, - 244, - 251, - 167, - 44, - 72, - 53, - 182, - 233, - 68, - 193, - 164, - 200, - 22, - 99, - 34, - 234, - 189, - 30, - 141, - 105, - 51, - 0, - 188, - 162, - 229, - 157, - 155, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 89, - 50, - 255, - 162, - 80, - 241, - 67, - 4, - 129, - 132, - 35, - 30, - 196, - 80, - 222, - 62, - 223, - 124, - 231, - 175, - 110, - 213, - 106, - 146, - 46, - 239, - 151, - 132, - 79, - 169, - 212, - 243, - ], - ], - recent_blockhash: [ - 45, - 36, - 247, - 9, - 42, - 255, - 250, - 66, - 203, - 53, - 61, - 230, - 251, - 175, - 166, - 68, - 19, - 78, - 192, - 17, - 183, - 221, - 97, - 144, - 160, - 222, - 174, - 6, - 102, - 72, - 205, - 99, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 0, - 191, - 47, - 32, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 0, - 191, - 47, - 32, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2431359839, - 97646223094, - 0, - 0, - 0, - 3841920, - 2039280, - 48437059141, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813640, - 8184960, - 1000055, - 71604774358, - ], - post_balances: [ - 2427204279, - 97108316374, - 0, - 0, - 2039280, - 3841920, - 2039280, - 48977005141, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813640, - 8184960, - 1000055, - 71604774358, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 35, - 12, - 251, - 99, - 185, - 3, - 154, - 202, - 187, - 148, - 68, - 251, - 133, - 145, - 111, - 196, - 118, - 65, - 94, - 41, - 37, - 34, - 202, - 48, - 120, - 252, - 123, - 30, - 195, - 71, - 214, - 195, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 35, - 12, - 251, - 99, - 185, - 3, - 154, - 202, - 187, - 148, - 68, - 251, - 133, - 145, - 111, - 196, - 118, - 65, - 94, - 41, - 37, - 34, - 202, - 48, - 120, - 252, - 123, - 30, - 195, - 71, - 214, - 195, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 0, - 191, - 47, - 32, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 45, - 5, - 5, - 250, - 209, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 240, - 210, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 191, - 47, - 32, - 0, - 0, - 0, - 0, - 45, - 5, - 5, - 250, - 209, - 0, - 0, - 0, - 144, - 37, - 27, - 32, - 0, - 0, - 0, - 0, - 45, - 5, - 5, - 250, - 209, - 0, - 0, - 0, - 178, - 61, - 161, - 253, - 24, - 23, - 66, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 192, - 122, - 16, - 0, - 0, - 0, - 0, - 0, - 192, - 75, - 3, - 0, - 0, - 0, - 0, - 0, - 240, - 210, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 191, - 47, - 32, - 0, - 0, - 0, - 0, - 46, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 191, - 47, - 32, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 191, - 47, - 32, - 0, - 0, - 0, - 0, - 144, - 37, - 27, - 32, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 45, - 5, - 5, - 250, - 209, - 0, - 0, - 0, - 178, - 61, - 161, - 253, - 24, - 23, - 66, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 192, - 122, - 16, - 0, - 0, - 0, - 0, - 0, - 192, - 75, - 3, - 0, - 0, - 0, - 0, - 0, - 240, - 210, - 0, - 0, - 0, - 0, - 0, - 0, - 46, - 25, - 215, - 76, - 11, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 46, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 149218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 142631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 138748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 126842 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 120255 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 116372 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 23406 of 135286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 111730 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 87925 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 79216 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 70606 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 61220 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 54332 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58654 of 108685 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 50031 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 915465937.895431, - decimals: 6, - amount: "915465937895431", - ui_amount_string: "915465937.895431", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 48.435019861, - decimals: 9, - amount: "48435019861", - ui_amount_string: "48.435019861", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 901842.797869, - decimals: 6, - amount: "901842797869", - ui_amount_string: "901842.797869", - }, - ), - owner: "3MpkYZEr2yQbtN84Qv5YfiF4vkyZ5XT2JF8UW5f9seux", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 914564095.097562, - decimals: 6, - amount: "914564095097562", - ui_amount_string: "914564095.097562", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 48.974965861, - decimals: 9, - amount: "48974965861", - ui_amount_string: "48.974965861", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 107982, - ), - }, - ), - index: 1093, - }, - ), - slot: 378299451, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432819755_slot378299458_5LH57f332b4Z_tx.txt b/logs/frames/txt/1762432819755_slot378299458_5LH57f332b4Z_tx.txt deleted file mode 100644 index ad3a0b4..0000000 --- a/logs/frames/txt/1762432819755_slot378299458_5LH57f332b4Z_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 216, - 177, - 27, - 31, - 109, - 249, - 216, - 150, - 162, - 146, - 143, - 34, - 145, - 4, - 17, - 23, - 195, - 197, - 202, - 250, - 146, - 34, - 163, - 207, - 237, - 140, - 234, - 26, - 207, - 152, - 74, - 202, - 124, - 119, - 238, - 201, - 62, - 219, - 248, - 6, - 184, - 232, - 239, - 145, - 101, - 167, - 214, - 21, - 179, - 188, - 112, - 16, - 62, - 66, - 182, - 17, - 140, - 226, - 106, - 30, - 170, - 168, - 218, - 2, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 216, - 177, - 27, - 31, - 109, - 249, - 216, - 150, - 162, - 146, - 143, - 34, - 145, - 4, - 17, - 23, - 195, - 197, - 202, - 250, - 146, - 34, - 163, - 207, - 237, - 140, - 234, - 26, - 207, - 152, - 74, - 202, - 124, - 119, - 238, - 201, - 62, - 219, - 248, - 6, - 184, - 232, - 239, - 145, - 101, - 167, - 214, - 21, - 179, - 188, - 112, - 16, - 62, - 66, - 182, - 17, - 140, - 226, - 106, - 30, - 170, - 168, - 218, - 2, - ], - [ - 75, - 178, - 83, - 206, - 199, - 26, - 30, - 251, - 50, - 200, - 90, - 45, - 115, - 108, - 34, - 186, - 109, - 15, - 240, - 215, - 79, - 118, - 214, - 112, - 194, - 173, - 34, - 241, - 36, - 152, - 14, - 78, - 195, - 1, - 7, - 90, - 56, - 152, - 142, - 34, - 94, - 18, - 4, - 185, - 210, - 53, - 101, - 41, - 173, - 175, - 226, - 185, - 101, - 17, - 229, - 251, - 116, - 121, - 35, - 137, - 114, - 111, - 64, - 12, - ], - [ - 211, - 152, - 60, - 140, - 76, - 241, - 102, - 155, - 175, - 31, - 96, - 91, - 39, - 131, - 7, - 71, - 20, - 27, - 118, - 132, - 179, - 10, - 102, - 168, - 235, - 200, - 1, - 252, - 246, - 234, - 111, - 28, - 186, - 244, - 48, - 86, - 228, - 182, - 59, - 243, - 12, - 74, - 145, - 158, - 54, - 187, - 140, - 255, - 185, - 135, - 2, - 39, - 136, - 129, - 198, - 18, - 81, - 206, - 42, - 138, - 18, - 27, - 22, - 5, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 100, - 195, - 78, - 78, - 192, - 99, - 214, - 209, - 202, - 70, - 174, - 189, - 1, - 84, - 19, - 28, - 79, - 18, - 29, - 237, - 205, - 249, - 163, - 98, - 57, - 248, - 232, - 150, - 132, - 177, - 14, - 37, - ], - [ - 179, - 58, - 255, - 184, - 141, - 74, - 154, - 250, - 215, - 27, - 234, - 168, - 76, - 178, - 220, - 146, - 255, - 97, - 83, - 44, - 16, - 97, - 166, - 120, - 136, - 185, - 181, - 51, - 255, - 229, - 74, - 217, - ], - [ - 218, - 162, - 149, - 131, - 3, - 132, - 242, - 22, - 10, - 6, - 203, - 69, - 202, - 142, - 38, - 108, - 139, - 145, - 129, - 72, - 175, - 146, - 233, - 210, - 148, - 42, - 15, - 234, - 54, - 126, - 21, - 94, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 47, - 207, - 180, - 62, - 127, - 231, - 116, - 59, - 59, - 16, - 171, - 201, - 24, - 50, - 214, - 117, - 126, - 154, - 44, - 72, - 4, - 152, - 180, - 136, - 128, - 26, - 128, - 56, - 201, - 140, - 2, - 46, - ], - ], - recent_blockhash: [ - 45, - 36, - 247, - 9, - 42, - 255, - 250, - 66, - 203, - 53, - 61, - 230, - 251, - 175, - 166, - 68, - 19, - 78, - 192, - 17, - 183, - 221, - 97, - 144, - 160, - 222, - 174, - 6, - 102, - 72, - 205, - 99, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 0, - 101, - 205, - 29, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 0, - 101, - 205, - 29, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2427204279, - 97108316374, - 0, - 0, - 0, - 3841920, - 2039280, - 48977005141, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813641, - 8184960, - 1000055, - 165045729848, - ], - post_balances: [ - 2423048719, - 96610405654, - 0, - 0, - 2039280, - 3841920, - 2039280, - 49476955141, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813641, - 8184960, - 1000055, - 165045729848, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 100, - 195, - 78, - 78, - 192, - 99, - 214, - 209, - 202, - 70, - 174, - 189, - 1, - 84, - 19, - 28, - 79, - 18, - 29, - 237, - 205, - 249, - 163, - 98, - 57, - 248, - 232, - 150, - 132, - 177, - 14, - 37, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 100, - 195, - 78, - 78, - 192, - 99, - 214, - 209, - 202, - 70, - 174, - 189, - 1, - 84, - 19, - 28, - 79, - 18, - 29, - 237, - 205, - 249, - 163, - 98, - 57, - 248, - 232, - 150, - 132, - 177, - 14, - 37, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 0, - 101, - 205, - 29, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 188, - 121, - 177, - 55, - 194, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 80, - 195, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 101, - 205, - 29, - 0, - 0, - 0, - 0, - 188, - 121, - 177, - 55, - 194, - 0, - 0, - 0, - 48, - 82, - 186, - 29, - 0, - 0, - 0, - 0, - 188, - 121, - 177, - 55, - 194, - 0, - 0, - 0, - 83, - 79, - 194, - 115, - 96, - 231, - 66, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 64, - 66, - 15, - 0, - 0, - 0, - 0, - 0, - 64, - 13, - 3, - 0, - 0, - 0, - 0, - 0, - 80, - 195, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 101, - 205, - 29, - 0, - 0, - 0, - 0, - 49, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 101, - 205, - 29, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 101, - 205, - 29, - 0, - 0, - 0, - 0, - 48, - 82, - 186, - 29, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 188, - 121, - 177, - 55, - 194, - 0, - 0, - 0, - 83, - 79, - 194, - 115, - 96, - 231, - 66, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 64, - 66, - 15, - 0, - 0, - 0, - 0, - 0, - 64, - 13, - 3, - 0, - 0, - 0, - 0, - 0, - 80, - 195, - 0, - 0, - 0, - 0, - 0, - 0, - 94, - 107, - 145, - 106, - 11, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 49, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 147718 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 141131 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 137248 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 20914 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 120842 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 114255 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 110372 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 27906 of 133786 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 105730 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 81911 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 73202 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 64592 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 55206 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 48318 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58668 of 102685 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 44017 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 914564095.097562, - decimals: 6, - amount: "914564095097562", - ui_amount_string: "914564095.097562", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 48.974965861, - decimals: 9, - amount: "48974965861", - ui_amount_string: "48.974965861", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 834158.03334, - decimals: 6, - amount: "834158033340", - ui_amount_string: "834158.03334", - }, - ), - owner: "7nLVxdN29h2hJkEK3ncgc8ECQbXVRip7ZM8aa69Wzph2", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 913729937.064222, - decimals: 6, - amount: "913729937064222", - ui_amount_string: "913729937.064222", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 49.474915861, - decimals: 9, - amount: "49474915861", - ui_amount_string: "49.474915861", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 113996, - ), - }, - ), - index: 1247, - }, - ), - slot: 378299458, -} \ No newline at end of file diff --git a/logs/frames/txt/1762432821320_slot378299467_5yBVNsZDfKp1_tx.txt b/logs/frames/txt/1762432821320_slot378299467_5yBVNsZDfKp1_tx.txt deleted file mode 100644 index 512b0f1..0000000 --- a/logs/frames/txt/1762432821320_slot378299467_5yBVNsZDfKp1_tx.txt +++ /dev/null @@ -1,2075 +0,0 @@ -SubscribeUpdateTransaction { - transaction: Some( - SubscribeUpdateTransactionInfo { - signature: [ - 248, - 132, - 39, - 89, - 101, - 3, - 66, - 180, - 29, - 104, - 224, - 217, - 54, - 66, - 70, - 90, - 255, - 191, - 1, - 124, - 185, - 103, - 7, - 46, - 88, - 62, - 204, - 88, - 56, - 72, - 224, - 1, - 71, - 116, - 12, - 17, - 57, - 51, - 237, - 121, - 84, - 60, - 242, - 113, - 235, - 34, - 28, - 250, - 252, - 184, - 139, - 152, - 148, - 19, - 203, - 130, - 184, - 130, - 250, - 0, - 49, - 105, - 102, - 9, - ], - is_vote: false, - transaction: Some( - Transaction { - signatures: [ - [ - 248, - 132, - 39, - 89, - 101, - 3, - 66, - 180, - 29, - 104, - 224, - 217, - 54, - 66, - 70, - 90, - 255, - 191, - 1, - 124, - 185, - 103, - 7, - 46, - 88, - 62, - 204, - 88, - 56, - 72, - 224, - 1, - 71, - 116, - 12, - 17, - 57, - 51, - 237, - 121, - 84, - 60, - 242, - 113, - 235, - 34, - 28, - 250, - 252, - 184, - 139, - 152, - 148, - 19, - 203, - 130, - 184, - 130, - 250, - 0, - 49, - 105, - 102, - 9, - ], - [ - 109, - 211, - 234, - 54, - 51, - 243, - 231, - 14, - 88, - 24, - 223, - 148, - 106, - 243, - 190, - 3, - 94, - 90, - 28, - 190, - 61, - 254, - 24, - 188, - 188, - 179, - 36, - 3, - 213, - 223, - 2, - 40, - 77, - 124, - 112, - 119, - 47, - 9, - 134, - 58, - 74, - 165, - 213, - 25, - 89, - 156, - 181, - 80, - 88, - 206, - 40, - 87, - 42, - 87, - 12, - 81, - 144, - 177, - 42, - 23, - 210, - 63, - 30, - 10, - ], - [ - 109, - 85, - 14, - 214, - 12, - 102, - 9, - 150, - 36, - 244, - 80, - 94, - 200, - 203, - 158, - 154, - 69, - 0, - 122, - 255, - 214, - 235, - 4, - 174, - 154, - 31, - 173, - 196, - 211, - 26, - 183, - 134, - 118, - 195, - 121, - 147, - 101, - 145, - 74, - 148, - 176, - 183, - 11, - 182, - 231, - 38, - 71, - 247, - 173, - 161, - 10, - 20, - 19, - 157, - 9, - 146, - 47, - 55, - 238, - 43, - 57, - 175, - 118, - 14, - ], - ], - message: Some( - Message { - header: Some( - MessageHeader { - num_required_signatures: 3, - num_readonly_signed_accounts: 1, - num_readonly_unsigned_accounts: 11, - }, - ), - account_keys: [ - [ - 204, - 106, - 37, - 167, - 60, - 166, - 43, - 185, - 2, - 76, - 135, - 110, - 144, - 7, - 5, - 244, - 241, - 182, - 254, - 3, - 47, - 70, - 99, - 205, - 239, - 62, - 182, - 253, - 182, - 85, - 36, - 130, - ], - [ - 70, - 84, - 216, - 249, - 128, - 238, - 207, - 39, - 113, - 95, - 186, - 81, - 222, - 15, - 234, - 150, - 38, - 64, - 206, - 48, - 193, - 145, - 109, - 73, - 215, - 120, - 59, - 74, - 247, - 6, - 165, - 187, - ], - [ - 107, - 192, - 122, - 12, - 196, - 128, - 240, - 161, - 225, - 236, - 220, - 187, - 96, - 31, - 114, - 252, - 201, - 253, - 154, - 115, - 96, - 40, - 72, - 32, - 75, - 68, - 194, - 51, - 147, - 196, - 50, - 25, - ], - [ - 201, - 213, - 250, - 194, - 169, - 77, - 116, - 154, - 46, - 1, - 28, - 238, - 251, - 13, - 47, - 251, - 194, - 168, - 133, - 24, - 13, - 139, - 151, - 59, - 130, - 24, - 143, - 244, - 105, - 70, - 150, - 149, - ], - [ - 164, - 25, - 44, - 195, - 17, - 67, - 163, - 150, - 231, - 156, - 9, - 195, - 57, - 16, - 120, - 92, - 150, - 152, - 114, - 4, - 119, - 172, - 86, - 92, - 213, - 58, - 217, - 243, - 10, - 111, - 129, - 156, - ], - [ - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - ], - [ - 250, - 179, - 221, - 203, - 239, - 251, - 35, - 182, - 132, - 17, - 146, - 32, - 105, - 214, - 85, - 127, - 109, - 139, - 117, - 5, - 117, - 39, - 151, - 111, - 249, - 160, - 2, - 57, - 162, - 54, - 110, - 255, - ], - [ - 68, - 243, - 75, - 153, - 117, - 223, - 37, - 154, - 223, - 236, - 149, - 160, - 66, - 120, - 191, - 114, - 202, - 156, - 162, - 220, - 230, - 76, - 43, - 182, - 123, - 228, - 130, - 60, - 194, - 254, - 65, - 71, - ], - [ - 3, - 6, - 70, - 111, - 229, - 33, - 23, - 50, - 255, - 236, - 173, - 186, - 114, - 195, - 155, - 231, - 188, - 140, - 229, - 187, - 197, - 247, - 18, - 107, - 44, - 67, - 155, - 58, - 64, - 0, - 0, - 0, - ], - [ - 140, - 151, - 37, - 143, - 78, - 36, - 137, - 241, - 187, - 61, - 16, - 41, - 20, - 142, - 13, - 131, - 11, - 90, - 19, - 153, - 218, - 255, - 16, - 132, - 4, - 142, - 123, - 216, - 219, - 233, - 248, - 89, - ], - [ - 6, - 155, - 136, - 87, - 254, - 171, - 129, - 132, - 251, - 104, - 127, - 99, - 70, - 24, - 192, - 53, - 218, - 196, - 57, - 220, - 26, - 235, - 59, - 85, - 152, - 160, - 240, - 0, - 0, - 0, - 0, - 1, - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - ], - [ - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - [ - 20, - 62, - 35, - 119, - 181, - 39, - 153, - 123, - 2, - 175, - 11, - 155, - 61, - 230, - 188, - 78, - 248, - 194, - 64, - 243, - 75, - 204, - 172, - 159, - 111, - 70, - 55, - 243, - 136, - 214, - 144, - 240, - ], - [ - 9, - 96, - 12, - 165, - 36, - 247, - 177, - 183, - 214, - 204, - 177, - 195, - 151, - 58, - 160, - 51, - 13, - 25, - 3, - 218, - 96, - 28, - 201, - 181, - 222, - 227, - 198, - 98, - 180, - 202, - 209, - 73, - ], - [ - 218, - 99, - 104, - 31, - 114, - 134, - 188, - 200, - 6, - 113, - 158, - 44, - 43, - 80, - 162, - 1, - 87, - 36, - 59, - 252, - 150, - 104, - 177, - 21, - 32, - 188, - 83, - 132, - 62, - 220, - 219, - 8, - ], - [ - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - ], - [ - 108, - 214, - 204, - 128, - 199, - 176, - 11, - 36, - 194, - 16, - 32, - 56, - 67, - 63, - 72, - 170, - 15, - 202, - 142, - 231, - 232, - 25, - 3, - 60, - 15, - 225, - 251, - 167, - 40, - 223, - 245, - 12, - ], - [ - 89, - 50, - 255, - 162, - 80, - 241, - 67, - 4, - 129, - 132, - 35, - 30, - 196, - 80, - 222, - 62, - 223, - 124, - 231, - 175, - 110, - 213, - 106, - 146, - 46, - 239, - 151, - 132, - 79, - 169, - 212, - 243, - ], - ], - recent_blockhash: [ - 105, - 209, - 1, - 169, - 67, - 143, - 255, - 162, - 43, - 35, - 39, - 107, - 214, - 174, - 198, - 154, - 40, - 212, - 237, - 219, - 44, - 162, - 92, - 47, - 232, - 47, - 167, - 44, - 145, - 181, - 113, - 162, - ], - instructions: [ - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 2, - 120, - 93, - 2, - 0, - ], - }, - CompiledInstruction { - program_id_index: 8, - accounts: [], - data: [ - 3, - 128, - 26, - 6, - 0, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 3, - 2, - 10, - 11, - 12, - ], - data: [ - 1, - ], - }, - CompiledInstruction { - program_id_index: 9, - accounts: [ - 0, - 4, - 2, - 13, - 11, - 12, - ], - data: [], - }, - CompiledInstruction { - program_id_index: 11, - accounts: [ - 1, - 3, - ], - data: [ - 2, - 0, - 0, - 0, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 17, - ], - }, - CompiledInstruction { - program_id_index: 14, - accounts: [ - 15, - 16, - 5, - 3, - 4, - 6, - 7, - 13, - 10, - 2, - 12, - 12, - 3, - 17, - 14, - 18, - ], - data: [ - 65, - 75, - 63, - 76, - 235, - 91, - 91, - 136, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - ], - }, - CompiledInstruction { - program_id_index: 12, - accounts: [ - 3, - 1, - 2, - ], - data: [ - 9, - ], - }, - ], - versioned: true, - address_table_lookups: [], - }, - ), - }, - ), - meta: Some( - TransactionStatusMeta { - err: None, - fee: 77000, - pre_balances: [ - 2423048719, - 96610405654, - 0, - 0, - 0, - 3841920, - 2039280, - 49476955141, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813641, - 8184960, - 1000055, - 71604774358, - ], - post_balances: [ - 2418893159, - 96052500934, - 0, - 0, - 2039280, - 3841920, - 2039280, - 50036899141, - 1, - 792186242, - 1204065769109, - 1, - 5301613130, - 1461600, - 1151512, - 2519147813641, - 8184960, - 1000055, - 71604774358, - ], - inner_instructions: [ - InnerInstructions { - index: 2, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 10, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 3, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - ], - data: [ - 18, - 107, - 192, - 122, - 12, - 196, - 128, - 240, - 161, - 225, - 236, - 220, - 187, - 96, - 31, - 114, - 252, - 201, - 253, - 154, - 115, - 96, - 40, - 72, - 32, - 75, - 68, - 194, - 51, - 147, - 196, - 50, - 25, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 3, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 13, - ], - data: [ - 21, - 7, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 11, - accounts: [ - 0, - 4, - ], - data: [ - 0, - 0, - 0, - 0, - 240, - 29, - 31, - 0, - 0, - 0, - 0, - 0, - 165, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 6, - 221, - 246, - 225, - 215, - 101, - 161, - 147, - 217, - 203, - 225, - 70, - 206, - 235, - 121, - 172, - 28, - 180, - 133, - 237, - 95, - 91, - 55, - 145, - 58, - 140, - 245, - 133, - 126, - 255, - 0, - 169, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - ], - data: [ - 22, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 4, - 13, - ], - data: [ - 18, - 107, - 192, - 122, - 12, - 196, - 128, - 240, - 161, - 225, - 236, - 220, - 187, - 96, - 31, - 114, - 252, - 201, - 253, - 154, - 115, - 96, - 40, - 72, - 32, - 75, - 68, - 194, - 51, - 147, - 196, - 50, - 25, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - InnerInstructions { - index: 6, - instructions: [ - InnerInstruction { - program_id_index: 12, - accounts: [ - 3, - 10, - 7, - 2, - ], - data: [ - 12, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 6, - 13, - 4, - 15, - ], - data: [ - 12, - 154, - 85, - 43, - 74, - 217, - 0, - 0, - 0, - 6, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 12, - accounts: [ - 7, - 10, - 3, - 15, - ], - data: [ - 12, - 192, - 218, - 0, - 0, - 0, - 0, - 0, - 0, - 9, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 27, - 60, - 21, - 213, - 138, - 170, - 187, - 147, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 154, - 85, - 43, - 74, - 217, - 0, - 0, - 0, - 64, - 143, - 75, - 33, - 0, - 0, - 0, - 0, - 154, - 85, - 43, - 74, - 217, - 0, - 0, - 0, - 18, - 99, - 190, - 63, - 166, - 208, - 67, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 23, - 17, - 0, - 0, - 0, - 0, - 0, - 0, - 107, - 3, - 0, - 0, - 0, - 0, - 0, - 192, - 218, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 52, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - InnerInstruction { - program_id_index: 14, - accounts: [ - 17, - ], - data: [ - 228, - 69, - 165, - 46, - 81, - 203, - 154, - 29, - 189, - 66, - 51, - 168, - 38, - 80, - 117, - 153, - 154, - 214, - 24, - 67, - 82, - 22, - 231, - 77, - 18, - 209, - 161, - 95, - 215, - 19, - 155, - 131, - 190, - 117, - 218, - 92, - 61, - 150, - 233, - 26, - 95, - 109, - 32, - 245, - 149, - 171, - 224, - 187, - 178, - 196, - 8, - 189, - 195, - 220, - 58, - 123, - 125, - 109, - 27, - 41, - 162, - 38, - 160, - 32, - 78, - 178, - 237, - 67, - 16, - 136, - 167, - 27, - 180, - 157, - 1, - 2, - 80, - 171, - 249, - 178, - 1, - 1, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 236, - 96, - 33, - 0, - 0, - 0, - 0, - 64, - 143, - 75, - 33, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 154, - 85, - 43, - 74, - 217, - 0, - 0, - 0, - 18, - 99, - 190, - 63, - 166, - 208, - 67, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 23, - 17, - 0, - 0, - 0, - 0, - 0, - 0, - 107, - 3, - 0, - 0, - 0, - 0, - 0, - 192, - 218, - 0, - 0, - 0, - 0, - 0, - 0, - 158, - 250, - 220, - 139, - 11, - 0, - 0, - 0, - 0, - 116, - 59, - 164, - 11, - 0, - 0, - 0, - 52, - 151, - 12, - 105, - 0, - 0, - 0, - 0, - ], - stack_height: Some( - 2, - ), - }, - ], - }, - ], - inner_instructions_none: false, - log_messages: [ - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ComputeBudget111111111111111111111111111111 invoke [1]", - "Program ComputeBudget111111111111111111111111111111 success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: CreateIdempotent", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 146218 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 139631 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3158 of 135748 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 22414 of 154700 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1]", - "Program log: Create", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: GetAccountDataSize", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1569 of 125342 compute units", - "Program return: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA pQAAAAAAAAA=", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 11111111111111111111111111111111 invoke [2]", - "Program 11111111111111111111111111111111 success", - "Program log: Initialize the associated token account", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeImmutableOwner", - "Program log: Please upgrade to SPL Token 2022 for immutable owner support", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 1405 of 118755 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: InitializeAccount3", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4188 of 114872 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 21906 of 132286 compute units", - "Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success", - "Program 11111111111111111111111111111111 invoke [1]", - "Program 11111111111111111111111111111111 success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: SyncNative", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3045 of 110230 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [1]", - "Program log: Instruction: Swap2", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 86409 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6147 of 77700 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", - "Program log: Instruction: TransferChecked", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 6238 of 69090 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 59704 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN invoke [2]", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 3583 of 52816 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN consumed 58670 of 107185 compute units", - "Program dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN success", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]", - "Program log: Instruction: CloseAccount", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3013 of 48515 compute units", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - ], - log_messages_none: false, - pre_token_balances: [ - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 913729937.064222, - decimals: 6, - amount: "913729937064222", - ui_amount_string: "913729937.064222", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 49.474915861, - decimals: 9, - amount: "49474915861", - ui_amount_string: "49.474915861", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - post_token_balances: [ - TokenBalance { - account_index: 4, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 933252.257178, - decimals: 6, - amount: "933252257178", - ui_amount_string: "933252.257178", - }, - ), - owner: "8FcrN2zXdXuQiDtdQnuPDbqNmKdJLGM4NBVpZQRpQDYU", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 6, - mint: "2N27MhDv1unMinftnPfBE2Bhh1iYfFTyfQpzBpVFsWko", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 912796684.807044, - decimals: 6, - amount: "912796684807044", - ui_amount_string: "912796684.807044", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - TokenBalance { - account_index: 7, - mint: "So11111111111111111111111111111111111111112", - ui_token_amount: Some( - UiTokenAmount { - ui_amount: 50.034859861, - decimals: 9, - amount: "50034859861", - ui_amount_string: "50.034859861", - }, - ), - owner: "FhVo3mqL8PW5pH5U2CN4XE33DokiyZnUwuGpH2hmHLuM", - program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", - }, - ], - rewards: [], - loaded_writable_addresses: [], - loaded_readonly_addresses: [], - return_data: None, - return_data_none: true, - compute_units_consumed: Some( - 109498, - ), - }, - ), - index: 214, - }, - ), - slot: 378299467, -} \ No newline at end of file diff --git a/logs/frames/txt/1762431002905_slot378294904_23JbNkbMJ3KN_tx.txt b/logs/frames/txt/1762440223791_slot378317940_4t6rKnrWTjmM_tx.txt similarity index 73% rename from logs/frames/txt/1762431002905_slot378294904_23JbNkbMJ3KN_tx.txt rename to logs/frames/txt/1762440223791_slot378317940_4t6rKnrWTjmM_tx.txt index 070dda9..68f991f 100644 --- a/logs/frames/txt/1762431002905_slot378294904_23JbNkbMJ3KN_tx.txt +++ b/logs/frames/txt/1762440223791_slot378317940_4t6rKnrWTjmM_tx.txt @@ -2,140 +2,140 @@ SubscribeUpdateTransaction { transaction: Some( SubscribeUpdateTransactionInfo { signature: [ - 52, - 0, - 215, - 254, - 83, - 79, - 43, - 160, - 134, - 115, 194, - 48, - 43, - 103, - 174, - 10, - 19, - 206, - 198, - 165, - 68, - 48, - 50, - 135, - 197, - 182, - 189, - 224, - 127, - 242, - 155, - 202, - 252, - 194, - 53, - 246, - 37, - 109, - 215, - 181, - 90, - 226, - 83, - 186, - 155, - 131, - 67, - 74, - 35, - 87, - 21, - 137, - 237, - 7, - 219, - 157, - 205, - 51, - 50, - 234, - 95, + 30, + 82, + 105, 144, - 55, - 9, + 158, + 253, + 41, + 239, + 243, + 232, + 126, + 135, + 59, + 20, + 220, + 19, + 152, + 89, + 195, + 90, + 85, + 189, + 208, + 130, + 2, + 159, + 73, + 1, + 202, + 150, + 195, + 107, + 188, + 82, + 5, + 140, + 220, + 197, + 158, + 57, + 42, + 160, + 65, + 56, + 223, + 253, + 236, + 171, + 59, + 137, + 79, + 19, + 222, + 195, + 25, + 186, + 66, + 167, + 26, + 0, + 83, + 173, + 5, ], is_vote: false, transaction: Some( Transaction { signatures: [ [ - 52, - 0, - 215, - 254, - 83, - 79, - 43, - 160, - 134, - 115, 194, - 48, - 43, - 103, - 174, - 10, - 19, - 206, - 198, - 165, - 68, - 48, - 50, - 135, - 197, - 182, - 189, - 224, - 127, - 242, - 155, - 202, - 252, - 194, - 53, - 246, - 37, - 109, - 215, - 181, - 90, - 226, - 83, - 186, - 155, - 131, - 67, - 74, - 35, - 87, - 21, - 137, - 237, - 7, - 219, - 157, - 205, - 51, - 50, - 234, - 95, + 30, + 82, + 105, 144, - 55, - 9, + 158, + 253, + 41, + 239, + 243, + 232, + 126, + 135, + 59, + 20, + 220, + 19, + 152, + 89, + 195, + 90, + 85, + 189, + 208, + 130, + 2, + 159, + 73, + 1, + 202, + 150, + 195, + 107, + 188, + 82, + 5, + 140, + 220, + 197, + 158, + 57, + 42, + 160, + 65, + 56, + 223, + 253, + 236, + 171, + 59, + 137, + 79, + 19, + 222, + 195, + 25, + 186, + 66, + 167, + 26, + 0, + 83, + 173, + 5, ], ], message: Some( @@ -183,72 +183,72 @@ SubscribeUpdateTransaction { 187, ], [ - 7, - 247, - 17, - 251, - 66, - 76, - 93, - 232, - 196, - 137, + 183, + 250, + 2, + 33, + 240, + 178, + 150, + 168, + 35, + 255, + 165, + 71, + 47, + 170, + 115, 11, + 124, + 30, + 113, + 24, + 31, + 156, + 1, + 151, + 167, + 196, + 8, + 145, 37, - 172, - 80, - 148, - 41, - 204, - 55, - 231, - 205, - 222, - 173, - 166, - 42, - 38, - 49, - 201, - 176, - 128, - 105, - 233, - 14, + 47, + 48, + 87, ], [ - 154, - 127, - 25, - 17, - 204, - 15, - 184, - 237, - 199, - 152, - 97, - 122, - 21, - 209, - 54, - 86, - 45, - 19, - 210, - 77, - 118, - 205, - 205, - 233, - 178, - 113, + 234, + 153, + 219, + 67, + 109, + 177, + 79, 144, - 140, - 120, - 129, - 49, - 250, + 57, + 125, + 50, + 174, + 30, + 75, + 187, + 73, + 236, + 91, + 211, + 118, + 247, + 218, + 234, + 207, + 152, + 157, + 131, + 9, + 89, + 48, + 190, + 93, ], [ 165, @@ -285,208 +285,208 @@ SubscribeUpdateTransaction { 182, ], [ - 179, - 160, - 145, - 251, - 189, - 98, 1, - 37, - 122, - 135, - 218, - 157, - 40, - 118, - 12, - 51, - 15, - 226, - 134, - 147, - 218, - 140, - 43, - 74, - 198, - 44, - 54, - 245, - 92, - 240, - 77, - 85, - ], - [ - 197, - 119, - 34, - 142, - 170, - 70, - 148, - 244, - 125, - 165, - 20, - 132, - 94, - 140, - 99, + 52, + 57, 208, - 250, - 50, - 148, - 240, - 207, - 101, - 179, - 97, - 143, - 184, - 131, - 42, - 116, - 252, - 54, - 148, - ], - [ - 11, - 250, - 114, - 78, - 255, - 19, - 156, - 114, - 168, - 187, - 149, - 187, - 217, - 159, - 154, - 78, - 214, - 38, - 198, - 82, - 224, - 241, - 133, 25, - 141, - 15, - 175, - 212, - 166, - 207, - 71, - 121, - ], - [ - 31, - 39, - 13, - 13, - 60, - 164, - 184, - 197, - 88, - 124, - 59, - 121, - 246, - 26, - 34, - 67, - 254, - 4, - 76, - 89, - 173, - 188, - 71, - 150, - 121, - 89, - 76, - 78, - 147, - 28, - 88, - 22, - ], - [ - 29, - 27, - 255, - 6, - 98, - 71, - 29, 109, - 204, - 34, - 15, - 58, - 17, - 176, - 11, - 105, - 13, - 112, - 226, - 191, 140, - 113, + 249, + 25, + 55, + 42, + 196, + 154, + 208, + 247, 225, - 124, - 216, - 22, - 69, - 181, - 243, - 180, - 31, - 73, + 153, + 62, + 102, + 174, + 252, + 123, + 185, + 221, + 1, + 23, + 131, + 209, + 163, + 75, + 71, + 59, ], [ - 31, - 89, - 163, - 197, - 238, - 115, - 102, - 65, - 50, - 160, - 27, - 123, - 163, - 243, - 209, - 194, - 252, - 241, - 251, - 49, - 65, + 100, + 178, + 199, + 237, + 93, + 119, + 85, + 200, 43, - 193, + 233, + 31, + 67, + 188, + 80, + 192, + 227, + 213, + 244, + 235, + 226, + 53, + 190, + 219, + 146, + 242, + 51, + 114, + 80, + 227, + 120, + 68, + 145, + ], + [ + 24, + 127, + 62, + 63, + 60, + 181, + 153, + 159, + 17, + 251, + 20, + 183, + 211, + 88, + 237, + 47, 155, - 117, + 181, + 119, + 22, + 253, + 91, + 206, + 255, + 182, + 120, + 237, + 128, + 250, + 210, + 110, + 8, + ], + [ + 230, + 83, + 136, 112, - 72, - 92, + 68, + 68, + 30, + 3, + 123, + 158, + 70, 77, - 103, - 133, + 217, + 105, + 73, + 129, + 181, + 42, + 14, + 146, + 163, + 73, + 232, + 22, + 45, + 2, + 1, + 31, + 102, + 21, + 195, + 43, + ], + [ + 185, + 201, + 135, + 71, + 0, + 127, + 74, + 206, + 174, + 79, + 148, + 97, + 124, + 7, + 199, + 24, + 91, + 226, + 4, + 4, + 177, + 155, + 0, + 69, + 1, 172, + 11, + 131, + 131, + 141, + 235, + 248, + ], + [ + 175, + 125, + 42, + 182, + 10, + 76, + 159, + 99, + 120, + 241, + 187, + 135, + 236, + 51, + 199, + 191, + 122, + 73, + 48, + 120, + 131, + 8, + 105, + 39, + 85, + 103, + 29, + 169, + 173, + 233, + 114, + 165, ], [ 3, @@ -592,38 +592,38 @@ SubscribeUpdateTransaction { ], ], recent_blockhash: [ - 75, - 47, + 76, + 90, + 236, + 7, + 30, + 117, + 204, 195, - 153, - 230, - 15, - 60, - 169, - 80, - 116, - 229, - 1, - 195, - 238, + 87, + 204, + 49, + 110, + 197, + 166, + 172, 148, - 25, - 116, - 118, - 201, - 243, - 132, - 227, - 180, - 200, - 156, - 6, - 58, + 161, + 12, + 252, + 247, + 137, + 90, + 114, + 140, + 153, + 212, + 40, + 98, + 239, + 234, + 91, 88, - 217, - 2, - 48, - 209, ], instructions: [ CompiledInstruction { @@ -681,12 +681,12 @@ SubscribeUpdateTransaction { 117, 135, 200, - 71, - 4, - 143, - 56, - 58, - 0, + 13, + 248, + 202, + 161, + 97, + 41, 0, 0, 0, @@ -756,10 +756,10 @@ SubscribeUpdateTransaction { err: None, fee: 44000, pre_balances: [ - 146063424405, + 145251460855, 7516800, 2039280, - 162822587, + 163926906, 9465600, 2039280, 1461600, @@ -770,15 +770,15 @@ SubscribeUpdateTransaction { 1141441, 5301613130, 581467793, - 69134834063897, + 68606337129769, 3463604, 1141443, ], post_balances: [ - 146063380405, + 145251416855, 7516800, 2039280, - 163323850, + 164429851, 9465600, 2039280, 1461600, @@ -789,7 +789,7 @@ SubscribeUpdateTransaction { 1141441, 5301613130, 581467793, - 69134833562634, + 68606336626824, 3463604, 1141443, ], @@ -806,11 +806,11 @@ SubscribeUpdateTransaction { ], data: [ 3, - 16, - 58, - 246, - 5, - 0, + 240, + 180, + 201, + 60, + 4, 0, 0, 0, @@ -828,14 +828,14 @@ SubscribeUpdateTransaction { ], data: [ 3, - 132, - 142, - 125, + 60, + 109, + 50, + 15, 1, 0, 0, 0, - 0, ], stack_height: Some( 2, @@ -861,12 +861,12 @@ SubscribeUpdateTransaction { 225, 242, 182, - 179, - 59, - 27, - 49, - 58, - 0, + 225, + 213, + 206, + 85, + 92, + 41, 0, 0, 0, @@ -891,12 +891,12 @@ SubscribeUpdateTransaction { ], data: [ 3, - 179, - 59, - 27, - 49, - 58, - 0, + 225, + 213, + 206, + 85, + 92, + 41, 0, 0, ], @@ -913,12 +913,12 @@ SubscribeUpdateTransaction { ], data: [ 7, - 179, - 59, - 27, - 49, - 58, - 0, + 225, + 213, + 206, + 85, + 92, + 41, 0, 0, ], @@ -946,8 +946,8 @@ SubscribeUpdateTransaction { 109, 161, 34, - 6, - 234, + 242, + 239, 6, 0, 0, @@ -976,8 +976,8 @@ SubscribeUpdateTransaction { ], data: [ 3, - 15, - 166, + 161, + 172, 7, 0, 0, @@ -998,8 +998,8 @@ SubscribeUpdateTransaction { ], data: [ 8, - 6, - 234, + 242, + 239, 6, 0, 0, @@ -1024,53 +1024,53 @@ SubscribeUpdateTransaction { "Program log: Instruction: Swap", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", "Program log: Instruction: Transfer", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4645 of 119288 compute units", + "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4645 of 119290 compute units", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", "Program log: Instruction: Transfer", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4375 of 111699 compute units", + "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4375 of 111701 compute units", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi invoke [2]", "Program log: Instruction: Deposit", - "Program data: H159WuM0PbqzOxsxOgAAALM7GzE6AAAA", + "Program data: H159WuM0Pbrh1c5VXCkAAOHVzlVcKQAA", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]", "Program log: Instruction: Transfer", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4645 of 85034 compute units", + "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4645 of 85036 compute units", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]", "Program log: Instruction: MintTo", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4492 of 77297 compute units", + "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4492 of 77299 compute units", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi consumed 30982 of 100424 compute units", + "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi consumed 30982 of 100426 compute units", "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi success", "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi invoke [2]", "Program log: Instruction: Withdraw", - "Program data: dPRh6GcfmDoG6gYAAAAAAA+mBwAAAAAA", + "Program data: dPRh6GcfmDry7wYAAAAAAKGsBwAAAAAA", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]", "Program log: Instruction: Transfer", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4736 of 39720 compute units", + "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4736 of 39722 compute units", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]", "Program log: Instruction: Burn", - "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4715 of 32036 compute units", + "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4715 of 32038 compute units", "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success", - "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi consumed 31657 of 55637 compute units", + "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi consumed 31657 of 55639 compute units", "Program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi success", - "Program data: UWzjvs3QCsScoVk4OgAAABCmBwAAAAAAUCLPHQAAAAAQOvYFAAAAAISOfQEAAAAA", - "Program Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB consumed 136696 of 149700 compute units", + "Program data: UWzjvs3QCsTACLaQYSkAAKKsBwAAAAAAsIjwLxUAAADwtMk8BAAAADxtMg8BAAAA", + "Program Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB consumed 136694 of 149700 compute units", "Program Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB success", ], log_messages_none: false, pre_token_balances: [ TokenBalance { account_index: 2, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", + mint: "AmMPQArxhUuUUJpteBgNT7DAp9uQ864sH7vAdJfK7559", ui_token_amount: Some( UiTokenAmount { - ui_amount: 769068.31639, + ui_amount: 319989555.494449, decimals: 6, - amount: "769068316390", - ui_amount_string: "769068.31639", + amount: "319989555494449", + ui_amount_string: "319989555.494449", }, ), owner: "5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW", @@ -1081,10 +1081,10 @@ SubscribeUpdateTransaction { mint: "So11111111111111111111111111111111111111112", ui_token_amount: Some( UiTokenAmount { - ui_amount: 0.160783307, + ui_amount: 0.161887626, decimals: 9, - amount: "160783307", - ui_amount_string: "0.160783307", + amount: "161887626", + ui_amount_string: "0.161887626", }, ), owner: "5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW", @@ -1092,30 +1092,30 @@ SubscribeUpdateTransaction { }, TokenBalance { account_index: 5, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", + mint: "AmMPQArxhUuUUJpteBgNT7DAp9uQ864sH7vAdJfK7559", ui_token_amount: Some( UiTokenAmount { - ui_amount: 17904.101989, + ui_amount: 3395049.466257, decimals: 6, - amount: "17904101989", - ui_amount_string: "17904.101989", + amount: "3395049466257", + ui_amount_string: "3395049.466257", }, ), - owner: "D6BzFQNnRB4L1PmUtqo9hJ2FHZmeJPDhdtGjLSYvS6rp", + owner: "5hbbaxneMe1kmGkAGKVzPZ56ZJtm5HEUSFaEbk5tWca", program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", }, TokenBalance { account_index: 7, - mint: "okytZi5zS7upUavegS5Gobyxq1b5fWuU5UZJJ4vEsoE", + mint: "2edKWueBJTDhYN3jZsacEemFmfhjgAtgJcBQSzc9Vbts", ui_token_amount: Some( UiTokenAmount { - ui_amount: 17904.101989, + ui_amount: 3395049.466257, decimals: 6, - amount: "17904101989", - ui_amount_string: "17904.101989", + amount: "3395049466257", + ui_amount_string: "3395049.466257", }, ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", + owner: "GW6eZ4RdVXD7nDYjrDsNfXXps1wcmiGQm8bMHHFZs2in", program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", }, TokenBalance { @@ -1123,27 +1123,27 @@ SubscribeUpdateTransaction { mint: "FZN7QZ8ZUUAxMPfxYEYkH3cXUASzH8EqA6B4tyCL8f1j", ui_token_amount: Some( UiTokenAmount { - ui_amount: 0.000485652, + ui_amount: 0.000488653, decimals: 9, - amount: "485652", - ui_amount_string: "0.000485652", + amount: "488653", + ui_amount_string: "0.000488653", }, ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", + owner: "GW6eZ4RdVXD7nDYjrDsNfXXps1wcmiGQm8bMHHFZs2in", program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", }, TokenBalance { account_index: 9, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", + mint: "AmMPQArxhUuUUJpteBgNT7DAp9uQ864sH7vAdJfK7559", ui_token_amount: Some( UiTokenAmount { - ui_amount: 514.1488, + ui_amount: 25407.121468, decimals: 6, - amount: "514148800", - ui_amount_string: "514.1488", + amount: "25407121468", + ui_amount_string: "25407.121468", }, ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", + owner: "GW6eZ4RdVXD7nDYjrDsNfXXps1wcmiGQm8bMHHFZs2in", program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", }, TokenBalance { @@ -1151,10 +1151,10 @@ SubscribeUpdateTransaction { mint: "So11111111111111111111111111111111111111112", ui_token_amount: Some( UiTokenAmount { - ui_amount: 69134.827316671, + ui_amount: 68606.330382543, decimals: 9, - amount: "69134827316671", - ui_amount_string: "69134.827316671", + amount: "68606330382543", + ui_amount_string: "68606.330382543", }, ), owner: "FERjPVNEa7Udq8CEv68h6tPL46Tq7ieE49HrE2wea3XT", @@ -1164,13 +1164,13 @@ SubscribeUpdateTransaction { post_token_balances: [ TokenBalance { account_index: 2, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", + mint: "AmMPQArxhUuUUJpteBgNT7DAp9uQ864sH7vAdJfK7559", ui_token_amount: Some( UiTokenAmount { - ui_amount: 519036.322083, + ui_amount: 274494802.424672, decimals: 6, - amount: "519036322083", - ui_amount_string: "519036.322083", + amount: "274494802424672", + ui_amount_string: "274494802.424672", }, ), owner: "5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW", @@ -1181,10 +1181,10 @@ SubscribeUpdateTransaction { mint: "So11111111111111111111111111111111111111112", ui_token_amount: Some( UiTokenAmount { - ui_amount: 0.16128457, + ui_amount: 0.162390571, decimals: 9, - amount: "161284570", - ui_amount_string: "0.16128457", + amount: "162390571", + ui_amount_string: "0.162390571", }, ), owner: "5jYaYv7HoiFVrY9bAcruj6dH8fCBseky4sBmnTFGSaeW", @@ -1192,30 +1192,30 @@ SubscribeUpdateTransaction { }, TokenBalance { account_index: 5, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", + mint: "AmMPQArxhUuUUJpteBgNT7DAp9uQ864sH7vAdJfK7559", ui_token_amount: Some( UiTokenAmount { - ui_amount: 267836.073496, + ui_amount: 48871602.814834, decimals: 6, - amount: "267836073496", - ui_amount_string: "267836.073496", + amount: "48871602814834", + ui_amount_string: "48871602.814834", }, ), - owner: "D6BzFQNnRB4L1PmUtqo9hJ2FHZmeJPDhdtGjLSYvS6rp", + owner: "5hbbaxneMe1kmGkAGKVzPZ56ZJtm5HEUSFaEbk5tWca", program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", }, TokenBalance { account_index: 7, - mint: "okytZi5zS7upUavegS5Gobyxq1b5fWuU5UZJJ4vEsoE", + mint: "2edKWueBJTDhYN3jZsacEemFmfhjgAtgJcBQSzc9Vbts", ui_token_amount: Some( UiTokenAmount { - ui_amount: 267836.073496, + ui_amount: 48871602.814834, decimals: 6, - amount: "267836073496", - ui_amount_string: "267836.073496", + amount: "48871602814834", + ui_amount_string: "48871602.814834", }, ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", + owner: "GW6eZ4RdVXD7nDYjrDsNfXXps1wcmiGQm8bMHHFZs2in", program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", }, TokenBalance { @@ -1223,27 +1223,27 @@ SubscribeUpdateTransaction { mint: "FZN7QZ8ZUUAxMPfxYEYkH3cXUASzH8EqA6B4tyCL8f1j", ui_token_amount: Some( UiTokenAmount { - ui_amount: 3.2526e-5, + ui_amount: 3.4011e-5, decimals: 9, - amount: "32526", - ui_amount_string: "0.000032526", + amount: "34011", + ui_amount_string: "0.000034011", }, ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", + owner: "GW6eZ4RdVXD7nDYjrDsNfXXps1wcmiGQm8bMHHFZs2in", program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", }, TokenBalance { account_index: 9, - mint: "8iRZpzDkvNpvzdL6QTsvbtxDZW8m9Dw8Ua6WShQAXYXz", + mint: "AmMPQArxhUuUUJpteBgNT7DAp9uQ864sH7vAdJfK7559", ui_token_amount: Some( UiTokenAmount { - ui_amount: 614.1716, + ui_amount: 43606.842668, decimals: 6, - amount: "614171600", - ui_amount_string: "614.1716", + amount: "43606842668", + ui_amount_string: "43606.842668", }, ), - owner: "36cBBShDvSe4gxtnWtV7RqfwLtz1WAy375FGarj63UtV", + owner: "GW6eZ4RdVXD7nDYjrDsNfXXps1wcmiGQm8bMHHFZs2in", program_id: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", }, TokenBalance { @@ -1251,10 +1251,10 @@ SubscribeUpdateTransaction { mint: "So11111111111111111111111111111111111111112", ui_token_amount: Some( UiTokenAmount { - ui_amount: 69134.826815408, + ui_amount: 68606.329879598, decimals: 9, - amount: "69134826815408", - ui_amount_string: "69134.826815408", + amount: "68606329879598", + ui_amount_string: "68606.329879598", }, ), owner: "FERjPVNEa7Udq8CEv68h6tPL46Tq7ieE49HrE2wea3XT", @@ -1405,12 +1405,12 @@ SubscribeUpdateTransaction { return_data: None, return_data_none: true, compute_units_consumed: Some( - 136996, + 136994, ), }, ), - index: 736, + index: 1350, }, ), - slot: 378294904, + slot: 378317940, } \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index 9e9fb5a..05f1082 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,8 +8,10 @@ use tracing_subscriber::EnvFilter; use sniper_bot::listener; use sniper_bot::listener::YellowstoneSource; -use sniper_bot::utils::save_tx_update; - +use sniper_bot::utils::{ + save_tx_update, + load_keypair_and_pubkey_from_json, +}; @@ -20,6 +22,12 @@ async fn main() -> Result<()> { // Load environment variables from .env file dotenv().ok(); let bundler = std::env::var("BUNDLER")?; + let wallet_path = std::env::var("WALLET_PATH")?; + + // Wallet + let (kp, my_owner) = load_keypair_and_pubkey_from_json(&wallet_path)?; + println!("🔑 Owner: {my_owner}"); + diff --git a/src/utils.rs b/src/utils.rs index be2e580..61d621e 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,12 +1,53 @@ -use std::path::PathBuf; +use std::path::{Path, PathBuf}; +use std::fs as std_fs; use std::time::{SystemTime, UNIX_EPOCH}; +use std::convert::TryFrom; -use anyhow::Result; + +use anyhow::{anyhow, Context, Result}; use bs58; use tokio::fs; use yellowstone_grpc_proto::geyser::SubscribeUpdateTransaction; use yellowstone_grpc_proto::prost::Message; +use solana_sdk::pubkey::Pubkey; +use solana_sdk::signature::{Keypair, Signer}; + + +/// Carga un keypair desde un JSON (array de 64 u 32 enteros) y devuelve (Keypair, Pubkey). +/// - 64 bytes: clave secreta completa (secret + public) -> `Keypair::from_bytes`. +/// - 32 bytes: semilla ed25519 -> `Keypair::from_seed`. +pub fn load_keypair_and_pubkey_from_json>(path: P) -> Result<(Keypair, Pubkey)> { + let path_ref = path.as_ref(); + let data = std_fs::read_to_string(path_ref) + .with_context(|| format!("Leyendo wallet JSON: {}", path_ref.display()))?; + + // Parse JSON array of integers into Vec + let vec_bytes: Vec = serde_json::from_str(&data) + .with_context(|| "Parseando JSON de la wallet (se espera array de enteros)")?; + + let kp = match vec_bytes.len() { + 64 => { + // from_bytes returns Result + Keypair::try_from(&vec_bytes[..]) + .map_err(|e| anyhow!("Keypair::try_from falló (¿array de 64 bytes válido?): {e}"))? + } + 32 => { + let mut seed = [0u8; 32]; + seed.copy_from_slice(&vec_bytes); + // new_from_array exists in solana-keypair and constructs from a 32-byte secret + Keypair::new_from_array(seed) + } + n => { + return Err(anyhow!( + "Formato de wallet no soportado: se esperaban 64 o 32 bytes, recibidos {n}" + )) + } + }; + + let pubkey = kp.pubkey(); + Ok((kp, pubkey)) +} // Save file from tx received pub async fn save_tx_update(txu: &SubscribeUpdateTransaction) -> Result<(PathBuf, PathBuf)> {