isOwner is used to check whether the sender is the owner of the contract.
the sender of the transaction, hex string format with 0x prefix.
true if the sender is the owner of the contract, otherwise false.
preTxExecute will be triggered before the transaction is executed.
context information of current join point.
isOwner is used to check whether the sender is the owner of the contract.