Skip to content

Commit

Permalink
chore: bc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mguleryuz committed Jul 5, 2024
1 parent 19a011f commit faefd39
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8649,6 +8649,7 @@ export const data = [
internalType: 'uint256',
name: '_0',
type: 'uint256',
tags: ['decimals'],
description: 'uint The static price for buying the issuance token',
},
],
Expand All @@ -8665,6 +8666,7 @@ export const data = [
internalType: 'uint256',
name: '_0',
type: 'uint256',
tags: ['decimals:contract:indirect:getIssuanceToken'],
description: 'uint The static price for selling the issuance token',
},
],
Expand Down Expand Up @@ -8848,7 +8850,14 @@ export const data = [
{
inputs: [],
name: 'projectCollateralFeeCollected',
outputs: [{ internalType: 'uint256', name: '_0', type: 'uint256' }],
outputs: [
{
internalType: 'uint256',
name: '_0',
type: 'uint256',
tags: ['decimals'],
},
],
stateMutability: 'view',
type: 'function',
description:
Expand Down Expand Up @@ -11149,6 +11158,7 @@ export const data = [
internalType: 'uint256',
name: '_0',
type: 'uint256',
tags: ['decimals'],
description: 'uint The static price for buying the issuance token',
},
],
Expand All @@ -11165,6 +11175,7 @@ export const data = [
internalType: 'uint256',
name: '_0',
type: 'uint256',
tags: ['decimals:contract:indirect:getIssuanceToken'],
description: 'uint The static price for selling the issuance token',
},
],
Expand Down Expand Up @@ -11359,7 +11370,14 @@ export const data = [
{
inputs: [],
name: 'projectCollateralFeeCollected',
outputs: [{ internalType: 'uint256', name: '_0', type: 'uint256' }],
outputs: [
{
internalType: 'uint256',
name: '_0',
type: 'uint256',
tags: ['decimals'],
},
],
stateMutability: 'view',
type: 'function',
description:
Expand Down

0 comments on commit faefd39

Please sign in to comment.