ERC2771Forwarder
Verified contract
Implementation
Active on
Ethereum 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 "ERC2771Forwarder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC2771Forwarder"
ABI
ABI objects
Getter at block 20885230
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Keyring Network, version=1, chainId=1, verifyingContract=0x3fab04220c37fdb7fe7845b31cc6c4308effedc1, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
Read-only
nonces(address owner) view returns (uint256)
verify(struct ERC2771ForwarderForwardRequestData request) view returns (bool)
State-modifying
Events execute(struct ERC2771ForwarderForwardRequestData request) payable
EIP712DomainChanged()
ExecutedForwardRequest(address indexed signer, uint256 nonce, bool success)
constructor(string name)
This contract contains no fallback and receive objects.
ERC2771ForwarderExpiredRequest(uint48 deadline)
ERC2771ForwarderInvalidSigner(address signer, address from)
ERC2771ForwarderMismatchedValue(uint256 requestedValue, uint256 msgValue)
ERC2771UntrustfulTarget(address target, address forwarder)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
StringTooLong(string str)