ZtakingPool
Verified contract
Active on
Ethereum with 266,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,636,690,263.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mstETH | ERC-20 | 219.214519K | $3,731.57 |
$818,014,320.91 | |
weETH | ERC-20 | 77.234114K | $3,797.25 |
$293,277,238 | |
weETHs | ERC-20 | 43.734453K | $3,624.40 |
$158,511,151.76 | |
wstETH | ERC-20 | 23.109561K | $4,263.88 |
$98,536,395.57 | |
pufETH | ERC-20 | 20.891528K | $3,671.09 |
$76,694,680.96 | |
ezETH | ERC-20 | 17.912263K | $3,694.63 |
$66,179,185.06 | |
pzETH | ERC-20 | 9.644674K | $4,249.37 |
$40,983,789.68 | |
LsETH | ERC-20 | 9.719771K | $3,815.08 |
$37,081,703.1 | |
rsETH | ERC-20 | 3.121878K | $3,698.30 |
$11,545,640.78 | |
WETH | ERC-20 | 2.628445K | $3,600.43 |
$9,463,530.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284973 | 2 minutes ago | | | 0 | 0.00066825918 | |
| 21284958 | 5 minutes ago | | | 0 | 0.00061553370 | |
| 21284947 | 7 minutes ago | | | 0 | 0.00051232272 | |
| 21284937 | 9 minutes ago | | | 0 | 0.00053218807 | |
| 21284920 | 13 minutes ago | | | 0.007 | 0.00049480811 | |
| 21284904 | 16 minutes ago | | | 0 | 0.00047238808 | |
| 21284903 | 16 minutes ago | | | 0 | 0.00046492323 | |
| 21284893 | 18 minutes ago | | | 0 | 0.00066847375 | |
| 21284850 | 27 minutes ago | | | 0.0025 | 0.00044192140 | |
| 21284832 | 30 minutes ago | | | 0 | 0.00046526863 |
ABI
ABI objects
Getter at block 21284981
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=ZtakingPool, version=1, chainId=1, verifyingContract=0xf047ab4c75cebf0eb9ed34ae2c186f3611aeafa6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0xacaa4dde6c4fb90bb1948904f0308296f7c74252
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
zircuitSigner() view returns (address)
0xe42a95c84f9dd116066effb733e8294931967a0d
Read-only
balance(address, address) view returns (uint256)
migratorBlocklist(address) view returns (bool)
nonces(address owner) view returns (uint256)
tokenAllowlist(address) view returns (bool)
State-modifying
Events acceptOwnership()
blockMigrator(address _migrator, bool _blocklisted)
depositETHFor(address _for) payable
depositFor(address _token, address _for, uint256 _amount)
migrate(address[] _tokens, address _migratorContract, address _destination, uint256 _signatureExpiry, bytes _authorizationSignatureFromZircuit)
migrateWithSig(address _user, address[] _tokens, address _migratorContract, address _destination, uint256 _signatureExpiry, bytes _stakerSignature)
pause()
renounceOwnership()
setStakable(address _token, bool _canStake)
setZircuitSigner(address _signer)
transferOwnership(address newOwner)
unpause()
withdraw(address _token, uint256 _amount)
BlocklistChanged(address migrator, bool blocked)
Deposit(uint256 indexed eventId, address indexed depositor, address indexed token, uint256 amount)
EIP712DomainChanged()
Migrate(uint256 indexed eventId, address indexed user, address[] tokens, address destination, address migrator, uint256[] amounts)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SignerChanged(address newSigner)
TokenStakabilityChanged(address token, bool enabled)
Unpaused(address account)
Withdraw(uint256 indexed eventId, address indexed withdrawer, address indexed token, uint256 amount)
constructor(address _signer, address[] _tokensAllowed, address _weth)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotDepositForZeroAddress()
CannotRenounceOwnership()
DepositAmountCannotBeZero()
DuplicateToken()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
MigratorAlreadyAllowedOrBlocked()
MigratorBlocked()
MigratorCannotBeZeroAddress()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SignatureExpired()
SignatureInvalid()
SignerAlreadySetToAddress()
SignerCannotBeZeroAddress()
StringTooLong(string str)
TokenAlreadyConfiguredWithState()
TokenArrayCannotBeEmpty()
TokenCannotBeZeroAddress()
TokenNotAllowedForStaking()
UserDoesNotHaveStake()
WETHCannotBeZeroAddress()
WithdrawAmountCannotBeZero()