Returns a list of origination operations.
Type of the operation, origination
- deployment / contract creation operation.
Unique ID of the operation, stored in the TzKT indexer database
The height of the block from the genesis block, in which the operation was included
Datetime of the block, in which the operation was included (ISO 8601, e.g. 2020-02-20T02:40:57Z
)
Hash of the block, in which the operation was included
Hash of the operation
An account nonce which is used to prevent operation replay
Information about the initiator of the contract call
Information about the account, created a contract
Hash of the sender contract code, or null
is the sender is not a contract
An account nonce which is used to prevent internal operation replay
A cap on the amount of gas a given operation can consume
Amount of gas, consumed by the operation
A cap on the amount of storage a given operation can consume
Amount of storage, consumed by the operation
Fee to the baker, produced block, in which the operation was included (micro tez)
The amount of funds burned from the sender account for contract storage in the blockchain (micro tez)
The amount of funds burned from the sender account for contract account creation (micro tez)
The contract origination balance (micro tez)
Information about the account, which was marked as a manager in the operation
Information about the baker (delegate), which was marked as a delegate in the operation
Contract code. Note: you can configure code format by setting micheline
query parameter (0 | 2
- raw micheline, 1 | 3
- raw micheline string).
Initial contract storage value converted to human-readable JSON. Note: you can configure storage format by setting micheline
query parameter.
List of bigmap updates (aka big_map_diffs) caused by the origination.
Operation status (applied
- an operation applied by the node and successfully added to the blockchain,
failed
- an operation which failed with some particular error (not enough balance, gas limit, etc),
backtracked
- an operation which was a successful but reverted due to one of the following operations in the same operation group was failed,
skipped
- all operations after the failed one in an operation group)
List of errors provided by the node, injected the operation to the blockchain. null
if there is no errors
Information about the originated ( deployed / created ) contract
Number of token transfers produced by the operation, or null
if there are no transfers
Injected historical quote at the time of operation
Returns origination operations with specified hash.
Operation hash
Type of the operation, origination
- deployment / contract creation operation.
Unique ID of the operation, stored in the TzKT indexer database
The height of the block from the genesis block, in which the operation was included
Datetime of the block, in which the operation was included (ISO 8601, e.g. 2020-02-20T02:40:57Z
)
Hash of the block, in which the operation was included
Hash of the operation
An account nonce which is used to prevent operation replay
Information about the initiator of the contract call
Information about the account, created a contract
Hash of the sender contract code, or null
is the sender is not a contract
An account nonce which is used to prevent internal operation replay
A cap on the amount of gas a given operation can consume
Amount of gas, consumed by the operation
A cap on the amount of storage a given operation can consume
Amount of storage, consumed by the operation
Fee to the baker, produced block, in which the operation was included (micro tez)
The amount of funds burned from the sender account for contract storage in the blockchain (micro tez)
The amount of funds burned from the sender account for contract account creation (micro tez)
The contract origination balance (micro tez)
Information about the account, which was marked as a manager in the operation
Information about the baker (delegate), which was marked as a delegate in the operation
Contract code. Note: you can configure code format by setting micheline
query parameter (0 | 2
- raw micheline, 1 | 3
- raw micheline string).
Initial contract storage value converted to human-readable JSON. Note: you can configure storage format by setting micheline
query parameter.
List of bigmap updates (aka big_map_diffs) caused by the origination.
Operation status (applied
- an operation applied by the node and successfully added to the blockchain,
failed
- an operation which failed with some particular error (not enough balance, gas limit, etc),
backtracked
- an operation which was a successful but reverted due to one of the following operations in the same operation group was failed,
skipped
- all operations after the failed one in an operation group)
List of errors provided by the node, injected the operation to the blockchain. null
if there is no errors
Information about the originated ( deployed / created ) contract
Number of token transfers produced by the operation, or null
if there are no transfers
Injected historical quote at the time of operation