Hey guys, still having problems with sending a message, someone know what's wrong:
stack: [ 231473000 45169000 C{3300EF3EB08F083D5B9F718A0CF96799CA29F2C61B7A35B337BDCB5610640849} CS{Cell{00b15800000000000000000000000000000000000000000000000000000000000000151500038bd1e8f0202f030c0ac7071b54d81779d667348522825b9735bcaf732490bfd00ac4e5a0061458600000000001ab3f02c7e13eaa40} bits: 705..705; refs: 0..0} 0 ]
code cell hash: 45EF8991371E74B0E233FA5A3992E2E78667234E05D4E78AA679044FA10F4A84 offset: 0
execute SETCP 0
stack: [ 231473000 45169000 C{3300EF3EB08F083D5B9F718A0CF96799CA29F2C61B7A35B337BDCB5610640849} CS{Cell{00b15800000000000000000000000000000000000000000000000000000000000000151500038bd1e8f0202f030c0ac7071b54d81779d667348522825b9735bcaf732490bfd00ac4e5a0061458600000000001ab3f02c7e13eaa40} bits: 705..705; refs: 0..0} 0 ]
code cell hash: 45EF8991371E74B0E233FA5A3992E2E78667234E05D4E78AA679044FA10F4A84 offset: 16
execute DICTPUSHCONST 19 (xC_,1)
stack: [ 231473000 45169000 C{3300EF3EB08F083D5B9F718A0CF96799CA29F2C61B7A35B337BDCB5610640849} CS{Cell{00b15800000000000000000000000000000000000000000000000000000000000000151500038bd1e8f0202f030c0ac7071b54d81779d667348522825b9735bcaf732490bfd00ac4e5a0061458600000000001ab3f02c7e13eaa40} bits: 705..705; refs: 0..0} 0 C{3C4792FB5344AB57046F55C4154A9A31A36D79BFFB8A04BA0238B5EECA4A1973} 19 ]
code cell hash: 45EF8991371E74B0E233FA5A3992E2E78667234E05D4E78AA679044FA10F4A84 offset: 40
execute DICTIGETJMPZ
stack: [ 231473000 45169000 C{3300EF3EB08F083D5B9F718A0CF96799CA29F2C61B7A35B337BDCB5610640849} CS{Cell{00b15800000000000000000000000000000000000000000000000000000000000000151500038bd1e8f0202f030c0ac7071b54d81779d667348522825b9735bcaf732490bfd00ac4e5a0061458600000000001ab3f02c7e13eaa40} bits: 705..705; refs: 0..0} ]
code cell hash: 492E36946E12BC94B00513E1F44A770F365076E1FFCF8ECF961BB7B80B961669 offset: 5
execute LDU 32
handling exception code 9: cell underflow
default exception handler, terminating vm with exit code 9
Feb 18, 2023, 9:55 AM
It occurs after executing SENDRAWMSG
Can't see where it's wrong
code cell hash: 492E36946E12BC94B00513E1F44A770F365076E1FFCF8ECF961BB7B80B961669 offset: 389
execute PUSHINT 64
stack: [ 236304000 50000000 C{EAA0C580BC9D675095286A5A69FC2C34B3C22F5095F3F0BDCBA982624BD6291E} C{6F2B2A989C02B2F01CACFFECE0181576301A6F3E76D5893CC9DFA24C71598A55} 64 ]
code cell hash: 492E36946E12BC94B00513E1F44A770F365076E1FFCF8ECF961BB7B80B961669 offset: 405
execute SENDRAWMSG
installing an output action
stack: [ 236304000 50000000 C{EAA0C580BC9D675095286A5A69FC2C34B3C22F5095F3F0BDCBA982624BD6291E} ]
execute implicit RET
execute PUSHINT 64
stack: [ 236304000 50000000 C{EAA0C580BC9D675095286A5A69FC2C34B3C22F5095F3F0BDCBA982624BD6291E} C{6F2B2A989C02B2F01CACFFECE0181576301A6F3E76D5893CC9DFA24C71598A55} 64 ]
code cell hash: 492E36946E12BC94B00513E1F44A770F365076E1FFCF8ECF961BB7B80B961669 offset: 405
execute SENDRAWMSG
installing an output action
stack: [ 236304000 50000000 C{EAA0C580BC9D675095286A5A69FC2C34B3C22F5095F3F0BDCBA982624BD6291E} ]
execute implicit RET
Ah, alright, the bounced message was causing this, disabled bounce and it works
What you guys think on my solution to func-contest3 task 1? Any recommendations, etc?
https://github.com/yuriarthf/func-contest3/blob/main/contracts/task_1.fc
https://github.com/yuriarthf/func-contest3/blob/main/contracts/task_1.fc
Feb 18, 2023, 11:07 AM