SimpleVaultMigrator
Verified contract
Active on
Ethereum with 959 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 "SimpleVaultMigrator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21301420 | 17 hours ago | | | 0 | 0.0089804044 | |
| 21280541 | 4 days ago | | | 0 | 0.020532781 | |
| 21249245 | 8 days ago | | | 0 | 0.011970733 | |
| 21215908 | 13 days ago | | | 0 | 0.023162850 | |
| 21215654 | 13 days ago | | | 0 | 0.014467154 | |
| 21160252 | 20 days ago | | | 0 | 0.015712972 | |
| 21126375 | 25 days ago | | | 0 | 0.020732648 | |
| 21116012 | a month ago | | | 0 | 0.0045224177 | |
| 21106912 | a month ago | | | 0 | 0.0035012035 | |
| 21083119 | a month ago | | | 0 | 0.0065155330 |
ABI
ABI objects
Getter at block 21306603
governance() view returns (address)
0xfeb4acf3df3cdea7399794d0869ef76a6efaff52
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
registry() view returns (address)
0xaf1f5e1c19cb68b30aad73846effdf78a5863319
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptGovernance()
migrateAll(address vaultFrom, address vaultTo)
migrateAllWithPermit(address vaultFrom, address vaultTo, uint256 deadline, bytes signature)
migrateShares(address vaultFrom, address vaultTo, uint256 shares)
migrateSharesWithPermit(address vaultFrom, address vaultTo, uint256 shares, uint256 deadline, bytes signature)
setPendingGovernance(address _pendingGovernance)
setRegistry(address _registry)
sweep(address _token)
NewGovernance(address indexed governance)
NewRegistry(address indexed registry)
SuccessfulMigration(address indexed user, address indexed vaultFrom, address indexed vaultTo, uint256 migratedAmount)
constructor(address _governance, address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.