[
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "id",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "address",
        "name": "asset",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "address",
        "name": "instance",
        "type": "address"
      }
    ],
    "name": "LockdropCreated",
    "type": "event"
  },
  {
    "inputs": [],
    "name": "CREATE_ROLE",
    "outputs": [
      {
        "internalType": "bytes32",
        "name": "",
        "type": "bytes32"
      }
    ],
    "stateMutability": "pure",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "asset",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "withdrawTo",
        "type": "address"
      },
      {
        "components": [
          {
            "internalType": "uint48",
            "name": "startDate",
            "type": "uint48"
          },
          {
            "internalType": "uint48",
            "name": "removeDelegationEnd",
            "type": "uint48"
          },
          {
            "internalType": "uint48",
            "name": "endDate",
            "type": "uint48"
          }
        ],
        "internalType": "struct ILockdrop.DateConfig",
        "name": "dateConfig",
        "type": "tuple"
      }
    ],
    "name": "create",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  }
]