Get logs from a contract
transaction object
Optional
startHeight: bigintstarting block height to get logs defaults to current block height -10000
an RPCEventLogs object
Get receipts from a transaction
transaction object
The abi for the contract that was called
Optional
contract: stringthe contract address, if there is one
an array of TransactionReceipt objects
Search events from a contract
transaction object
Optional
topics: string[]the topics to filter by
the starting block height to filter by defaults to 0
the end block height to filter by, defaults to -1 for most recent block
an EventLogs object
Perform sendtocontract
The contract address
The contract method to send to
The arguments to use
The amount to send to the contract
The amount of gas units allowed
The satoshi price per gas
The contract abi
see Result
Perform calltocontract