UNPKG

@mantleio/contracts

Version:
76 lines (75 loc) 1.76 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IDelegationTerms", "sourceName": "contracts/libraries/eigenda/interfaces/IDelegationTerms.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "delegator", "type": "address" }, { "internalType": "contract IInvestmentStrategy[]", "name": "investorStrats", "type": "address[]" }, { "internalType": "uint256[]", "name": "investorShares", "type": "uint256[]" } ], "name": "onDelegationReceived", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "delegator", "type": "address" }, { "internalType": "contract IInvestmentStrategy[]", "name": "investorStrats", "type": "address[]" }, { "internalType": "uint256[]", "name": "investorShares", "type": "uint256[]" } ], "name": "onDelegationWithdrawn", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "contract IERC20", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "payForService", "outputs": [], "stateMutability": "payable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }