0x5ebc127fae83ed5bdd91fc6a5f5767e259df5642
Verified contract
Proxy
Active on
Ethereum with 65,951 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "0x5ebc127fae83ed5bdd91fc6a5f5767e259df5642"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244420 | 37 minutes ago | | | 0 | 0.0031068991 | |
| 21244406 | 39 minutes ago | | | 0 | 0.0037546863 | |
| 21243848 | 3 hours ago | | | 0.012 | 0.0035159429 | |
| 21243680 | 3 hours ago | | | 0 | 0.0037512286 | |
| 21243559 | 3 hours ago | | | 0 | 0.0053330719 | |
| 21243523 | 4 hours ago | | | 0.026 | 0.0029734619 | |
| 21243362 | 4 hours ago | | | 0 | 0.0027250365 | |
| 21242949 | 6 hours ago | | | 0.017 | 0.0019804998 | |
| 21242918 | 6 hours ago | | | 0.069397 | 0.0088522683 | |
| 21242556 | 7 hours ago | | | 0.017 | 0.0020212404 |
ABI
ABI objects
Getter at block 21244598
APP_SIGNER_TYPEHASH() view returns (bytes32)
0xc83d02443cc9e12c5d2faae8a9a36bf0112f5b4a8cce23c9277a0c68bf638762
domainSeparatorV4() view returns (bytes32)
0x52168b9443a838fb8bbf86ab5c87ae7babb478d71460ad6b9423a8da76ffe678
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=TrustedForwarder, version=1, chainId=1, verifyingContract=0x5ebc127fae83ed5bdd91fc6a5f5767e259df5642, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0xd2edd33979fb1c69c20b09f5330cc1649d4b613b
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)
TrustedForwarder__CannotSetAppSignerToZeroAddress()
TrustedForwarder__CannotSetOwnerToZeroAddress()
TrustedForwarder__CannotUseWithoutSignature()
TrustedForwarder__InvalidSignature()
TrustedForwarder__SignerNotAuthorized()