return ( <button onClick={() => { Near.call([ { contractName: "near-toronto.sputnik-dao.near", methodName: "add_proposal", args: { proposal: { description: "Convert to CAD$$$$", kind: { Transfer: { token_id: "17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1", receiver_id: "near-toronto.near", amount: "500000000", }, }, }, }, // deposit: 1, yocto deposit: Big(10).pow(24), // 0.1 NEAR // gas: Big(10).pow(12).mul(50), }, ]); }} > Add proposal </button> );