ExecWithSigFacet
Verified contract
Implementation
Active on
Base with 0 txns
Inferred storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ExecWithSigFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ExecWithSigFacet"
ABI
ABI objects
Getter at block 22747758
DOMAIN_SEPARATOR() view returns (bytes32)
0x920a7583c4f78b64ef7e98f40de28c4a0c09f9dc77321832dbc3041b462efa73
EXEC_WITH_SIG_FEE_COLLECTOR_TYPEHASH() view returns (bytes32)
0xaaa5d8e2d6160c7ccf701a91867ecf7b3327616b86517ba2877a29b239834a46
EXEC_WITH_SIG_RELAY_CONTEXT_TYPEHASH() view returns (bytes32)
0x011b36a22f5512e31565a6d6b3c94040086fd7d062a03be746ff846cb28d1236
EXEC_WITH_SIG_TRACK_FEE_TYPEHASH() view returns (bytes32)
0xb3e07fad032543259934959949cca9868d76bf50c201033ec6130aa94ba67c30
EXEC_WITH_SIG_TYPEHASH() view returns (bytes32)
0x55510664db615dc1508cf7bebfd1b0858ae6ad32d64a471679981363d1c2475b
feeCollector() view returns (address)
0x3ac05161b76a35c1c28dc99aa01bed7b24cea3bf
name() view returns (string)
ExecWithSigFacet
version() view returns (string)
1
Read-only
This contract contains no read-only function objects.
State-modifying
Events execWithSig(bytes32 _correlationId, address _service, bytes _data, uint256 _salt, uint256 _deadline, bytes32 _r, bytes32 _vs) returns (uint256 estimatedGasUsed)
execWithSigFeeCollector(bytes32 _correlationId, address _service, bytes _data, uint256 _salt, uint256 _deadline, address _feeToken, bytes32 _r, bytes32 _vs) returns (uint256 estimatedGasUsed, uint256 observedFee)
execWithSigRelayContext(bytes32 _correlationId, address _service, bytes _data, uint256 _salt, uint256 _deadline, address _feeToken, uint256 _fee, bytes32 _r, bytes32 _vs) returns (uint256 estimatedGasUsed, uint256 observedFee)
execWithSigTrackFee(bytes32 _correlationId, address _service, bytes _data, uint256 _salt, uint256 _deadline, address _feeToken, bool _isFeeCollector, bytes32 _r, bytes32 _vs) returns (uint256 estimatedGasUsed, uint256 observedFee)
simulateExecWithSig(address _service, bytes _data) returns (uint256 estimatedGasUsed)
simulateExecWithSigFeeCollector(address _service, bytes _data, address _feeToken) returns (uint256 estimatedGasUsed, uint256 observedFee)
simulateExecWithSigRelayContext(address _service, bytes _data, address _feeToken, uint256 _fee) returns (uint256 estimatedGasUsed, uint256 observedFee)
simulateExecWithSigTrackFee(address _service, bytes _data, address _feeToken) returns (uint256 estimatedGasUsed, uint256 observedFee, bool isFeeCollector)
LogExecWithSig(bytes32 correlationId, address service, address checkerSigner, address sender)
LogExecWithSigFeeCollector(bytes32 correlationId, address service, address checkerSigner, address feeToken, uint256 observedFee, address sender)
LogExecWithSigRelayContext(bytes32 correlationId, address service, address checkerSigner, address feeToken, uint256 observedFee, address sender)
LogExecWithSigTrackFee(bytes32 correlationId, address service, address checkerSigner, address feeToken, uint256 observedFee, address sender)
constructor(address _feeCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.