Replicate transaction using SUI client

need to make a replication of this transaction using SUI client , can some please help me? Transaction block: AN2kVN31XbVv4ApxnRe9mTT5UALiSTcEMcoyPeUrVVyp

i tried this way, but seems something is wrong.

sui client split-coin --coin-id 0x011d6e63bc615c1c1373b....5260864312fd7c9574bdaaa1
ecc8b --amounts 1000000000

And after recieving the new object,

sui client call --package 0xfa9302fe83a1b717293ca0d4f80a9195e66ac3d401977df5b16f1aae00232ab9 ^
--module move_pump --function buy ^
--type-args 0xd177f070ac9dc7ca9cf13107ff9bebc74b4606ab75dde706e9a6bfa78377de23::nsell::NSELL ^
--args 0xd746495d04a6119987c2b9334c5fefd7d8cff52a8a02a3ea4e3995b9a041ace4 ^
0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92 ^
5483772406238 ^
0x0000000000000000000000000000000000000000000000000000000000000006 ^
--gas RECIEVED_OBJECT --gas-budget 1000000000
1 Like

Based on the digest you provided, the buy function expects five args. It seems that your Sui client call is passing only four and is missing the SUI Coin for arg1.