Skip to content

Commit

Permalink
Merge pull request #168 from Augmint/staging
Browse files Browse the repository at this point in the history
merge staging to master (1.0 release)
  • Loading branch information
treerz authored Jan 3, 2019
2 parents d78a78b + a89a1d1 commit 97d6e6f
Show file tree
Hide file tree
Showing 156 changed files with 7,209 additions and 5,390 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.9.4
v8.14.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
{
"contractName": "AugmintReserves",
"abiHash": "024b81d1a1f75241167a8a0f6e62326f",
"generatedAt": "2018-10-18T13:35:02.346Z",
"abi": [
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
},
{
"name": "",
"type": "bytes32"
}
],
"name": "permissions",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "agent",
"type": "address"
},
{
"name": "requiredPermission",
"type": "bytes32"
}
],
"name": "revokePermission",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "agent",
"type": "address"
},
{
"name": "requiredPermissions",
"type": "bytes32[]"
}
],
"name": "revokeMultiplePermissions",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "agent",
"type": "address"
},
{
"name": "requiredPermissions",
"type": "bytes32[]"
}
],
"name": "grantMultiplePermissions",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "agent",
"type": "address"
},
{
"name": "requiredPermission",
"type": "bytes32"
}
],
"name": "grantPermission",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "permissionGranterContract",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "to",
"type": "address"
},
{
"indexed": false,
"name": "weiAmount",
"type": "uint256"
}
],
"name": "ReserveMigration",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "agent",
"type": "address"
},
{
"indexed": false,
"name": "grantedPermission",
"type": "bytes32"
}
],
"name": "PermissionGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "agent",
"type": "address"
},
{
"indexed": false,
"name": "revokedPermission",
"type": "bytes32"
}
],
"name": "PermissionRevoked",
"type": "event"
},
{
"constant": false,
"inputs": [
{
"name": "augmintToken",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "burn",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "to",
"type": "address"
},
{
"name": "weiAmount",
"type": "uint256"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
}
Loading

0 comments on commit 97d6e6f

Please sign in to comment.