Skip to content

Commit

Permalink
feat: create ethers6 types and factories for v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexishecf committed Dec 11, 2024
1 parent 605d7cd commit 82d3d29
Show file tree
Hide file tree
Showing 84 changed files with 20,918 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
242 changes: 242 additions & 0 deletions abi/json/V1_6/Aria.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,242 @@
[
{
"constant": true,
"inputs": [
{
"name": "_interfaceID",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "name",
"outputs": [
{
"name": "_name",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_spender",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "approve",
"outputs": [
{
"name": "_success",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "totalSupply",
"outputs": [
{
"name": "_totalSupply",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_from",
"type": "address"
},
{
"name": "_to",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"name": "_success",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "decimals",
"outputs": [
{
"name": "_decimals",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_owner",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"name": "_balance",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "symbol",
"outputs": [
{
"name": "_symbol",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_to",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"name": "_success",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_owner",
"type": "address"
},
{
"name": "_spender",
"type": "address"
}
],
"name": "allowance",
"outputs": [
{
"name": "_remaining",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "_from",
"type": "address"
},
{
"indexed": true,
"name": "_to",
"type": "address"
},
{
"indexed": false,
"name": "_value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "_owner",
"type": "address"
},
{
"indexed": true,
"name": "_spender",
"type": "address"
},
{
"indexed": false,
"name": "_value",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
}
]
1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeCreditHistory.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeEvent.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeIdentity.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeIssuerProxy.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeLost.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeMessage.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeRewardsHistory.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeSmartAsset.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeSmartAssetUpdate.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeStore.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions abi/json/V1_6/ArianeeWhitelist.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 82d3d29

Please sign in to comment.