DharmaKeyRingFactoryV2
Verified contract
Active on
Ethereum with 2,860 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "DharmaKeyRingFactoryV2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11350372 | 4 years ago | | | 0 | 0.012882428 | |
| 11125008 | 4 years ago | | | 0 | 0.0078034998 | |
| 11112270 | 4 years ago | | | 0 | 0.018085531 | |
| 11106759 | 4 years ago | | | 0 | 0.021728464 | |
| 11105076 | 4 years ago | | | 0 | 0.014183058 | |
| 11081894 | 4 years ago | | | 0 | 0.0074194236 | |
| 11055788 | 4 years ago | | | 0 | 0.023286338 | |
| 11051827 | 4 years ago | | | 0 | 0.017241104 | |
| 11031634 | 4 years ago | | | 0 | 0.011061546 | |
| 11028128 | 4 years ago | | | 0 | 0.018346554 |
ABI
ABI objects
Getter at block 21247942
This contract contains no getter function objects.
Read-only
getFirstKeyRingAdminActionID(address keyRing, address additionalUserSigningKey) view returns (bytes32 adminActionID)
getNextKeyRing(address userSigningKey) view returns (address targetKeyRing)
State-modifying
Events newKeyRing(address userSigningKey, address targetKeyRing) returns (address keyRing)
newKeyRingAndAdditionalKey(address userSigningKey, address targetKeyRing, address additionalSigningKey, bytes signature) returns (address keyRing)
newKeyRingAndDaiWithdrawal(address userSigningKey, address targetKeyRing, address smartWallet, uint256 amount, address recipient, uint256 minimumActionGas, bytes userSignature, bytes dharmaSignature) returns (address keyRing, bool withdrawalSuccess)
newKeyRingAndUSDCWithdrawal(address userSigningKey, address targetKeyRing, address smartWallet, uint256 amount, address recipient, uint256 minimumActionGas, bytes userSignature, bytes dharmaSignature) returns (address keyRing, bool withdrawalSuccess)
KeyRingDeployed(address keyRing, address userSigningKey)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.