ExecWithSigsFacet
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "ExecWithSigsFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ExecWithSigsFacet"
ABI
ABI objects
Getter at block 22754324
DOMAIN_SEPARATOR() view returns (bytes32)
0x64ae40fab6d42ab219172ccd912b133de9db8e4c82a3c387b385a562d95eeb30
MESSAGE_FEE_COLLECTOR_TYPEHASH() view returns (bytes32)
0x15ea0da85861618c9ae40705639b53a47a369c0b4b55741da2aa0f79d3235d9d
MESSAGE_RELAY_CONTEXT_TYPEHASH() view returns (bytes32)
0xdeafacdf5224fb9ef6c15396bde676d97f8f72cc4bee754b9a0803d446f86215
MESSAGE_TRACK_FEE() view returns (bytes32)
0x2f71996ae4aca459fa1de35c4c80eb16395d23dfdd4cdc6c7d06180d568f9d19
MESSAGE_TYPEHASH() view returns (bytes32)
0x87c50c7b9f488d9b1e7b606f3c7542bfe124c63d17647448f2261b53dfa9b976
feeCollector() view returns (address)
0x3ac05161b76a35c1c28dc99aa01bed7b24cea3bf
name() view returns (string)
ExecWithSigsFacet
version() view returns (string)
1
Read-only
This contract contains no read-only function objects.
State-modifying
Events execWithSigs(struct ExecWithSigs _call) returns (uint256 estimatedGasUsed)
execWithSigsFeeCollector(struct ExecWithSigsFeeCollector _call) returns (uint256 estimatedGasUsed, uint256 observedFee)
execWithSigsRelayContext(struct ExecWithSigsRelayContext _call) returns (uint256 estimatedGasUsed, uint256 observedFee)
execWithSigsTrackFee(struct ExecWithSigsTrackFee _call) returns (uint256 estimatedGasUsed, uint256 observedFee)
simulateExecWithSigs(address _service, bytes _data) returns (uint256 estimatedGasUsed)
simulateExecWithSigsFeeCollector(address _service, bytes _data, address _feeToken) returns (uint256 estimatedGasUsed, uint256 observedFee)
simulateExecWithSigsRelayContext(address _service, bytes _data, address _feeToken, uint256 _fee) returns (uint256 estimatedGasUsed, uint256 observedFee)
simulateExecWithSigsTrackFee(address _service, bytes _data, address _feeToken) returns (uint256 estimatedGasUsed, uint256 observedFee, bool isFeeCollector)
LogExecWithSigs(bytes32 correlationId, struct Message msg, address indexed executorSigner, address indexed checkerSigner, uint256 estimatedGasUsed, address sender)
LogExecWithSigsFeeCollector(bytes32 correlationId, struct MessageFeeCollector msg, address indexed executorSigner, address indexed checkerSigner, uint256 observedFee, uint256 estimatedGasUsed, address sender)
LogExecWithSigsRelayContext(bytes32 correlationId, struct MessageRelayContext msg, address indexed executorSigner, address indexed checkerSigner, uint256 observedFee, uint256 estimatedGasUsed, address sender)
LogExecWithSigsTrackFee(bytes32 correlationId, struct MessageTrackFee msg, address indexed executorSigner, address indexed checkerSigner, uint256 observedFee, uint256 estimatedGasUsed, address sender)
constructor(address _feeCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.