Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 3.12 KB

any-nft-is-minted.md

File metadata and controls

58 lines (52 loc) · 3.12 KB

Any NFT Is Minted

Description

Get a QuickAlert anytime a new ERC721 or ERC1155 NFT is minted.

Blockchain & Network

All Blockchains and networks

Expression Values

  • 0x0000000000000000000000000000000000000000000000000000000000000000 is the mint address
  • 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef Topic hash of Transfer event
  • 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62 Topic hash of TransferSingle event
  • 0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb Topic hash of TransferBatch event

Expression

((tx_logs_topic0 == '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef' && tx_logs_topic1 == '0x0000000000000000000000000000000000000000000000000000000000000000' && tx_logs_topic3_int > 0)||(tx_logs_topic0 == '0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62' && tx_logs_topic2 == '0x0000000000000000000000000000000000000000000000000000000000000000')||(tx_logs_topic0 == '0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb' && tx_logs_topic2 == '0x0000000000000000000000000000000000000000000000000000000000000000'))

Expected Result

[
  {
    "blockHash": "0x415b43674eef66c77f0884a7daec0bd02ded3de3c8cf786ca5891daaf21c6114",
    "blockNumber": "0x257974b",
    "contractAddress": "",
    "cumulativeGasUsed": "0x971a",
    "effectiveGasPrice": "0xa2fb405800",
    "from": "0x61a26b2e23c5882a489eda2cbd51995b9d1c4b5a",
    "gasUsed": "0x971a",
    "logs": [
      {
        "address": "0x83ebf1c9bbe8b9f824264a87efeb891be6454efb",
        "blockHash": "0x415b43674eef66c77f0884a7daec0bd02ded3de3c8cf786ca5891daaf21c6114",
        "blockNumber": "0x257974b",
        "data": "0x00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001",
        "logIndex": "0x0",
        "removed": false,
        "topics": [
          "0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62",
          "0x00000000000000000000000061a26b2e23c5882a489eda2cbd51995b9d1c4b5a",
          "0x0000000000000000000000000000000000000000000000000000000000000000",
          "0x000000000000000000000000c381d4c9fb90490c03bd7303cbc8efc732abd71b"
        ],
        "transactionHash": "0x479752e3ada6d570aa29441e5ce0d7891c1c43a4f4334d2279d9398efed0732d",
        "transactionIndex": "0x0"
      }
    ],
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000008000000000408000000000002000004000000000000000000000000000800000040000400000000100004000000000000000020000000000100000000800000000000000000080000000000000000000000000000000000000000000000000000000002000000000000400000000200000000000000200000000000000000000000000000000000000000000004000000000010000000001000000000000000000000008000000100000000020000000000000000000000000000000000000000000000000000000080000100000",
    "status": "0x1",
    "to": "0x83ebf1c9bbe8b9f824264a87efeb891be6454efb",
    "transactionHash": "0x479752e3ada6d570aa29441e5ce0d7891c1c43a4f4334d2279d9398efed0732d",
    "transactionIndex": "0x0",
    "type": "0x0"
  }
]