QuickAccManager
Verified contract
Active on
Ethereum with 9,724 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "QuickAccManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244780 | 8 hours ago | | | 0 | 0.0022940996 | |
| 21243026 | 14 hours ago | | | 0 | 0.0016207116 | |
| 21242326 | 17 hours ago | | | 0 | 0.00077516357 | |
| 21242305 | 17 hours ago | | | 0 | 0.00095481459 | |
| 21242302 | 17 hours ago | | | 0 | 0.0011804298 | |
| 21242299 | 17 hours ago | | | 0 | 0.0010914842 | |
| 21242294 | 17 hours ago | | | 0 | 0.0010395426 | |
| 21242276 | 17 hours ago | | | 0 | 0.0010484646 | |
| 21242161 | 17 hours ago | | | 0 | 0.00092361208 | |
| 21242148 | 17 hours ago | | | 0 | 0.00095776224 |
ABI
ABI objects
Getter at block 21247254
DOMAIN_SEPARATOR() view returns (bytes32)
0x5359cfe34983d1c255c36b4f902879275a9d1908d3af9690fdb399723ba0e9c0
Read-only
isValidSignature(bytes32 hash, bytes signature) view returns (bytes4)
nonces(address) view returns (uint256)
scheduled(bytes32) view returns (uint256)
State-modifying
Events cancel(address identity, struct QuickAccManagerQuickAccount acc, uint256 nonce, bytes sig, struct IdentityTransaction[] txns)
execScheduled(address identity, bytes32 accHash, uint256 nonce, struct IdentityTransaction[] txns)
send(address identity, struct QuickAccManagerQuickAccount acc, struct QuickAccManagerDualSig sigs, struct IdentityTransaction[] txns)
sendTransfer(address identity, struct QuickAccManagerQuickAccount acc, struct QuickAccManagerDualSigAlwaysBoth sigs, struct QuickAccManagerTransfer t)
sendTxns(address identity, struct QuickAccManagerQuickAccount acc, struct QuickAccManagerDualSigAlwaysBoth sigs, struct QuickAccManagerTxn[] txns)
LogCancelled(bytes32 indexed txnHash, bytes32 indexed accHash, address indexed signer, uint256 time)
LogExecScheduled(bytes32 indexed txnHash, bytes32 indexed accHash, uint256 time)
LogScheduled(bytes32 indexed txnHash, bytes32 indexed accHash, address indexed signer, uint256 nonce, uint256 time, struct IdentityTransaction[] txns)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.