LevelStakingPool
Verified contract
Active on
Ethereum with 6,341 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,257,273.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USD0++ | ERC-20 | 6.200538M | $0.998576 |
$6,191,708.75 | |
USDT | ERC-20 | 618.260001K | $0.999803 |
$618,138.2 | |
USD0 | ERC-20 | 171.104408K | $0.999522 |
$171,022.62 | |
USDC | ERC-20 | 168.08636K | $1.00 |
$168,086.36 | |
deUSD | ERC-20 | 107.952834K | $1.003 |
$108,276.69 | |
DYAD | ERC-20 | 41.108366 | $0.993906 |
$40.86 | |
USR | ERC-20 | 0.05 | $1.002 |
$0.05 | |
sdeUSD | ERC-20 | 703.440199K | -- | -- | |
stUSD | ERC-20 | 9.424581K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275329 | 32 minutes ago | | | 0 | 0.00072199121 | |
| 21274636 | 3 hours ago | | | 0 | 0.00067391904 | |
| 21272045 | 12 hours ago | | | 0 | 0.00088866549 | |
| 21270495 | 17 hours ago | | | 0 | 0.00071200984 | |
| 21269711 | 19 hours ago | | | 0 | 0.00050018408 | |
| 21269513 | 20 hours ago | | | 0 | 0.00034107246 | |
| 21269257 | 21 hours ago | | | 0 | 0.00040966730 | |
| 21269232 | 21 hours ago | | | 0 | 0.00041531051 | |
| 21269224 | 21 hours ago | | | 0 | 0.00053661300 | |
| 21269212 | 21 hours ago | | | 0 | 0.00041784761 |
ABI
ABI objects
Getter at block 21275484
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=LevelStakingPool, version=1, chainId=1, verifyingContract=0x7fda203f6f77545548e984133be62693bcd61497, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
levelSigner() view returns (address)
0x343acce723339d5a417411d8ff57fde8886e91dc
owner() view returns (address)
0x343acce723339d5a417411d8ff57fde8886e91dc
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balance(address, address) view returns (uint256)
migratorBlocklist(address) view returns (bool)
nonces(address owner) view returns (uint256)
tokenBalanceAllowList(address) view returns (uint256)
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 _authorizationSignatureFromLevel)
migrateWithSig(address _user, address[] _tokens, address _migratorContract, address _destination, uint256 _signatureExpiry, bytes _stakerSignature)
pause()
renounceOwnership()
setLevelSigner(address _signer)
setStakableAmount(address _token, uint256 _amount)
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, uint256 amount)
Unpaused(address account)
Withdraw(uint256 indexed eventId, address indexed withdrawer, address indexed token, uint256 amount)
constructor(address _signer, address[] _tokensAllowed, uint256[] _limits, 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()
StakingLimitExceeded()
StringTooLong(string str)
TokenAlreadyConfiguredWithState()
TokenArrayCannotBeEmpty()
TokenCannotBeZeroAddress()
TokenNotAllowedForStaking()
UserDoesNotHaveStake()
WETHCannotBeZeroAddress()
WithdrawAmountCannotBeZero()