Commit 0d016ad3 authored by duanjinfei's avatar duanjinfei

redeploy contract

parent 8cffc4e7
......@@ -12,6 +12,6 @@ const (
// VmCreateContract 虚拟机创建合约
const (
VmContract = "0x3354D08f158d2BEFA7071F459A0a4ca2Ef797974"
VmCreateContract = "0xEE436a4C761f79d42154a4e526019063d3a7da41"
VmContract = "0x16bAf274413752C696fddDbeF9A08BCa1D01A230"
VmCreateContract = "0xd1534273B46261a2C38d210b21Ed0C80C89b2445"
)
......@@ -271,6 +271,25 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "taskId",
"type": "string"
}
],
"name": "getTaskTimestamp",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment