AcceptsContractSignaturesForwarder
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AcceptsContractSignaturesForwarder"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13619907 | 3 years ago | | | 0 | 0.0060701731 | |
| 13536583 | 3 years ago | | | 0 | 0.0057470110 | |
| 13536576 | 3 years ago | | | 0 | 0.0086617817 |
ABI
ABI objects
Getter at block 21158179
EIP712_DOMAIN_TYPE() view returns (string)
EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)
GENERIC_PARAMS() view returns (string)
address from,address to,uint256 value,uint256 gas,uint256 nonce,bytes data,uint256 validUntil
Read-only
_getEncoded(struct IForwarderForwardRequest req, bytes32 requestTypeHash, bytes suffixData) pure returns (bytes)
domains(bytes32) view returns (bool)
getNonce(address from) view returns (uint256)
typeHashes(bytes32) view returns (bool)
verify(struct IForwarderForwardRequest req, bytes32 domainSeparator, bytes32 requestTypeHash, bytes suffixData, bytes sig) view
State-modifying
Events execute(struct IForwarderForwardRequest req, bytes32 domainSeparator, bytes32 requestTypeHash, bytes suffixData, bytes sig) payable returns (bool success, bytes ret)
registerDomainSeparator(string name, string version)
registerRequestType(string typeName, string typeSuffix)
DomainRegistered(bytes32 indexed domainSeparator, bytes domainValue)
RequestTypeRegistered(bytes32 indexed typeHash, string typeStr)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.