Commit 0d016ad3 authored by duanjinfei's avatar duanjinfei

redeploy contract

parent 8cffc4e7
...@@ -12,6 +12,6 @@ const ( ...@@ -12,6 +12,6 @@ const (
// VmCreateContract 虚拟机创建合约 // VmCreateContract 虚拟机创建合约
const ( const (
VmContract = "0x3354D08f158d2BEFA7071F459A0a4ca2Ef797974" VmContract = "0x16bAf274413752C696fddDbeF9A08BCa1D01A230"
VmCreateContract = "0xEE436a4C761f79d42154a4e526019063d3a7da41" VmCreateContract = "0xd1534273B46261a2C38d210b21Ed0C80C89b2445"
) )
...@@ -271,6 +271,25 @@ ...@@ -271,6 +271,25 @@
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
}, },
{
"inputs": [
{
"internalType": "string",
"name": "taskId",
"type": "string"
}
],
"name": "getTaskTimestamp",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{ {
"inputs": [ "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