MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
[
"autonomous agent",
{
"base_aa": "
DYZOJKX4MJOQRAUPX7K6WCEV5STMKOHI",
"params": {
"x_asset": "base",
"y_asset": "qJoRaemF/fTzn+f618vpvEl14oJ1GmqNnpGod9WH0Fk=",
"swap_fee": 0.001,
"exit_fee": 0.01,
"arb_profit_tax": 0.9,
"leverage_profit_tax": 0.25,
"leverage_token_tax": 0.1,
"base_interest_rate": 0.1,
"pool_leverage": 10,
"alpha": 0.5,
"period_length": 3600
}
}
]
- MCI: 10915623
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"event": {
"arb_profit_tax": 7062236.76686096,
"direction": "y2x",
"in": 198000,
"out": 108977094,
"swap_fee": 116155.487142591,
"total_fee": 7178393.14259055,
"type": "swap"
}
}
}
- MCI: 10748053
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"event": {
"arb_profit_tax": 128489.490606198,
"direction": "y2x",
"in": 30472,
"out": 18927044,
"swap_fee": 19074.608184907,
"total_fee": 147564.184907005,
"type": "swap"
}
}
}
- MCI: 10695929
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"event": {
"arb_profit_tax": 204397112.176189,
"direction": "y2x",
"in": 786036,
"out": 490436543,
"swap_fee": 695529.184632054,
"total_fee": 205092641.632054,
"type": "swap"
}
}
}
- MCI: 10622163
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"event": {
"arb_profit_tax": 46544.2888558209,
"direction": "y2x",
"in": 19028,
"out": 19819930,
"swap_fee": 19886.361602266,
"total_fee": 66431.6022659869,
"type": "swap"
}
}
}
- MCI: 10580519
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"event": {
"arb_profit_tax": 1217523.69777038,
"direction": "y2x",
"in": 99000,
"out": 103763364,
"swap_fee": 105085.973881632,
"total_fee": 1322609.88163201,
"type": "swap"
}
}
}
- MCI: 10562974
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"event": {
"shares": 4165698,
"type": "remove",
"x": 68564295,
"x_fee": 692568.637214612,
"y": 248976,
"y_fee": 2514.91223431526
}
}
}
- MCI: 10560993
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"event": {
"shares": 4165698,
"type": "add",
"x": 611778999,
"y": 0
}
}
}
- MCI: 10546431
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"event": {
"arb_profit_tax": 45725232.4077606,
"direction": "y2x",
"in": 396000,
"out": 429255394,
"swap_fee": 475456.082924301,
"total_fee": 46200688.9243009,
"type": "swap"
}
}
}
- MCI: 10546410
- Bounced
- Response unit:
- Response: {
"error": "formula
require(!($x_in AND $y_in), "received both assets");
if ($y_in){
$received_amount_Y = $received_amount_y;
$in_asset = $y_asset;
$out_asset = $x_asset;
$delta_Yn = trigger.data.delta_yn;
}
else{ // x <-> y swap their roles. Uppercase X, Y, and P refer to invertable values
$received_amount_Y = $received_amount_x;
$in_asset = $x_asset;
$out_asset = $y_asset;
$delta_Yn = trigger.data.delta_xn;
}
$res = ($final_price ? $pool_lib_by_price : $pool_lib)#6.$swap($balances, $l_balances, $profits, $recent, $x0, $y0, $y_in, $final_price ? 0 : $delta_Yn, $final_price, $received_amount_Y, trigger.data.min_amount_out, trigger.initial_address, $pool_props);
// further hops
$hops = trigger.data.hops;
$address = $hops[0].address OTHERWISE trigger.address;
$change_address = $hops[0].change_address OTHERWISE $address;
if ($hops){
$data_for_next_hop = $hops[0].data;
delete($hops, 0); // remove the head hop
if ($data_for_next_hop OR length($hops)){
$forwarded_data = $data_for_next_hop OTHERWISE {};
if (length($hops))
$forwarded_data.hops = $hops;
}
}
failed: fully leveraged: negative final_Y=-1724373.96111483"
}
- MCI: 10546406
- Bounced
- Response unit:
- Response: {
"error": "formula
require(!($x_in AND $y_in), "received both assets");
if ($y_in){
$received_amount_Y = $received_amount_y;
$in_asset = $y_asset;
$out_asset = $x_asset;
$delta_Yn = trigger.data.delta_yn;
}
else{ // x <-> y swap their roles. Uppercase X, Y, and P refer to invertable values
$received_amount_Y = $received_amount_x;
$in_asset = $x_asset;
$out_asset = $y_asset;
$delta_Yn = trigger.data.delta_xn;
}
$res = ($final_price ? $pool_lib_by_price : $pool_lib)#6.$swap($balances, $l_balances, $profits, $recent, $x0, $y0, $y_in, $final_price ? 0 : $delta_Yn, $final_price, $received_amount_Y, trigger.data.min_amount_out, trigger.initial_address, $pool_props);
// further hops
$hops = trigger.data.hops;
$address = $hops[0].address OTHERWISE trigger.address;
$change_address = $hops[0].change_address OTHERWISE $address;
if ($hops){
$data_for_next_hop = $hops[0].data;
delete($hops, 0); // remove the head hop
if ($data_for_next_hop OR length($hops)){
$forwarded_data = $data_for_next_hop OTHERWISE {};
if (length($hops))
$forwarded_data.hops = $hops;
}
}
failed: fully leveraged: negative final_Y=-1724373.96111483"
}
Show transactions in assets:
No transactions found, it may be worth changing the filter
Unit ID
Date
From
Direction
To
Amount
15.10.2024 07:19:33
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
out
15.10.2024 07:19:33
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
out
15.10.2024 07:19:33
in
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
15.10.2024 07:19:33
in
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
21.07.2024 03:12:21
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
out
21.07.2024 03:12:21
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
out
21.07.2024 03:12:21
in
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
21.07.2024 03:12:21
in
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
26.06.2024 18:39:09
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
out
26.06.2024 18:39:09
MOLQNTUGJ2PJYIQVJJLZ2RAOA5RNPAXR
out