Chain: testnet
Contract address: CB2VTLHEUM4YTSILPJ3S4KKPF7DCL75TWWAYDYEPQMLVUFW4IPJVIZ5X
WASM hash: 4026b2c84d054670aa367aa7c057e591ccb2842117e94b9641eaae11b7af3699
Tx: https://stellar.expert/explorer/testnet/tx/893331722735616
Code:
let state = get_state(e);
let salt = BytesN::from_array(e, &e.prng().gen());
let constructor_args: Vec<Val> = (
token.clone(),
merkle_root.clone(),
caller.clone(),
vesting_list_hash,
).into_val(e);
let vesting_address = e
.deployer()
.with_address(e.current_contract_address(), salt)
.deploy_v2(state.wasm_hash, constructor_args);