UNPKG

@flarenetwork/flare-periphery-contract-artifacts

Version:

Smart contract artifacts for all Flare chains

61 lines (60 loc) 1.09 kB
[ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "assetManager", "type": "address" } ], "name": "AssetManagerAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "assetManager", "type": "address" } ], "name": "AssetManagerRemoved", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "_assetManager", "type": "address" } ], "name": "assetManagerExists", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getAssetManagers", "outputs": [ { "internalType": "contract IAssetManager[]", "name": "", "type": "address[]" } ], "stateMutability": "view", "type": "function" } ]