Skip to content

Instantly share code, notes, and snippets.

@adamwhitakerwilson
Last active February 13, 2021 23:21
Show Gist options
  • Save adamwhitakerwilson/cd72eb87ee1a2742461aba5e412c0ce2 to your computer and use it in GitHub Desktop.
Save adamwhitakerwilson/cd72eb87ee1a2742461aba5e412c0ce2 to your computer and use it in GitHub Desktop.
Getting token transfers associated with a D2 and a specific D1
// Now assume we have all D1s from D2s, we can gather every transfer event by using the Get ERC20 token transfers endpoint.
// By passing a D2 address into the 'address' parameter and a D1 address into the 'contract_address' parameter, we can
// get decoded token transfer events associated between these two contracts. Notice that the quotes are null, this is
// because we do not have historical or spot prices for the pool. For now these quotes will have to be calculated manually.
// At the moment I'm not sure where this quote rate would come from (maybe open sea?).
// We do have the deltas though.
// https://api.covalenthq.com/v1/1/address/0x04df4fbb6a003d1db3dd83d6d3b9951455837fff/transfers_v2/?contract-address=0x27ffed7e5926fb2795fc85aaab558243f280a8a2"
{
"data": {
"address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"updated_at": "2021-02-13T22:49:33.619917994Z",
"next_update_at": "2021-02-13T22:54:33.619921304Z",
"quote_currency": "USD",
"chain_id": 1,
"items": [
{
"block_signed_at": "2021-02-13T22:25:17Z",
"tx_hash": "0xbeb8ed5200de90ca6695c69545e32044103fe617045b6459f2fa1b5e25509578",
"tx_offset": 228,
"successful": true,
"from_address": "0xc35a5fec6be6957899e15559be252db882220b37",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "3415767870000000000",
"value_quote": null,
"gas_offered": 603294,
"gas_spent": 507667,
"gas_price": 140000000000,
"gas_quote": 128.62018,
"gas_quote_rate": 1809.6814,
"transfers": [
{
"block_signed_at": "2021-02-13T22:25:17Z",
"tx_hash": "0xbeb8ed5200de90ca6695c69545e32044103fe617045b6459f2fa1b5e25509578",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "287320009913124287",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-02-11T19:24:41Z",
"tx_hash": "0xe9038f058e6b63a7a4f0b65b332f3e01cf0a04aa2eff9756a584f3ea13c44fb6",
"tx_offset": 220,
"successful": true,
"from_address": "0x02970c31a80f7c4b022cd30c6f9e6c1c5b6e5ef4",
"from_address_label": null,
"to_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 245565,
"gas_spent": 175033,
"gas_price": 165000000000,
"gas_quote": 51.495605,
"gas_quote_rate": 1783.0614,
"transfers": [
{
"block_signed_at": "2021-02-11T19:24:41Z",
"tx_hash": "0xe9038f058e6b63a7a4f0b65b332f3e01cf0a04aa2eff9756a584f3ea13c44fb6",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "1000398045036329975",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-02-10T04:35:24Z",
"tx_hash": "0x68ea2f31afac6be8a4b5f34bcb641adf2a974af6cb78ef063a084022dade3da4",
"tx_offset": 252,
"successful": true,
"from_address": "0x0336e78e4d09b8a6a84d34d0fd103452de57a7a3",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 434839,
"gas_spent": 333839,
"gas_price": 122104500000,
"gas_quote": 70.67907,
"gas_quote_rate": 1733.8922,
"transfers": [
{
"block_signed_at": "2021-02-10T04:35:24Z",
"tx_hash": "0x68ea2f31afac6be8a4b5f34bcb641adf2a974af6cb78ef063a084022dade3da4",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "113141373806264466",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-02-10T04:32:51Z",
"tx_hash": "0x9702a5b58f75830d1614b52cb5d03e24a4ac567b195e24e6b4cfe8c77a4dc1ba",
"tx_offset": 26,
"successful": true,
"from_address": "0xbe7516aef9d60c11f9a8d870736137dbdd8a22df",
"from_address_label": null,
"to_address": "0xdb2072edb7f42e945e90a1487769dacffd64562f",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 350351,
"gas_spent": 194725,
"gas_price": 180000000000,
"gas_quote": 60.77379,
"gas_quote_rate": 1733.8922,
"transfers": [
{
"block_signed_at": "2021-02-10T04:32:51Z",
"tx_hash": "0x9702a5b58f75830d1614b52cb5d03e24a4ac567b195e24e6b4cfe8c77a4dc1ba",
"from_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "1000109094090658449",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-02-08T20:47:31Z",
"tx_hash": "0xba1cb6cd1ae37bb68822a7b51851bb1b3dbdb044a9abd5648f6fb4097633ca4d",
"tx_offset": 111,
"successful": true,
"from_address": "0x0336e78e4d09b8a6a84d34d0fd103452de57a7a3",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 434803,
"gas_spent": 333803,
"gas_price": 122003000000,
"gas_quote": 70.89118,
"gas_quote_rate": 1740.7303,
"transfers": [
{
"block_signed_at": "2021-02-08T20:47:31Z",
"tx_hash": "0xba1cb6cd1ae37bb68822a7b51851bb1b3dbdb044a9abd5648f6fb4097633ca4d",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "99894085681198595",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-02-08T20:01:52Z",
"tx_hash": "0x85ebf4ef817c0f88eefa617825f67bd9e45f1ef9c14e12cc85dd9be02f24821c",
"tx_offset": 189,
"successful": true,
"from_address": "0x01c2e7b1de06da53bd0ec82fdb59e5767b8c6da1",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "5564158380000000000",
"value_quote": null,
"gas_offered": 508480,
"gas_spent": 436253,
"gas_price": 280000000000,
"gas_quote": 212.63167,
"gas_quote_rate": 1740.7303,
"transfers": [
{
"block_signed_at": "2021-02-08T20:01:52Z",
"tx_hash": "0x85ebf4ef817c0f88eefa617825f67bd9e45f1ef9c14e12cc85dd9be02f24821c",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "263172621575518513",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-02-02T23:58:31Z",
"tx_hash": "0xf0beed0e489b41834d2eefeb842781ed99cdec3256a0ed9a876139dbdd616269",
"tx_offset": 77,
"successful": true,
"from_address": "0xbe7516aef9d60c11f9a8d870736137dbdd8a22df",
"from_address_label": null,
"to_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 245591,
"gas_spent": 175057,
"gas_price": 90000000000,
"gas_quote": 23.931143,
"gas_quote_rate": 1518.9429,
"transfers": [
{
"block_signed_at": "2021-02-02T23:58:31Z",
"tx_hash": "0xf0beed0e489b41834d2eefeb842781ed99cdec3256a0ed9a876139dbdd616269",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x9424b1412450d0f8fc2255faf6046b98213b76bd",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "0",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-02-02T17:56:07Z",
"tx_hash": "0x4ae5dae4af2088b66738241385b1def47ba1f0ebf0077d41500bd7b6f7bfc662",
"tx_offset": 9,
"successful": true,
"from_address": "0x0197abe48f0a9826d10f44dad7050f26586eb9ba",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 500051,
"gas_spent": 210026,
"gas_price": 295693614126,
"gas_quote": 94.331436,
"gas_quote_rate": 1518.9429,
"transfers": [
{
"block_signed_at": "2021-02-02T17:56:07Z",
"tx_hash": "0x4ae5dae4af2088b66738241385b1def47ba1f0ebf0077d41500bd7b6f7bfc662",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "197539825211545501",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-02-02T17:56:06Z",
"tx_hash": "0x0fbb3745063ff694a01d9e8437b69d1f4eed9407ad3e0080047c36bf486b2b21",
"tx_offset": 201,
"successful": true,
"from_address": "0xdbe580c87ecd5c2ee51f0662e2b138ebd69b079c",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 458160,
"gas_spent": 330360,
"gas_price": 116000000000,
"gas_quote": 58.208565,
"gas_quote_rate": 1518.9429,
"transfers": [
{
"block_signed_at": "2021-02-02T17:56:06Z",
"tx_hash": "0x0fbb3745063ff694a01d9e8437b69d1f4eed9407ad3e0080047c36bf486b2b21",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "459192573968465997",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-29T04:43:48Z",
"tx_hash": "0x62251023ef2445f4fde01ce1a9c8fa4c8e16f9dd8bc319209614fc6738e0460f",
"tx_offset": 121,
"successful": true,
"from_address": "0xdbe580c87ecd5c2ee51f0662e2b138ebd69b079c",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 443136,
"gas_spent": 315336,
"gas_price": 94000000000,
"gas_quote": 40.9481,
"gas_quote_rate": 1381.441,
"transfers": [
{
"block_signed_at": "2021-01-29T04:43:48Z",
"tx_hash": "0x62251023ef2445f4fde01ce1a9c8fa4c8e16f9dd8bc319209614fc6738e0460f",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "15537472992712736",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-29T04:35:50Z",
"tx_hash": "0x18f083d78193c70c26e84589f7ba8002c96463a837c7d51023519e74e3455923",
"tx_offset": 215,
"successful": true,
"from_address": "0xdbe580c87ecd5c2ee51f0662e2b138ebd69b079c",
"from_address_label": null,
"to_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 245591,
"gas_spent": 160057,
"gas_price": 105000000000,
"gas_quote": 23.216476,
"gas_quote_rate": 1381.441,
"transfers": [
{
"block_signed_at": "2021-01-29T04:35:50Z",
"tx_hash": "0x18f083d78193c70c26e84589f7ba8002c96463a837c7d51023519e74e3455923",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "896754808910343916",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T23:04:23Z",
"tx_hash": "0xfba076f940758b4391d6369930cbc3fda74a351df3b621be099d179125797e7c",
"tx_offset": 163,
"successful": true,
"from_address": "0xebf02c6e12c3ee119abba161c40bfeead0a06b15",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 460415,
"gas_spent": 317615,
"gas_price": 86900000000,
"gas_quote": 38.285427,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T23:04:23Z",
"tx_hash": "0xfba076f940758b4391d6369930cbc3fda74a351df3b621be099d179125797e7c",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "408202266974101808",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T23:04:23Z",
"tx_hash": "0xe01f0032512d249577e5ecdd2a4fcf51051230134f4c4eb9d20cde5e4807c816",
"tx_offset": 166,
"successful": true,
"from_address": "0xc4f7106d98b60d8495bc23eea9f1dac916d21b62",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 695809,
"gas_spent": 378809,
"gas_price": 86900000000,
"gas_quote": 45.661774,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T23:04:23Z",
"tx_hash": "0xe01f0032512d249577e5ecdd2a4fcf51051230134f4c4eb9d20cde5e4807c816",
"from_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "168721329689880706",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T22:36:11Z",
"tx_hash": "0xd72c09f4fedba9ed03b07dd7b3f16914e687703a65a23a45c638300584628ff8",
"tx_offset": 18,
"successful": true,
"from_address": "0x0336e78e4d09b8a6a84d34d0fd103452de57a7a3",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 487736,
"gas_spent": 333815,
"gas_price": 83679803774,
"gas_quote": 38.7471,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T22:36:11Z",
"tx_hash": "0xd72c09f4fedba9ed03b07dd7b3f16914e687703a65a23a45c638300584628ff8",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "171581858889186561",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T22:36:03Z",
"tx_hash": "0xd5cad027c2ac3eefcfe3cabfb66bdcfbca7ddf36790875a128ed434ec98a14d3",
"tx_offset": 113,
"successful": true,
"from_address": "0xeeeeeeee4c179357fc7e1422bb91b2c9fba3924f",
"from_address_label": null,
"to_address": "0x00000000000017c75025d397b91d284bbe8fc7f2",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 1040000,
"gas_spent": 540081,
"gas_price": 62700000000,
"gas_quote": 46.97201,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T22:36:03Z",
"tx_hash": "0xd5cad027c2ac3eefcfe3cabfb66bdcfbca7ddf36790875a128ed434ec98a14d3",
"from_address": "0x00000000000017c75025d397b91d284bbe8fc7f2",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "182718644267166953",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T22:36:03Z",
"tx_hash": "0x0d78b1162fadc55ed4710255eafde9a5ad8ffe5d4b395b24873d0d50ba9a770a",
"tx_offset": 112,
"successful": true,
"from_address": "0xf946d2068a549b3225cf188339010a8383dea5f1",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "6105000000000000000",
"value_quote": null,
"gas_offered": 558302,
"gas_spent": 396302,
"gas_price": 62700000000,
"gas_quote": 34.467243,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T22:36:03Z",
"tx_hash": "0x0d78b1162fadc55ed4710255eafde9a5ad8ffe5d4b395b24873d0d50ba9a770a",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "585037916002527380",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T22:36:03Z",
"tx_hash": "0xed32b46d90d62e72d3d0681282c5594b5be9e48e11879f354748d6cbde7386b4",
"tx_offset": 115,
"successful": true,
"from_address": "0xe47c990171cfe8cb8c81f5f6179d8521f7b809fd",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 695809,
"gas_spent": 378809,
"gas_price": 62700000000,
"gas_quote": 32.94584,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T22:36:03Z",
"tx_hash": "0xed32b46d90d62e72d3d0681282c5594b5be9e48e11879f354748d6cbde7386b4",
"from_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "183523660014679404",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T22:27:34Z",
"tx_hash": "0xb20a67a3942d3fd5c64e9f299e93091dad0bf1f32d69b850bdddecfd2225140a",
"tx_offset": 34,
"successful": true,
"from_address": "0x6d905b1a82afec95bf81de27223839304880f757",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "2800000000000000000",
"value_quote": null,
"gas_offered": 558302,
"gas_spent": 396302,
"gas_price": 60000000000,
"gas_quote": 32.983006,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T22:27:34Z",
"tx_hash": "0xb20a67a3942d3fd5c64e9f299e93091dad0bf1f32d69b850bdddecfd2225140a",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "275132631542391791",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T16:57:43Z",
"tx_hash": "0x0abd165d294b5835a6f924ef47955547460705ce396408e1664d306a4e394921",
"tx_offset": 175,
"successful": true,
"from_address": "0x0197abe48f0a9826d10f44dad7050f26586eb9ba",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 434802,
"gas_spent": 333802,
"gas_price": 101706000000,
"gas_quote": 47.09212,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T16:57:43Z",
"tx_hash": "0x0abd165d294b5835a6f924ef47955547460705ce396408e1664d306a4e394921",
"from_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "134301395409461840",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-24T16:57:40Z",
"tx_hash": "0x4f368f258794b351dd87b5d90a3f971abe58976ed8a330e1711f56ad0e06b44f",
"tx_offset": 111,
"successful": true,
"from_address": "0xc0f030eac8b588817f8da16b9a2cdccc6451b25c",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 594619,
"gas_spent": 501019,
"gas_price": 107000000000,
"gas_quote": 74.36194,
"gas_quote_rate": 1387.1158,
"transfers": [
{
"block_signed_at": "2021-01-24T16:57:40Z",
"tx_hash": "0x4f368f258794b351dd87b5d90a3f971abe58976ed8a330e1711f56ad0e06b44f",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "444339669229012127",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-19T13:22:49Z",
"tx_hash": "0x03c140f4b9d99cc54ee5e138bb5f2159b13873ce41a50092f2157f519041ecf0",
"tx_offset": 97,
"successful": true,
"from_address": "0x0593a1447f14c5b8c6b635d40b1cf8a5e1c0f3d1",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 487653,
"gas_spent": 333732,
"gas_price": 70930001496,
"gas_quote": 32.680573,
"gas_quote_rate": 1380.5808,
"transfers": [
{
"block_signed_at": "2021-01-19T13:22:49Z",
"tx_hash": "0x03c140f4b9d99cc54ee5e138bb5f2159b13873ce41a50092f2157f519041ecf0",
"from_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "133903900390760944",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-19T13:18:06Z",
"tx_hash": "0xcbc3e039fd7ad92bbb1e721dda1637c3424e610f86bfaf7525a6cca8233a855f",
"tx_offset": 350,
"successful": true,
"from_address": "0x003fd5f6030b8c1a4d2503339b14466b9ba6c6cf",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 434645,
"gas_spent": 333645,
"gas_price": 81000100001,
"gas_quote": 37.31058,
"gas_quote_rate": 1380.5808,
"transfers": [
{
"block_signed_at": "2021-01-19T13:18:06Z",
"tx_hash": "0xcbc3e039fd7ad92bbb1e721dda1637c3424e610f86bfaf7525a6cca8233a855f",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "124624004952256748",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-19T13:05:43Z",
"tx_hash": "0xe85c33d498c596bffbd66266b2ecfe85aea1b23b75c110c01c9ed2901de872e4",
"tx_offset": 176,
"successful": true,
"from_address": "0xaae8c50d76c76fb8947c9a203103d28b55862977",
"from_address_label": null,
"to_address": "0xcf1cf28804d466e9f2d14e384ece2cf114ead6be",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 351706,
"gas_spent": 195937,
"gas_price": 62370000000,
"gas_quote": 16.871513,
"gas_quote_rate": 1380.5808,
"transfers": [
{
"block_signed_at": "2021-01-19T13:05:43Z",
"tx_hash": "0xe85c33d498c596bffbd66266b2ecfe85aea1b23b75c110c01c9ed2901de872e4",
"from_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "2000000000000000000",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-19T12:52:27Z",
"tx_hash": "0x42e27842fb8b9c0f1980e9193b7c396f9c4472e8b4f4d0ce7cbc656cb29b1a88",
"tx_offset": 316,
"successful": true,
"from_address": "0xaae8c50d76c76fb8947c9a203103d28b55862977",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "4307500350000000000",
"value_quote": null,
"gas_offered": 459305,
"gas_spent": 382878,
"gas_price": 106000000000,
"gas_quote": 56.030964,
"gas_quote_rate": 1380.5808,
"transfers": [
{
"block_signed_at": "2021-01-19T12:52:27Z",
"tx_hash": "0x42e27842fb8b9c0f1980e9193b7c396f9c4472e8b4f4d0ce7cbc656cb29b1a88",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "474624619779726268",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-19T12:52:27Z",
"tx_hash": "0x069047f00841cdc6717b590c213e24499450f8667c7e5d112dd9d9d8dabd7c87",
"tx_offset": 317,
"successful": true,
"from_address": "0xf3f83e41bb0c46766240d29302627e8008b2028b",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 695809,
"gas_spent": 378809,
"gas_price": 106000000000,
"gas_quote": 55.4355,
"gas_quote_rate": 1380.5808,
"transfers": [
{
"block_signed_at": "2021-01-19T12:52:27Z",
"tx_hash": "0x069047f00841cdc6717b590c213e24499450f8667c7e5d112dd9d9d8dabd7c87",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "210359108136780232",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-19T04:00:51Z",
"tx_hash": "0x50f89ee86b5cdbb7e5042d88880ada74fcc8728b3b86e0a43b8c963e93037fc5",
"tx_offset": 172,
"successful": true,
"from_address": "0xc8e0345596d7196941e61d3ab607e57fe61f85e7",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 349279,
"gas_spent": 229879,
"gas_price": 62004600000,
"gas_quote": 19.678186,
"gas_quote_rate": 1380.5808,
"transfers": [
{
"block_signed_at": "2021-01-19T04:00:51Z",
"tx_hash": "0x50f89ee86b5cdbb7e5042d88880ada74fcc8728b3b86e0a43b8c963e93037fc5",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "176629082168407669",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T23:29:39Z",
"tx_hash": "0xd1fecb2953726d01ff5030080b26959d9296e7c204f5d8225daa1ebcd9de01d6",
"tx_offset": 150,
"successful": true,
"from_address": "0xdbe580c87ecd5c2ee51f0662e2b138ebd69b079c",
"from_address_label": null,
"to_address": "0x17ad41a385098f08bfc9be922fccac23f6fac0c5",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 367251,
"gas_spent": 209701,
"gas_price": 43000000000,
"gas_quote": 11.279656,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T23:29:39Z",
"tx_hash": "0xd1fecb2953726d01ff5030080b26959d9296e7c204f5d8225daa1ebcd9de01d6",
"from_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "1000000000000000000",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T22:53:41Z",
"tx_hash": "0xc570ed41684d0e78bb195622aa5df0ef221fab487e2b4fada37b705856cced5f",
"tx_offset": 59,
"successful": true,
"from_address": "0xaae8c50d76c76fb8947c9a203103d28b55862977",
"from_address_label": null,
"to_address": "0xcf1cf28804d466e9f2d14e384ece2cf114ead6be",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 367251,
"gas_spent": 209701,
"gas_price": 39000001459,
"gas_quote": 10.230386,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T22:53:41Z",
"tx_hash": "0xc570ed41684d0e78bb195622aa5df0ef221fab487e2b4fada37b705856cced5f",
"from_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "1000000000000000000",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T22:52:50Z",
"tx_hash": "0x4ee83ca758b5996e8b20bd3da5d102469a1350808ad6c6e520fe2df0b211b76d",
"tx_offset": 78,
"successful": true,
"from_address": "0xe17d91b0da35167f1920cb17fc3137aa8ee32383",
"from_address_label": null,
"to_address": "0x6417cb4a423b607931bdf823632f8825611ecd06",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 367251,
"gas_spent": 209701,
"gas_price": 73000000000,
"gas_quote": 19.149183,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T22:52:50Z",
"tx_hash": "0x4ee83ca758b5996e8b20bd3da5d102469a1350808ad6c6e520fe2df0b211b76d",
"from_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "1000000000000000000",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T22:27:34Z",
"tx_hash": "0x3e156bb7fad3d6a7826eaa72976a62e88a465645487a9292f1a274563d8d69f9",
"tx_offset": 91,
"successful": true,
"from_address": "0x0197abe48f0a9826d10f44dad7050f26586eb9ba",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 434658,
"gas_spent": 333658,
"gas_price": 59923647102,
"gas_quote": 25.010746,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T22:27:34Z",
"tx_hash": "0x3e156bb7fad3d6a7826eaa72976a62e88a465645487a9292f1a274563d8d69f9",
"from_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "117244021805571216",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T22:27:13Z",
"tx_hash": "0x48d654406b04c7ea4f58705f7742526f8cf5a8b3c188f7a8608092b502513750",
"tx_offset": 2,
"successful": true,
"from_address": "0x45348a45a2be9e6eea2c837636f7c1b47df0ee37",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 695809,
"gas_spent": 378809,
"gas_price": 155831281961,
"gas_quote": 73.84172,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T22:27:13Z",
"tx_hash": "0x48d654406b04c7ea4f58705f7742526f8cf5a8b3c188f7a8608092b502513750",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "214355452503975216",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T22:27:13Z",
"tx_hash": "0x935e23729ff88a86e1472e422db931b034406c35ad8c349c1302e823ae9e0f0c",
"tx_offset": 0,
"successful": true,
"from_address": "0x029f388ac4d5c8bff490550ce0853221030e822b",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 487603,
"gas_spent": 203802,
"gas_price": 155858510586,
"gas_quote": 39.734325,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T22:27:13Z",
"tx_hash": "0x935e23729ff88a86e1472e422db931b034406c35ad8c349c1302e823ae9e0f0c",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "198489343603266219",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T22:27:02Z",
"tx_hash": "0xc41f4694b0499479cf13912b21a3f69e448dbfbc1138ea5f5559fde251acebe3",
"tx_offset": 59,
"successful": true,
"from_address": "0xaae8c50d76c76fb8947c9a203103d28b55862977",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "4183311495000000000",
"value_quote": null,
"gas_offered": 508480,
"gas_spent": 436253,
"gas_price": 59400000000,
"gas_quote": 32.41543,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T22:27:02Z",
"tx_hash": "0xc41f4694b0499479cf13912b21a3f69e448dbfbc1138ea5f5559fde251acebe3",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "468469538599989085",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T21:39:27Z",
"tx_hash": "0x93cfa8d8c21bff5df2816912e228e9abd97c37f1d63877337f069a85adfe0545",
"tx_offset": 122,
"successful": true,
"from_address": "0xc8e0345596d7196941e61d3ab607e57fe61f85e7",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "600000000000000000",
"value_quote": null,
"gas_offered": 548544,
"gas_spent": 390744,
"gas_price": 65000000000,
"gas_quote": 31.771124,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T21:39:27Z",
"tx_hash": "0x93cfa8d8c21bff5df2816912e228e9abd97c37f1d63877337f069a85adfe0545",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "81336684755523885",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T21:18:35Z",
"tx_hash": "0x2dc7b80267ca61c79c24739039a4d6901817d83f89087ad31533fac2d70411b6",
"tx_offset": 102,
"successful": true,
"from_address": "0xff40d2766497e90f9c02eeb6f809f87eb2a6bd37",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 580772,
"gas_spent": 395372,
"gas_price": 46000000000,
"gas_quote": 22.750483,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T21:18:35Z",
"tx_hash": "0x2dc7b80267ca61c79c24739039a4d6901817d83f89087ad31533fac2d70411b6",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "183763562544648666",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T21:12:39Z",
"tx_hash": "0xd75422d192b1ec4d8fdedcdc449dc39113e4195e1ab94c06534777b23fb041cb",
"tx_offset": 147,
"successful": true,
"from_address": "0x7a37a180b143bf8b9b3875c0dcdbc6bca5b0050f",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 460403,
"gas_spent": 317603,
"gas_price": 53000000000,
"gas_quote": 21.056557,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T21:12:39Z",
"tx_hash": "0xd75422d192b1ec4d8fdedcdc449dc39113e4195e1ab94c06534777b23fb041cb",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "202590224571558207",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T21:09:31Z",
"tx_hash": "0xd3f277b69171fe39e8c8d304fe93c5c463da2ed3fdac67c9ecbf7e2eb471f528",
"tx_offset": 166,
"successful": true,
"from_address": "0x7a37a180b143bf8b9b3875c0dcdbc6bca5b0050f",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 580772,
"gas_spent": 410372,
"gas_price": 55000000000,
"gas_quote": 28.233665,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T21:09:31Z",
"tx_hash": "0xd3f277b69171fe39e8c8d304fe93c5c463da2ed3fdac67c9ecbf7e2eb471f528",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "143506922252450442",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-18T21:08:32Z",
"tx_hash": "0x60472e27be861420726f96e4b1161c018e44345d1f68b162656dc32bbe86bdbb",
"tx_offset": 75,
"successful": true,
"from_address": "0x7a37a180b143bf8b9b3875c0dcdbc6bca5b0050f",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 450799,
"gas_spent": 327199,
"gas_price": 52000000000,
"gas_quote": 21.283459,
"gas_quote_rate": 1250.9124,
"transfers": [
{
"block_signed_at": "2021-01-18T21:08:32Z",
"tx_hash": "0x60472e27be861420726f96e4b1161c018e44345d1f68b162656dc32bbe86bdbb",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "134010382158721374",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-14T22:51:03Z",
"tx_hash": "0x6b5d93f4d12c824d78e15721bd2a24e69bbfff1eb90c5a3ce040eb546805adab",
"tx_offset": 93,
"successful": true,
"from_address": "0x003fd5f6030b8c1a4d2503339b14466b9ba6c6cf",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 434669,
"gas_spent": 333669,
"gas_price": 35200000001,
"gas_quote": 14.332344,
"gas_quote_rate": 1220.2778,
"transfers": [
{
"block_signed_at": "2021-01-14T22:51:03Z",
"tx_hash": "0x6b5d93f4d12c824d78e15721bd2a24e69bbfff1eb90c5a3ce040eb546805adab",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "85933679144091403",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-13T12:03:24Z",
"tx_hash": "0xbe1069f14363663d6d105480c321c9cfac2c3b929c327da7c3600c69c1f01f57",
"tx_offset": 62,
"successful": true,
"from_address": "0x048fde2d3d47f54d3e7be0be7a40e1cb5aff5d72",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 434671,
"gas_spent": 333671,
"gas_price": 41005020001,
"gas_quote": 15.515558,
"gas_quote_rate": 1133.9971,
"transfers": [
{
"block_signed_at": "2021-01-13T12:03:24Z",
"tx_hash": "0xbe1069f14363663d6d105480c321c9cfac2c3b929c327da7c3600c69c1f01f57",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "98606694049040604",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-13T12:03:15Z",
"tx_hash": "0xce893bdd1f706c67319ac9ab380bd096fe7ec81e94a45026f2edf74eefae72b2",
"tx_offset": 92,
"successful": true,
"from_address": "0xebf02c6e12c3ee119abba161c40bfeead0a06b15",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "2204990100000000000",
"value_quote": null,
"gas_offered": 657700,
"gas_spent": 562073,
"gas_price": 40000000000,
"gas_quote": 25.495565,
"gas_quote_rate": 1133.9971,
"transfers": [
{
"block_signed_at": "2021-01-13T12:03:15Z",
"tx_hash": "0xce893bdd1f706c67319ac9ab380bd096fe7ec81e94a45026f2edf74eefae72b2",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "227800707790573269",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-09T01:54:16Z",
"tx_hash": "0x6c348db91aa5216327ec80def97dad2eec04aa45c6cc436f78acc29ad70db5a4",
"tx_offset": 165,
"successful": true,
"from_address": "0xc8e0345596d7196941e61d3ab607e57fe61f85e7",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "1000000000000000",
"value_quote": null,
"gas_offered": 346582,
"gas_spent": 242182,
"gas_price": 85000000000,
"gas_quote": 26.410244,
"gas_quote_rate": 1282.9556,
"transfers": [
{
"block_signed_at": "2021-01-09T01:54:16Z",
"tx_hash": "0x6c348db91aa5216327ec80def97dad2eec04aa45c6cc436f78acc29ad70db5a4",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "222964252701309",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-08T10:21:42Z",
"tx_hash": "0xfd498f8c60d1ce23d5a045515eb926cd25b0c73f3865b6f31829c1c46847af15",
"tx_offset": 113,
"successful": true,
"from_address": "0x428700e86c104f4ee8139a69ecdca09e843f6297",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 460427,
"gas_spent": 317627,
"gas_price": 75500000000,
"gas_quote": 29.333757,
"gas_quote_rate": 1223.2164,
"transfers": [
{
"block_signed_at": "2021-01-08T10:21:42Z",
"tx_hash": "0xfd498f8c60d1ce23d5a045515eb926cd25b0c73f3865b6f31829c1c46847af15",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "227580643247834647",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-08T10:11:51Z",
"tx_hash": "0xbe1ad37b28125be08cc820d8871284586c13b97eda99798abb78e5b2dcb670ba",
"tx_offset": 150,
"successful": true,
"from_address": "0x428700e86c104f4ee8139a69ecdca09e843f6297",
"from_address_label": null,
"to_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 245591,
"gas_spent": 160057,
"gas_price": 95000000000,
"gas_quote": 18.599514,
"gas_quote_rate": 1223.2164,
"transfers": [
{
"block_signed_at": "2021-01-08T10:11:51Z",
"tx_hash": "0xbe1ad37b28125be08cc820d8871284586c13b97eda99798abb78e5b2dcb670ba",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x9424b1412450d0f8fc2255faf6046b98213b76bd",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "0",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-07T22:15:45Z",
"tx_hash": "0xf4b4839bfc59d5c6030e5910d8b1fafcca26179b1050fd14661a978886828edb",
"tx_offset": 96,
"successful": true,
"from_address": "0x147cf938a932eb7fc430b9f15ea791faf1f3b323",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 695809,
"gas_spent": 378809,
"gas_price": 66459212223,
"gas_quote": 31.032974,
"gas_quote_rate": 1232.6731,
"transfers": [
{
"block_signed_at": "2021-01-07T22:15:45Z",
"tx_hash": "0xf4b4839bfc59d5c6030e5910d8b1fafcca26179b1050fd14661a978886828edb",
"from_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "178312837079597149",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-06T20:57:46Z",
"tx_hash": "0xbe2786f81ef94a95e5639ef31fd6909e172cba174583e23985437df7db69d58e",
"tx_offset": 147,
"successful": true,
"from_address": "0x029f388ac4d5c8bff490550ce0853221030e822b",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 499967,
"gas_spent": 209984,
"gas_price": 120689511330,
"gas_quote": 30.63624,
"gas_quote_rate": 1208.8704,
"transfers": [
{
"block_signed_at": "2021-01-06T20:57:46Z",
"tx_hash": "0xbe2786f81ef94a95e5639ef31fd6909e172cba174583e23985437df7db69d58e",
"from_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "170354308786647712",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T22:01:02Z",
"tx_hash": "0xb84d4da2fc7dec9fa97b387028134dbf84ca482e9db1322289eccb7381b706b1",
"tx_offset": 257,
"successful": true,
"from_address": "0xff40d2766497e90f9c02eeb6f809f87eb2a6bd37",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 460415,
"gas_spent": 317615,
"gas_price": 100000000000,
"gas_quote": 35.059227,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T22:01:02Z",
"tx_hash": "0xb84d4da2fc7dec9fa97b387028134dbf84ca482e9db1322289eccb7381b706b1",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "197741368573563580",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T21:59:53Z",
"tx_hash": "0x09c234852923e1b508889a26e92a45592037598f1dcb9ef3bc0a990e6ab16c3b",
"tx_offset": 89,
"successful": true,
"from_address": "0x865c964edc75e0f1f5c0631ea068baac2e490e57",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 349279,
"gas_spent": 229879,
"gas_price": 90000000000,
"gas_quote": 22.837214,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T21:59:53Z",
"tx_hash": "0x09c234852923e1b508889a26e92a45592037598f1dcb9ef3bc0a990e6ab16c3b",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "169755745687639349",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T21:57:06Z",
"tx_hash": "0x54cc9f1c6f6654306069dfb8144017ddf172e7b0a13675b14d3669b10d3ac07b",
"tx_offset": 69,
"successful": true,
"from_address": "0x003fd5f6030b8c1a4d2503339b14466b9ba6c6cf",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 535719,
"gas_spent": 363299,
"gas_price": 90200000001,
"gas_quote": 36.17196,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T21:57:06Z",
"tx_hash": "0x54cc9f1c6f6654306069dfb8144017ddf172e7b0a13675b14d3669b10d3ac07b",
"from_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "141032636288803056",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T21:56:20Z",
"tx_hash": "0x82bb38c790ee0555fb88377e7923eaee515c1aad21f402ae107e8f9599f9c3e7",
"tx_offset": 114,
"successful": true,
"from_address": "0x003fd5f6030b8c1a4d2503339b14466b9ba6c6cf",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 488428,
"gas_spent": 387428,
"gas_price": 100000100001,
"gas_quote": 42.765423,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T21:56:20Z",
"tx_hash": "0x82bb38c790ee0555fb88377e7923eaee515c1aad21f402ae107e8f9599f9c3e7",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "111539186762405026",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T21:56:20Z",
"tx_hash": "0x9f873d12ef589b5a50f9841faf58985390ba4f9a3e4720aed8ae8ebe8884cceb",
"tx_offset": 121,
"successful": true,
"from_address": "0xff40d2766497e90f9c02eeb6f809f87eb2a6bd37",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 460403,
"gas_spent": 332603,
"gas_price": 100000000000,
"gas_quote": 36.713642,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T21:56:20Z",
"tx_hash": "0x9f873d12ef589b5a50f9841faf58985390ba4f9a3e4720aed8ae8ebe8884cceb",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "180714711699991733",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T21:54:35Z",
"tx_hash": "0x73c132feae2d2255d8f3d7fd5bef6d876e04356d794a2733b924001484c7960f",
"tx_offset": 132,
"successful": true,
"from_address": "0xff40d2766497e90f9c02eeb6f809f87eb2a6bd37",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 580760,
"gas_spent": 410360,
"gas_price": 100000000000,
"gas_quote": 45.296673,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T21:54:35Z",
"tx_hash": "0x73c132feae2d2255d8f3d7fd5bef6d876e04356d794a2733b924001484c7960f",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "88369952437221820",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T21:51:07Z",
"tx_hash": "0x69ed093fc2f659a3fed4fe6e946c5a8bf6167ff3348f4faee2ad44be2bb527c8",
"tx_offset": 157,
"successful": true,
"from_address": "0x2c123fc5c27888571cd525e8ae9b0c5ff848386d",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "350000000000000000",
"value_quote": null,
"gas_offered": 457295,
"gas_spent": 329495,
"gas_price": 78100000000,
"gas_quote": 28.405418,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T21:51:07Z",
"tx_hash": "0x69ed093fc2f659a3fed4fe6e946c5a8bf6167ff3348f4faee2ad44be2bb527c8",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "43669586099038876",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T21:24:24Z",
"tx_hash": "0x01f2b72020fdd2225850a349e634e36c02de4b7ac1e26af042dd91664310b6cf",
"tx_offset": 97,
"successful": true,
"from_address": "0x865c964edc75e0f1f5c0631ea068baac2e490e57",
"from_address_label": null,
"to_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 783950,
"gas_spent": 543202,
"gas_price": 72000000000,
"gas_quote": 43.171307,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T21:24:24Z",
"tx_hash": "0x01f2b72020fdd2225850a349e634e36c02de4b7ac1e26af042dd91664310b6cf",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "169755745687639349",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T20:27:54Z",
"tx_hash": "0xf3f8b5b46b79794aca432b2c0c64798047da10e9c67e37dc064ba5c74418adb6",
"tx_offset": 155,
"successful": true,
"from_address": "0x003fd5f6030b8c1a4d2503339b14466b9ba6c6cf",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 488416,
"gas_spent": 387416,
"gas_price": 65200000001,
"gas_quote": 27.882162,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T20:27:54Z",
"tx_hash": "0xf3f8b5b46b79794aca432b2c0c64798047da10e9c67e37dc064ba5c74418adb6",
"from_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "97304275104342448",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T20:27:49Z",
"tx_hash": "0xdb32c092ceb2bda8f895acb84fd90496ce74f3b29cc26b58bc4146cc1855d7ba",
"tx_offset": 18,
"successful": true,
"from_address": "0x1db88c476f4548cc37c2d0f8d1d24a76282a1ac9",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 695809,
"gas_spent": 378809,
"gas_price": 92160943237,
"gas_quote": 38.536167,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T20:27:49Z",
"tx_hash": "0xdb32c092ceb2bda8f895acb84fd90496ce74f3b29cc26b58bc4146cc1855d7ba",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "154209394074457691",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T20:27:47Z",
"tx_hash": "0x50f076610c588f83662a53fbe564364b046185526195a149d3be6461dc48163f",
"tx_offset": 120,
"successful": true,
"from_address": "0x0593a1447f14c5b8c6b635d40b1cf8a5e1c0f3d1",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 538502,
"gas_spent": 437502,
"gas_price": 93068932826,
"gas_quote": 44.945488,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T20:27:47Z",
"tx_hash": "0x50f076610c588f83662a53fbe564364b046185526195a149d3be6461dc48163f",
"from_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"from_address_label": null,
"to_address": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "OUT",
"delta": "118633962323000473",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T20:27:47Z",
"tx_hash": "0x9d29020345d28cc6e391991bb8458655231a5a83277092e396fbaf1e75677d68",
"tx_offset": 121,
"successful": true,
"from_address": "0xa970e952e5397d9235fddd820d3c3aa0dcf730de",
"from_address_label": null,
"to_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 695809,
"gas_spent": 378809,
"gas_price": 93068932826,
"gas_quote": 38.915833,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T20:27:47Z",
"tx_hash": "0x9d29020345d28cc6e391991bb8458655231a5a83277092e396fbaf1e75677d68",
"from_address": "0x860bd2dba9cd475a61e6d1b45e16c365f6d78f66",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "172750640186126235",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T20:27:14Z",
"tx_hash": "0xee915aeb0aa44a581c2de6a81c6a7afd0b3b1a8e8f1f08c871aa347b3a5c484d",
"tx_offset": 36,
"successful": true,
"from_address": "0xaae8c50d76c76fb8947c9a203103d28b55862977",
"from_address_label": null,
"to_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 451515,
"gas_spent": 308715,
"gas_price": 91000000000,
"gas_quote": 31.009905,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T20:27:14Z",
"tx_hash": "0xee915aeb0aa44a581c2de6a81c6a7afd0b3b1a8e8f1f08c871aa347b3a5c484d",
"from_address": "0x3e66b66fd1d0b02fda6c811da9e0547970db2f21",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "463462789827182974",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T20:27:14Z",
"tx_hash": "0xe78abf394565d9faf7ec834343647954ff8e15aee2ef37320cee5f1c78b8415c",
"tx_offset": 37,
"successful": true,
"from_address": "0x82d973dd6f093c182185939e7629f38683d243d3",
"from_address_label": null,
"to_address": "0x78a55b9b3bbeffb36a43d9905f654d2769dc55e8",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 1000100,
"gas_spent": 380635,
"gas_price": 91000000000,
"gas_quote": 38.23415,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T20:27:14Z",
"tx_hash": "0xe78abf394565d9faf7ec834343647954ff8e15aee2ef37320cee5f1c78b8415c",
"from_address": "0x78a55b9b3bbeffb36a43d9905f654d2769dc55e8",
"from_address_label": "",
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "244703264945475118",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2021-01-05T03:16:54Z",
"tx_hash": "0x77d920d73aefa9f2b853df4c2650c0665c83e045851ce46152a33871dafee718",
"tx_offset": 23,
"successful": true,
"from_address": "0x843d81eaf23c0073426581de5a3735b060888f1b",
"from_address_label": null,
"to_address": "0xe93e46ff111bbf62393184f35b3aa27a63e23f04",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 1235605,
"gas_spent": 838031,
"gas_price": 219000000000,
"gas_quote": 202.58418,
"gas_quote_rate": 1103.8278,
"transfers": [
{
"block_signed_at": "2021-01-05T03:16:54Z",
"tx_hash": "0x77d920d73aefa9f2b853df4c2650c0665c83e045851ce46152a33871dafee718",
"from_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "20000000000000000025",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
},
{
"block_signed_at": "2020-12-31T03:15:43Z",
"tx_hash": "0x8f47b4da5c9291d86db2408a4e5e0cb723c3f0e6aa9e52dfe0a7d5f7a8b69517",
"tx_offset": 5,
"successful": true,
"from_address": "0x843d81eaf23c0073426581de5a3735b060888f1b",
"from_address_label": null,
"to_address": "0xe93e46ff111bbf62393184f35b3aa27a63e23f04",
"to_address_label": null,
"value": "0",
"value_quote": null,
"gas_offered": 12264279,
"gas_spent": 10446052,
"gas_price": 95000000000,
"gas_quote": 733.1239,
"gas_quote_rate": 738.75696,
"transfers": [
{
"block_signed_at": "2020-12-31T03:15:43Z",
"tx_hash": "0x8f47b4da5c9291d86db2408a4e5e0cb723c3f0e6aa9e52dfe0a7d5f7a8b69517",
"from_address": "0xf63db1719a19f9add032f6184e839f491e83f15c",
"from_address_label": null,
"to_address": "0x04df4fbb6a003d1db3dd83d6d3b9951455837fff",
"to_address_label": null,
"contract_decimals": 18,
"contract_name": "Punk-Female",
"contract_ticker_symbol": "PUNK-FEMALE",
"contract_address": "0x27ffed7e5926fb2795fc85aaab558243f280a8a2",
"logo_url": "https://logos.covalenthq.com/tokens/0x27ffed7e5926fb2795fc85aaab558243f280a8a2.png",
"transfer_type": "IN",
"delta": "800000000000000000",
"balance": null,
"quote_rate": null,
"delta_quote": null,
"balance_quote": null
}
]
}
],
"pagination": {
"has_more": false,
"page_number": 0,
"page_size": 100,
"total_count": 62
}
},
"error": false,
"error_message": null,
"error_code": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment