FinalCoreModule
Verified contract
Active on
Ethereum with 43,062 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FinalCoreModule"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148240 | a day ago | | | 0 | 0.0013290367 | |
| 21142968 | 2 days ago | | | 0 | 0.0037865626 | |
| 21142964 | 2 days ago | | | 0 | 0.0029023058 | |
| 21142123 | 2 days ago | | | 0 | 0.0015275200 | |
| 21141633 | 2 days ago | | | 0 | 0.0011944192 | |
| 21140763 | 2 days ago | | | 0 | 0.0015103920 | |
| 21140761 | 2 days ago | | | 0 | 0.0015036263 | |
| 21110889 | 7 days ago | | | 0 | 0.00022171224 | |
| 21088844 | 10 days ago | | | 0 | 0.00071263700 | |
| 21088844 | 10 days ago | | | 0 | 0.00067335744 |
ABI
ABI objects
Getter at block 21158401
FORWARDER_DOMAIN_SEPARATOR() view returns (bytes32)
0x83713a68dca33ef314a9a9faab35e2a9ef37599514ba8bbec1879966ef71e6aa
MAX_REIMBURSTMENT_OVERHEAD() view returns (uint256)
63000
META_TX_TYPEHASH() view returns (bytes32)
0xf3c56bcb8317dca4d93b75989c647335ccd94939f2863c4466c7964f0d15dc95
TOUCH_GRACE_PERIOD() view returns (uint256)
2592000
bindableMethods() pure returns (bytes4[])
[0x1626ba7e]
feeCollector() view returns (address)
0xee94cf48924b720af939e732e98f30f9594f87c5
hashStore() view returns (address)
0xc6ea970917451fe149537779c20f721eb5e71e76
metaTxForwarder() view returns (address)
0xe915058df18e7efe92af5c44df3f575fba061b64
moduleRegistry() view returns (address)
0xc8af9c2389af5710dba268050ebf9350cd0acab3
priceOracle() view returns (address)
0x4ead68830f45d73478c93953ed56c532bffff4b5
quotaStore() view returns (address)
0x15f50bb48ca4be1ad4a6ad5804b18fb7d198618f
securityStore() view returns (address)
0x2f84f6f613280fd4df11ab2480e777ba8bb6282a
walletFactory() view returns (address)
0x9fad9ffcea95c345d41055a63bd099e1a0576109
whitelistStore() view returns (address)
0x1663647389993181d13cb45e2113c5d92fa89e70
Read-only
isNonceValid(address wallet, uint256 nonce) view returns (bool)
isValidSignature(bytes32 _signHash, bytes _signature) view returns (bytes4 magicValue)
lastNonce(address wallet) view returns (uint256)
nonces(address) view returns (uint256)
validateMetaTx(address from, address to, uint256 nonce, bytes32 txAwareHash, address gasToken, uint256 gasPrice, uint256 gasLimit, bytes data, bytes signature) view
State-modifying
Events activate()
batchCall(address wallet, address[] to, bytes[] data)
deactivate()
executeMetaTx(address from, address to, uint256 nonce, bytes32 txAwareHash, address gasToken, uint256 gasPrice, uint256 gasLimit, bytes data, bytes signature) returns (bool success)
Activated(address wallet)
Deactivated(address wallet)
MetaTxExecuted(address relayer, address from, uint256 nonce, bytes32 txAwareHash, bool success, uint256 gasUsed)
WalletLocked(address indexed wallet, address by, bool locked)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.