0x5ebc127fae83ed5bdd91fc6a5f5767e259df5642
Unverified contract
Proxy
Active on
Base with 43,760 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 ($1,253.11)
Native
Value
$1,253.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.3805 | $3,293.33 |
$1,253.11 | |
USA | ERC-20 | 1 | $0.000775 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 108.967033 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744981 | 2 hours ago | | | 0 | 0.000034022387 | |
| 22743161 | 3 hours ago | | | 0 | 0.0000034484599 | |
| 22739858 | 5 hours ago | | | 0.009 | 0.0000040451380 | |
| 22738831 | 5 hours ago | | | 0.1269 | 0.000022262768 | |
| 22738058 | 6 hours ago | | | 0 | 0.0000067621171 | |
| 22733626 | 8 hours ago | | | 0.4 | 4.1639044e-7 | |
| 22733227 | 8 hours ago | | | 0 | 0.000020394997 | |
| 22728799 | 11 hours ago | | | 0 | 4.8240861e-7 | |
| 22728647 | 11 hours ago | | | 0 | 0.000017341158 | |
| 22724390 | 13 hours ago | | | 0 | 0.0000028425416 |
ABI
ABI objects
Getter at block 22748115
APP_SIGNER_TYPEHASH() view returns (bytes32)
0xc83d02443cc9e12c5d2faae8a9a36bf0112f5b4a8cce23c9277a0c68bf638762
domainSeparatorV4() view returns (bytes32)
0x4b4226105543b81a0a3d4f6e275b6249c9e6646296c92c443a3a13bbeb9a35e1
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=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()