Skip to content

Commit

Permalink
fixed versioning and entities
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarx committed Dec 17, 2020
1 parent ef231a3 commit d8c9763
Show file tree
Hide file tree
Showing 8 changed files with 871 additions and 27 deletions.
85 changes: 84 additions & 1 deletion build/contracts/DXTokenRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -18758,10 +18758,93 @@
"links": {},
"address": "0x9731474722F7984Ffa850352C638053a4Ada480F",
"transactionHash": "0x6ed008ef0ff042d1396bd2cab6814b1c0660e31e5a0c909e79eb94812557cb2d"
},
"1608215287676": {
"events": {
"0xa35fec3c33a3546583876608bc467b00398be7ad08a751bff377f3636e1d45b8": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "listId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "string",
"name": "listName",
"type": "string"
}
],
"name": "AddList",
"type": "event"
},
"0x374195d639167721eee596157426d922ffedad376d1ec774751088e8de1dcd0d": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "listId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "AddToken",
"type": "event"
},
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
"0xcadf6fd3968e653eef0f298763a80925d054059a599c46fadf9d319d9653bd86": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "listId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "RemoveToken",
"type": "event"
}
},
"links": {},
"address": "0x8396fb02Ca23e223443d72384DD740f09bBb8135",
"transactionHash": "0x9029d3baefd1fd8db7b1ef2dae156d82021703df635e9f32449834462819ebad"
}
},
"schemaVersion": "3.2.2",
"updatedAt": "2020-12-07T14:18:21.092Z",
"updatedAt": "2020-12-17T14:28:50.374Z",
"networkType": "ethereum",
"devdoc": {
"methods": {
Expand Down
Loading

0 comments on commit d8c9763

Please sign in to comment.