{
	"ABI version": 2,
	"header": ["time", "expire"],
	"functions": [
		{
			"name": "setContract",
			"inputs": [
				{"name":"_contract","type":"cell"}
			],
			"outputs": [
			]
		},
		{
			"name": "deploy",
			"inputs": [
				{"name":"pubkey","type":"uint256"},
				{"name":"gram_amount","type":"uint128"},
				{"name":"constructor_id","type":"uint32"},
				{"name":"constructor_param0","type":"uint32"},
				{"name":"constructor_param1","type":"uint256"}
			],
			"outputs": [
				{"name":"value0","type":"address"}
			]
		},
		{
			"name": "setCode",
			"inputs": [
				{"name":"_code","type":"cell"}
			],
			"outputs": [
			]
		},
		{
			"name": "deploy2",
			"inputs": [
				{"name":"data","type":"cell"},
				{"name":"gram_amount","type":"uint128"},
				{"name":"constructor_id","type":"uint32"},
				{"name":"constructor_param0","type":"uint32"},
				{"name":"constructor_param1","type":"uint256"}
			],
			"outputs": [
				{"name":"value0","type":"address"}
			]
		},
		{
			"name": "deploy3",
			"inputs": [
				{"name":"contr","type":"cell"},
				{"name":"addr","type":"address"},
				{"name":"gram_amount","type":"uint128"},
				{"name":"payload","type":"cell"}
			],
			"outputs": [
				{"name":"value0","type":"address"}
			]
		},
		{
			"name": "sendAllMoney",
			"inputs": [
				{"name":"dest_addr","type":"address"}
			],
			"outputs": [
			]
		},
		{
			"name": "constructor",
			"inputs": [
			],
			"outputs": [
			]
		}
	],
	"data": [
	],
	"events": [
	]
}
