博文

目前显示的是标签为“LGNS”的博文

LGNS链上解除质押教程

1):打开合约网址并连接到小狐狸钱包: https://tool.chainservice.org/ (2):复制下方合约代码到Paste ABI JSON here文本框中: [ { "inputs": [ { "internalType": "address", "name": "_OHM", "type": "address" }, { "internalType": "address", "name": "_sOHM", "type": "address" }, { "internalType": "uint256", "name": "_epochLength", "type": "uint256" }, { "internalType": "uint256", "name": "_firstEpochNumber", "type": "uint256" }, { "internalType": "uint256", "name": "_firstEpochBlock", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, ...