@augumented-finance/protocol-v1
Version:
Augmented Protocol smart contracts
166 lines (165 loc) • 3.05 kB
JSON
[
{
"inputs": [
{
"internalType": "contract IManagedRewardPool",
"name": "",
"type": "address"
}
],
"name": "admin_addRewardPool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IManagedRewardPool",
"name": "",
"type": "address"
}
],
"name": "admin_removeRewardPool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IRewardMinter",
"name": "",
"type": "address"
}
],
"name": "admin_setRewardMinter",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "holder",
"type": "address"
},
{
"internalType": "uint256",
"name": "allocated",
"type": "uint256"
},
{
"internalType": "uint32",
"name": "sinceBlock",
"type": "uint32"
},
{
"internalType": "enum AllocationMode",
"name": "mode",
"type": "uint8"
}
],
"name": "allocatedByPool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "isConfigurator",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "isEmergencyAdmin",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "isPaused",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "isRateController",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bool",
"name": "paused",
"type": "bool"
}
],
"name": "setPaused",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "baseline",
"type": "uint256"
}
],
"name": "updateBaseline",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]