0xb233e3602bb06aa2c2db0982bbaf33c2b15184c9
Unverified contract
Proxy
Active on
Base with 13,988 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 34.229102 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22734263 | 9 hours ago | | | 0 | 1.7644593e-7 | |
| 22734217 | 9 hours ago | | | 0 | 1.7146058e-7 | |
| 22734090 | 9 hours ago | | | 0 | 1.8013360e-7 | |
| 22733985 | 9 hours ago | | | 0 | 5.4793730e-7 | |
| 22733974 | 9 hours ago | | | 0 | 7.8834516e-7 | |
| 22720685 | 17 hours ago | | | 0 | 0.0000010834767 | |
| 22694846 | a day ago | | | 0 | 0.0000028679014 | |
| 22692459 | a day ago | | | 0.11 | 0.0000031617140 | |
| 22646898 | 2 days ago | | | 0.00029 | 0.0000016023361 | |
| 22632217 | 3 days ago | | | 0 | 0.0000025619279 |
ABI
ABI objects
Getter at block 22750596
APP_SIGNER_TYPEHASH() view returns (bytes32)
0xc83d02443cc9e12c5d2faae8a9a36bf0112f5b4a8cce23c9277a0c68bf638762
domainSeparatorV4() view returns (bytes32)
0x6c677c07c88e1d8c4d405e2aa8a87f56060d783ddaf6e30699d3b36af600ab59
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=0xb233e3602bb06aa2c2db0982bbaf33c2b15184c9, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0xf3d63166f0ca56c3c1a3508fce03ff0cf3fb691e
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()