TrustedForwarder
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "TrustedForwarder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TrustedForwarder"
ABI
ABI objects
Getter at block 22748115
APP_SIGNER_TYPEHASH() view returns (bytes32)
0xc83d02443cc9e12c5d2faae8a9a36bf0112f5b4a8cce23c9277a0c68bf638762
domainSeparatorV4() view returns (bytes32)
0x1db5c7d0b4991c80fed7f294bb5b4deb2b41d20ed2085391a38fe4a02b640ad6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=TrustedForwarder, version=1, chainId=8453, verifyingContract=0xff000047abea9064c699c0727148776e4e17771c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0x4e59b44847b379578588920ca78fbf26c0b4956c
signer() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events __TrustedForwarder_init(address owner, address appSigner)
deactivateSigner()
forwardCall(address target, bytes message) payable returns (bytes returnData)
forwardCall(address target, bytes message, struct TrustedForwarderSignatureECDSA signature) payable returns (bytes returnData)
renounceOwnership()
transferOwnership(address newOwner)
updateSigner(address signer_)
EIP712DomainChanged()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)
TrustedForwarder__CannotSetAppSignerToZeroAddress()
TrustedForwarder__CannotSetOwnerToZeroAddress()
TrustedForwarder__CannotUseWithoutSignature()
TrustedForwarder__InvalidSignature()
TrustedForwarder__SignerNotAuthorized()