TrustedMulticallForwarder
Verified contract
Active on
Base with 146,392 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,344.30 |
$0 | |
GTC | ERC-20 | 2.4K | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 494.833737 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22718397 | a few seconds ago | | | <0.00000001 | 0.0000031137783 | |
| 22718397 | a few seconds ago | | | <0.00000001 | 0.00016046574 | |
| 22718286 | 4 minutes ago | | | <0.00000001 | 0.0000036632076 | |
| 22718286 | 4 minutes ago | | | <0.00000001 | 0.000088646070 | |
| 22718234 | 6 minutes ago | | | <0.00000001 | 0.0000047978453 | |
| 22718234 | 6 minutes ago | | | <0.00000001 | 0.00016538796 | |
| 22718136 | 9 minutes ago | | | <0.00000001 | 0.0000040081745 | |
| 22718090 | 11 minutes ago | | | <0.00000001 | 0.000064517684 | |
| 22717560 | 28 minutes ago | | | <0.00000001 | 0.000062198440 | |
| 22717358 | 35 minutes ago | | | <0.00000001 | 0.000069484132 |
ABI
ABI objects
Getter at block 22718408
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=trusted-multicall-forwarder, version=1, chainId=8453, verifyingContract=0xe2c5658cc5c448b48141168f3e475df8f65a1e3e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getBasefee() view returns (uint256 basefee)
9466373
getBlockNumber() view returns (uint256 blockNumber)
22718408
getChainId() view returns (uint256 chainid)
8453
getCurrentBlockCoinbase() view returns (address coinbase)
0x4200000000000000000000000000000000000011
getCurrentBlockGasLimit() view returns (uint256 gaslimit)
180000000
getCurrentBlockTimestamp() view returns (uint256 timestamp)
1732226163
getLastBlockHash() view returns (bytes32 blockHash)
0x8ccab292323b7b866f9ebb15eb3d375bbb1a8eadc2a9535c9fd889376acff771
getPrevRandao() view returns (uint256 prevrandao)
43344890223801626765707777184916475027418807888686338337150579921520569746638
Read-only
getBlockHash(uint256 blockNumber) view returns (bytes32 blockHash)
getEthBalance(address addr) view returns (uint256 balance)
nonces(address owner) view returns (uint256)
verify(struct ERC2771ForwarderForwardRequestData request) view returns (bool)
State-modifying
Events aggregate(struct TrustedMulticallForwarderCall[] calls) returns (uint256 blockNumber, bytes[] returnData)
aggregate3(struct TrustedMulticallForwarderCall3[] calls) payable returns (struct TrustedMulticallForwarderResult[] returnData)
aggregate3Value(struct TrustedMulticallForwarderCall3Value[] calls) payable returns (struct TrustedMulticallForwarderResult[] returnData)
blockAndAggregate(struct TrustedMulticallForwarderCall[] calls) payable returns (uint256 blockNumber, bytes32 blockHash, struct TrustedMulticallForwarderResult[] returnData)
execute(struct ERC2771ForwarderForwardRequestData request) payable
executeBatch(struct ERC2771ForwarderForwardRequestData[] requests) payable returns (struct TrustedMulticallForwarderResult[] returnData)
executeBatch(struct ERC2771ForwarderForwardRequestData[] requests, address refundReceiver) payable
tryAggregate(bool requireSuccess, struct TrustedMulticallForwarderCall[] calls) returns (struct TrustedMulticallForwarderResult[] returnData)
tryBlockAndAggregate(bool requireSuccess, struct TrustedMulticallForwarderCall[] calls) payable returns (uint256 blockNumber, bytes32 blockHash, struct TrustedMulticallForwarderResult[] returnData)
EIP712DomainChanged()
ExecutedForwardRequest(address indexed signer, uint256 nonce, bool success)
constructor()
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)