Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SonYoungsung committed Feb 21, 2024
1 parent cf90415 commit 4af67fb
Show file tree
Hide file tree
Showing 37 changed files with 973 additions and 21,511 deletions.
524 changes: 480 additions & 44 deletions contracts/abis.ts

Large diffs are not rendered by default.

262 changes: 240 additions & 22 deletions contracts/data/tonstarter/abi/L2ProjectManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,48 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "l2Token",
"type": "address"
},
{
"internalType": "string[]",
"name": "scheduleVaultNames",
"type": "string[]"
}
],
"name": "availableClaimAll",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "l2Token",
"type": "address"
},
{
"internalType": "string[]",
"name": "scheduleVaultNames",
"type": "string[]"
}
],
"name": "claimAll",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -372,11 +414,6 @@
"internalType": "uint256",
"name": "end2roundTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "claimCounts",
"type": "uint256"
}
],
"internalType": "struct LibProject.InitalParameterPublicSaleVault",
Expand All @@ -386,19 +423,76 @@
{
"components": [
{
"internalType": "uint256[]",
"name": "claimTimes",
"type": "uint256[]"
"internalType": "uint256",
"name": "claimCounts",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "firstClaimPercent",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "firstClaimTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "secondClaimTime",
"type": "uint256"
},
{
"internalType": "uint256[]",
"name": "claimPercents",
"type": "uint256[]"
"internalType": "uint256",
"name": "roundInterval",
"type": "uint256"
}
],
"internalType": "struct LibProject.InitalParameterPublicSaleClaim",
"name": "claimParams",
"type": "tuple"
},
{
"components": [
{
"internalType": "address",
"name": "receiveAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "totalClaimCount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "firstClaimPercent",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "firstClaimTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "secondClaimTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "roundIntervalTime",
"type": "uint256"
},
{
"internalType": "uint24",
"name": "fee",
"type": "uint24"
}
],
"internalType": "struct LibProject.InitalParameterVestingFundVault",
"name": "vestingParams",
"type": "tuple"
}
],
"internalType": "struct LibProject.InitalParameterPublicSale",
Expand Down Expand Up @@ -887,11 +981,6 @@
"internalType": "uint256",
"name": "end2roundTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "claimCounts",
"type": "uint256"
}
],
"internalType": "struct LibProject.InitalParameterPublicSaleVault",
Expand All @@ -901,19 +990,76 @@
{
"components": [
{
"internalType": "uint256[]",
"name": "claimTimes",
"type": "uint256[]"
"internalType": "uint256",
"name": "claimCounts",
"type": "uint256"
},
{
"internalType": "uint256[]",
"name": "claimPercents",
"type": "uint256[]"
"internalType": "uint256",
"name": "firstClaimPercent",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "firstClaimTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "secondClaimTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "roundInterval",
"type": "uint256"
}
],
"internalType": "struct LibProject.InitalParameterPublicSaleClaim",
"name": "claimParams",
"type": "tuple"
},
{
"components": [
{
"internalType": "address",
"name": "receiveAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "totalClaimCount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "firstClaimPercent",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "firstClaimTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "secondClaimTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "roundIntervalTime",
"type": "uint256"
},
{
"internalType": "uint24",
"name": "fee",
"type": "uint24"
}
],
"internalType": "struct LibProject.InitalParameterVestingFundVault",
"name": "vestingParams",
"type": "tuple"
}
],
"internalType": "struct LibProject.InitalParameterPublicSale",
Expand Down Expand Up @@ -1441,6 +1587,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "poolFee",
"outputs": [
{
"internalType": "uint24",
"name": "",
"type": "uint24"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1606,6 +1765,39 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_l2TokenFactory",
"type": "address"
},
{
"internalType": "address",
"name": "_l2CrossDomainMessenger",
"type": "address"
},
{
"internalType": "address",
"name": "_l2Wton",
"type": "address"
},
{
"internalType": "address",
"name": "_l2tos",
"type": "address"
},
{
"internalType": "uint24",
"name": "_poolFee",
"type": "uint24"
}
],
"name": "setL2Addresses",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1726,6 +1918,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "tos",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "tosAirdropVault",
Expand Down Expand Up @@ -1797,5 +2002,18 @@
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "wton",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
Loading

0 comments on commit 4af67fb

Please sign in to comment.