TradingVaultFactory
Verified contract
Active on
Base with 597 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TradingVaultFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15750985 | 5 months ago | | | 0 | 0.0000031612874 | |
| 14891221 | 5 months ago | | | 0 | 0.0000036103267 | |
| 14888586 | 5 months ago | | | 0 | 0.0000036104417 | |
| 14887779 | 5 months ago | | | 0 | 0.000032126283 | |
| 14886826 | 5 months ago | | | 0 | 0.0000036104417 | |
| 14880406 | 5 months ago | | | 0 | 0.000022785933 | |
| 14876523 | 5 months ago | | | 0 | 0.0000036104417 | |
| 14874527 | 5 months ago | | | 0 | 0.0000036104417 | |
| 14873536 | 5 months ago | | | 0 | 0.0000036102116 | |
| 14870551 | 5 months ago | | | 0 | 0.000035289950 |
ABI
ABI objects
Getter at block 22113157
owner() view returns (address)
0xc50932edd1c14272aa35324dfc45a19ec57839aa
Read-only
encodeDeploymentParams(struct DeployParams deployParams) pure returns (bytes32)
encodeSalt(address sender, bytes32 deploymentSalt) pure returns (bytes32)
getVaultAddress(address tradingVaultImplementation, bytes32 deploymentSalt) view returns (address)
isSignatureVerifier(address) view returns (bool)
State-modifying
Events addSignatureVerifier(address _signatureVerifier)
createVault(address tradingVaultImplementation, bytes32 salt, struct BaseNativeWrapperConfig baseNativeWrapperConfig, struct CoreAccessControlConfig coreAccessControlConfig, struct CoreSimpleSwapConfig coreSimpleSwapConfig, struct CoreFeesConfig coreFeesConfig) payable
createVaultWithPermission(struct DeployParams deployParams, bytes authorizedSignature) payable
removeSignatureVerifier(address _signatureVerifier)
renounceOwnership()
transferOwnership(address newOwner)
NewVaultDeploy(address sender, address vault, bytes32 salt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignatureVerifierAdded(address signatureVerifier)
SignatureVerifierRemoved(address signatureVerifier)
constructor(address _owner, address[] _initialVerifiers)
This contract contains no fallback and receive objects.
DeadlineExceeded()
InvalidAddress()
InvalidSignature()
InvalidSignatureLength()
MismatchedChainId()