Skip to content

Commit

Permalink
updated TokenSale contract abi
Browse files Browse the repository at this point in the history
  • Loading branch information
kevandee committed Mar 5, 2024
1 parent 1ba0e39 commit e3dabda
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions DaoPools/abis/TokenSale.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "bytes32[]",
"name": "proof",
"type": "bytes32[]"
}
],
"name": "buy",
Expand Down Expand Up @@ -606,6 +611,11 @@
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "bytes32[]",
"name": "proof",
"type": "bytes32[]"
}
],
"name": "getSaleTokenAmount",
Expand Down Expand Up @@ -787,6 +797,23 @@
"internalType": "struct ITokenSaleProposal.TierInfo",
"name": "tierInfo",
"type": "tuple"
},
{
"components": [
{
"internalType": "bytes32",
"name": "merkleRoot",
"type": "bytes32"
},
{
"internalType": "string",
"name": "merkleUri",
"type": "string"
}
],
"internalType": "struct ITokenSaleProposal.TierAdditionalInfo",
"name": "tierAdditionalInfo",
"type": "tuple"
}
],
"internalType": "struct ITokenSaleProposal.TierView[]",
Expand All @@ -808,6 +835,11 @@
"internalType": "uint256[]",
"name": "tierIds",
"type": "uint256[]"
},
{
"internalType": "bytes32[][]",
"name": "proofs",
"type": "bytes32[][]"
}
],
"name": "getUserViews",
Expand Down

0 comments on commit e3dabda

Please sign in to comment.