@augmentedfinance/protocol-v1
Version:
Augmented Protocol smart contracts
82 lines (81 loc) • 1.48 kB
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "holder",
"type": "address"
},
{
"internalType": "uint256",
"name": "allocated",
"type": "uint256"
},
{
"internalType": "uint32",
"name": "since",
"type": "uint32"
},
{
"internalType": "enum AllocationMode",
"name": "mode",
"type": "uint8"
}
],
"name": "allocatedByPool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getAccessController",
"outputs": [
{
"internalType": "contract IMarketAccessController",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "isConfigAdmin",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "isRateAdmin",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]