@ -1437,12 +1437,12 @@ defmodule BlockScoutWeb.Etherscan do
"""
"""
},
},
%{
%{
key:"starttimestamp",
key:"start_timestamp",
type:"unix timestamp",
type:"unix timestamp",
description:"Represents the starting block timestamp."
description:"Represents the starting block timestamp."
},
},
%{
%{
key:"endtimestamp",
key:"end_timestamp",
type:"unix timestamp",
type:"unix timestamp",
description:"Represents the ending block timestamp."
description:"Represents the ending block timestamp."
}
}
@ -1499,13 +1499,13 @@ defmodule BlockScoutWeb.Etherscan do
"A string representing the order by block number direction. Defaults to ascending order. Available values: asc, desc. WARNING: Only available if 'address' is provided."
"A string representing the order by block number direction. Defaults to ascending order. Available values: asc, desc. WARNING: Only available if 'address' is provided."
},
},
%{
%{
key:"startblock",
key:"start_block",
type:"integer",
type:"integer",
description:
description:
"A nonnegative integer that represents the starting block number. WARNING: Only available if 'address' is provided."
"A nonnegative integer that represents the starting block number. WARNING: Only available if 'address' is provided."
},
},
%{
%{
key:"endblock",
key:"end_block",
type:"integer",
type:"integer",
description:
description:
"A nonnegative integer that represents the ending block number. WARNING: Only available if 'address' is provided."
"A nonnegative integer that represents the ending block number. WARNING: Only available if 'address' is provided."
@ -1574,12 +1574,12 @@ defmodule BlockScoutWeb.Etherscan do
"A string representing the order by block number direction. Defaults to ascending order. Available values: asc, desc"
"A string representing the order by block number direction. Defaults to ascending order. Available values: asc, desc"
},
},
%{
%{
key:"startblock",
key:"start_block",
type:"integer",
type:"integer",
description:"A nonnegative integer that represents the starting block number."
description:"A nonnegative integer that represents the starting block number."
},
},
%{
%{
key:"endblock",
key:"end_block",
type:"integer",
type:"integer",
description:"A nonnegative integer that represents the ending block number."
description:"A nonnegative integer that represents the ending block number."
},
},
@ -2316,6 +2316,18 @@ defmodule BlockScoutWeb.Etherscan do
type:"string",
type:"string",
description:
description:
"Ensures that none of the returned contracts were decompiled with the provided version. Ignored unless filtering for decompiled contracts."
"Ensures that none of the returned contracts were decompiled with the provided version. Ignored unless filtering for decompiled contracts."
},
%{
key:"verified_at_start_timestamp",
type:"unix timestamp",
description:
"Represents the starting timestamp when contracts verified. Taking into account only with `verified` filter."
},
%{
key:"verified_at_end_timestamp",
type:"unix timestamp",
description:
"Represents the ending timestamp when contracts verified. Taking into account only with `verified` filter."