B3NEKBGWQONBAT2PGAFEFXWJB56XHUVV
[
"autonomous agent",
{
"bounce_fees": {
"base": 10000
},
"init": "{
$owner = params.address;
}",
"messages": {
"cases": [
{
"if": "{trigger.data.get_owner}",
"messages": [
{
"app": "state",
"state": "{
response['owner'] = $owner;
}"
}
]
},
{
"if": "{trigger.data.save_post AND trigger.data.post}",
"init": "{
$index = var['index'] OTHERWISE 1;
}",
"messages": [
{
"app": "state",
"state": "{
var['post_' || $index] = {
p: trigger.data.post,
t: timestamp,
l: {},
};
var['index'] = $index + 1;
response['status'] = 'ok';
}"
}
]
},
{
"if": "{trigger.data.like AND trigger.data.index}",
"init": "{
$post = var['post_' || trigger.data.index];
if (!$post) {
bounce("post not found");
}
}",
"messages": [
{
"app": "state",
"state": "{
$post['l'][trigger.address] = 1;
response['status'] = 'ok';
}"
}
]
}
]
}
}
]
- MCI: 2748183
- Not bounced
- Response: {
"responseVars": {
"status": "ok"
},
"info": "no messages after filtering"
}
- MCI: 2748159
- Not bounced
- Response: {
"responseVars": {
"status": "ok"
},
"info": "no messages after filtering"
}
Show transactions in assets:
No transactions found, it may be worth changing the filter
Unit ID
Date
From
Direction
To
Amount
01.07.2022 15:00:05
in
B3NEKBGWQONBAT2PGAFEFXWJB56XHUVV
01.07.2022 14:56:23
in
B3NEKBGWQONBAT2PGAFEFXWJB56XHUVV