VaultFactory
Verified contract
Active on
Ethereum with 109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd7df…7a9f
0x15f7…fae4
Balances ($53.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLOKI | ERC-20 | 222.222K | $0.000241 |
$53.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18316225 | a year ago | | | 0 | 0.011660962 | |
| 18292875 | a year ago | | | 0 | 0.031134219 | |
| 18278268 | a year ago | | | 0 | 0.041427319 | |
| 18277373 | a year ago | | | 0 | 0.024342126 | |
| 18273215 | a year ago | | | 0 | 0.019638649 | |
| 18273051 | a year ago | | | 0 | 0.021790499 | |
| 18237404 | a year ago | | | 0 | 0.015540712 | |
| 18215358 | a year ago | | | 0 | 0.047448924 | |
| 18212293 | a year ago | | | 0 | 0.014291608 | |
| 18201842 | a year ago | | | 0 | 0.015990738 |
ABI
ABI objects
Getter at block 21399286
keyNFT() view returns (address)
0xd7df4d751a16a6e2a68c1a383e6aee94baff7a9f
maxTokensPerVault() view returns (uint256)
100
owner() view returns (address)
0xf5d492ffbec47db69333a6812bec227b6f670a86
paymentModule() view returns (address)
0x15f7b0d67ed428c4cef4d6a05716efcd5d24fae4
Read-only
vaultByKey(uint256) view returns (address)
vaultStatus(address) view returns (uint8)
State-modifying
Events createVault(address referrer, address beneficiary, uint256 unlockTimestamp, struct IDepositHandlerFungibleTokenDeposit[] fungibleTokenDeposits, struct IDepositHandlerNonFungibleTokenDeposit[] nonFungibleTokenDeposits, struct IDepositHandlerMultiTokenDeposit[] multiTokenDeposits, bool isVesting)
notifyUnlock(bool isCompletelyUnlocked)
setMaxTokensPerVault(uint256 newMax)
updateOwner(address newOwner)
updatePaymentModule(address newModule)
MaxTokensUpdated(uint256 indexed oldMax, uint256 indexed newMax)
PaymentModuleUpdated(address indexed oldModule, address indexed newModule)
VaultCreated(address indexed vault, uint256 indexed key, address benefactor, address indexed beneficiary, uint256 unlockTimestamp, struct IDepositHandlerFungibleTokenDeposit[] fungibleTokenDeposits, struct IDepositHandlerNonFungibleTokenDeposit[] nonFungibleTokenDeposits, struct IDepositHandlerMultiTokenDeposit[] multiTokenDeposits, bool isVesting)
VaultUnlocked(address indexed vault, uint256 timestamp, bool isCompletelyUnlocked)
constructor(address keyNFTAddress, address paymentModuleAddress, uint256 maxTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.