SatlayerPool
Verified contract
Active on
Ethereum with 3,702 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27,693,962.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SolvBTC.BBN | ERC-20 | 219.996536 | $98,232.00 |
$21,610,699.72 | |
uniBTC | ERC-20 | 40.122619 | $97,273.00 |
$3,902,847.48 | |
LBTC | ERC-20 | 18.488583 | $98,280.00 |
$1,817,057.95 | |
pumpBTC | ERC-20 | 3.068542 | $97,421.00 |
$298,940.42 | |
FBTC | ERC-20 | 0.561118 | $98,642.00 |
$55,349.81 | |
WBTC | ERC-20 | 0.092345 | $98,189.00 |
$9,067.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236379 | 21 hours ago | | | 0 | 0.0030777767 | |
| 21235660 | a day ago | | | 0 | 0.0011744506 | |
| 21235512 | a day ago | | | 0 | 0.0015399655 | |
| 21235384 | a day ago | | | 0 | 0.00091520120 | |
| 21234654 | a day ago | | | 0 | 0.00093295231 | |
| 21233698 | a day ago | | | 0 | 0.00097188151 | |
| 21233695 | a day ago | | | 0 | 0.00097727003 | |
| 21231704 | 2 days ago | | | 0 | 0.0019146059 | |
| 21230621 | 2 days ago | | | 0 | 0.0017532068 | |
| 21230621 | 2 days ago | | | 0 | 0.0019661632 |
ABI
ABI objects
Getter at block 21242767
capsEnabled() view returns (bool)
true
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x47bae82b8b429e4a30af4d1caf5d39efd89c7f0d
paused() view returns (bool)
false
Read-only
caps(address) view returns (uint256)
getTokenTotalStaked(address _token) view returns (uint256)
getUserTokenBalance(address _token, address _user) view returns (uint256)
tokenAllowlist(address) view returns (bool)
tokenMap(address) view returns (address)
State-modifying
Events addToken(address _token, uint256 _cap, string _name, string _symbol)
depositFor(address _token, address _for, uint256 _amount)
migrate(address[] _tokens, string destinationAddress)
pause()
recoverERC20(address tokenAddress, address tokenReceiver, uint256 tokenAmount)
renounceOwnership()
setCapsEnabled(bool _enabled)
setMigrator(address _migrator)
setTokenStakingParams(address _token, bool _canStake, uint256 _cap)
transferOwnership(address newOwner)
unpause()
withdraw(address _token, uint256 _amount)
BlocklistChanged(address migrator, bool blocked)
CapChanged(address token, uint256 cap)
CapsEnabled(bool enabled)
Deposit(uint256 indexed eventId, address indexed depositor, address indexed token, uint256 amount)
Migrate(uint256 indexed eventId, address indexed user, string destinationAddress, address migrator, address[] tokens, uint256[] amounts)
MigratorChanged(address migrator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenStakabilityChanged(address token, bool enabled)
Unpaused(address account)
Withdraw(uint256 indexed eventId, address indexed withdrawer, address indexed token, uint256 amount)
constructor(address[] _tokensAllowed, uint256[] _caps, string[] _names, string[] _symbols)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotDepositForZeroAddress()
CannotRenounceOwnership()
CapReached()
DepositAmountCannotBeZero()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InsufficientUserBalance()
MigratorCannotBeZeroAddress()
MigratorNotSet()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ParamsUnchanged()
SafeERC20FailedOperation(address token)
TokenAlreadyAdded()
TokenAlreadyConfiguredWithState()
TokenAndCapLengthMismatch()
TokenArrayCannotBeEmpty()
TokenCannotBeZeroAddress()
TokenNotAdded()
TokenNotAllowedForStaking()
UserDoesNotHaveStake()
WithdrawAmountCannotBeZero()