ERC2771Forwarder
Verified contract
Active on
Base with 353 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ERC2771Forwarder"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22731764 | a day ago | | | 0 | 2.9673315e-7 | |
| 22726723 | a day ago | | | 0 | 1.3301120e-7 | |
| 22712678 | a day ago | | | 0 | 0.000000606823011543 | |
| 22648290 | 3 days ago | | | 0 | 0.000000606823011543 | |
| 22646672 | 3 days ago | | | 0 | 0.000000606823011543 | |
| 22645465 | 3 days ago | | | 0 | 0.000000606823011543 | |
| 22639217 | 3 days ago | | | 0 | 0.000000606823011543 | |
| 22626269 | 3 days ago | | | 0 | 0.000000606823011543 | |
| 22623321 | 3 days ago | | | 0 | 2.9239302e-7 | |
| 22622442 | 3 days ago | | | 0 | 0.000000606823011543 |
ABI
ABI objects
Getter at block 22771418
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Doodles Forwarder, version=1, chainId=8453, verifyingContract=0x55ee059d23c55b5a6953823286a718feb82cf70b, 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
executeBatch(struct ERC2771ForwarderForwardRequestData[] requests, address refundReceiver) payable
EIP712DomainChanged()
ExecutedForwardRequest(address indexed signer, uint256 nonce, bool success)
constructor(string name)
This contract contains no fallback and receive objects.
AddressInsufficientBalance(address account)
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)