BatchMigrator
Verified contract
Active on
Ethereum with 72 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 "BatchMigrator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122634 | 23 days ago | | | 0 | 0.00083950099 | |
| 21122629 | 23 days ago | | | 0 | 0.00077120337 | |
| 21037117 | a month ago | | | 0 | 0.0010176606 | |
| 21012341 | a month ago | | | 0 | 0.10721462 | |
| 21012340 | a month ago | | | 0 | 0.16717073 | |
| 21012339 | a month ago | | | 0 | 0.15727474 | |
| 21012334 | a month ago | | | 0 | 0.14652255 | |
| 21012333 | a month ago | | | 0 | 0.13576060 | |
| 21012331 | a month ago | | | 0 | 0.13462408 | |
| 21012325 | a month ago | | | 0 | 0.12825118 |
ABI
ABI objects
Getter at block 21285769
migrator() view returns (address)
0xdac991621fd8048d9f235324780abd6c3ad26421
owner() view returns (address)
0xe42a95c84f9dd116066effb733e8294931967a0d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
signatureExpiry() view returns (uint256)
1754006400
ztakingPool() view returns (address)
0xf047ab4c75cebf0eb9ed34ae2c186f3611aeafa6
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
acceptZtakingPoolOwnershipTransfer()
batchMigrate(address[] _users, address[][] _tokens, address[] _destinations, bytes[] _signatures)
batchMigrateWithDestinationEqualToUser(address[] _usersDestinations, address[][] _tokens, bytes[] _signatures)
renounceOwnership()
setSignatureExpiry(uint256 _signatureExpiry)
transferOwnership(address newOwner)
transferZtakingPoolOwnership(address _newOwner)
ztakingPoolBlockMigrator(address _migrator, bool _blocklisted)
ztakingPoolPause()
ztakingPoolSetStakable(address _token, bool _canStake)
ztakingPoolSetZircuitSigner(address _signer)
ztakingPoolUnpause()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _ztakingPool, address _migrator, uint256 _signatureExpiry)
This contract contains no fallback and receive objects.
CannotRenounceOwnership()
MigratorCannotBeZeroAddress()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SignatureExpiryCannotBeZero()
ZtakingPoolCannotBeZeroAddress()