@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
198 lines (197 loc) • 3.92 kB
JSON
[
{
"inputs": [],
"name": "getCoreVaultDonationTag",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoreVaultManager",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoreVaultMinimumAmountLeftBIPS",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoreVaultMinimumRedeemLots",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoreVaultNativeAddress",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoreVaultRedemptionFeeBIPS",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoreVaultTransferDefaultPenaltyBIPS",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoreVaultTransferTimeExtensionSeconds",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_coreVaultManager",
"type": "address"
}
],
"name": "setCoreVaultManager",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_minimumAmountLeftBIPS",
"type": "uint256"
}
],
"name": "setCoreVaultMinimumAmountLeftBIPS",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_minimumRedeemLots",
"type": "uint256"
}
],
"name": "setCoreVaultMinimumRedeemLots",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address payable",
"name": "_nativeAddress",
"type": "address"
}
],
"name": "setCoreVaultNativeAddress",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_redemptionFeeBIPS",
"type": "uint256"
}
],
"name": "setCoreVaultRedemptionFeeBIPS",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_transferDefaultPenaltyBIPS",
"type": "uint256"
}
],
"name": "setCoreVaultTransferDefaultPenaltyBIPS",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_transferTimeExtensionSeconds",
"type": "uint256"
}
],
"name": "setCoreVaultTransferTimeExtensionSeconds",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]