Returns entrypoints of the specified contract.
Contract address (starting with KT)
Entrypoint name
A kind of JSON schema, describing how parameters will look like in a human-readable JSON format
Parameters schema in micheline format
Parameters schema in michelson format
Unused means that the entrypoint can be normalized to a more specific one.
For example here (or %entry1 (unit %entry2) (nat %entry3))
the %entry1
is unused entrypoint
because it can be normalized to %entry2
or %entry3
Returns contract's entrypoint with specified name.
Contract address (starting with KT)
Entrypoint name
Entrypoint name
A kind of JSON schema, describing how parameters will look like in a human-readable JSON format
Parameters schema in micheline format
Parameters schema in michelson format
Unused means that the entrypoint can be normalized to a more specific one.
For example here (or %entry1 (unit %entry2) (nat %entry3))
the %entry1
is unused entrypoint
because it can be normalized to %entry2
or %entry3