Vault Factory

Code

Github Link: https://github.com/KelvinThai/Blast_LpStaking

Address

Events, Read-Only Functions, and State-Changing Functions

OwnershipTransferred

Emitted when ownership of the contract is transferred from one address to another.

event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
Parameter Name
Description

previousOwner

The address of the previous owner.

newOwner

The address of the new owner.

VaultCreated

Emitted when a new vault is created.

event VaultCreated(address indexed vault);
Parameter Name
Description

value

The address of the newly created vault contract.

Last updated