DepositPool
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d39…053c
Balances ($10.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10 | $1.001 |
$10.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21386719 | an hour ago | | | 0.00001388883 | 0.0096896200 | |
| 21378094 | a day ago | | | 0 | 0.00063161799 | |
| 21377995 | a day ago | | | 0 | 0.00081508688 | |
| 21377920 | a day ago | | | 0 | 0.00070772861 | |
| 21377879 | a day ago | | | 0 | 0.00070841924 | |
| 21377696 | a day ago | | | 0 | 0.00068874722 | |
| 21377523 | a day ago | | | 0 | 0.00069088988 | |
| 21377039 | a day ago | | | 0.00001388883 | 0.0057446513 | |
| 21320797 | 9 days ago | | | 0 | 0.00093812509 | |
| 21320553 | 9 days ago | | | 0 | 0.00098394594 |
ABI
ABI objects
Getter at block 21387160
ASSET_TOKEN() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
ASSET_TOKEN_DECIMALS() view returns (uint256)
6
LSD() view returns (address)
0xc4af68dd5b96f0a544c4417407773fefdc97f58d
abridge() view returns (address)
0x0a7d280a0ed7d46c7be58a939f69c3d5c047dbe4
accDepositAmount() view returns (uint256)
1426621379648
depositCap() view returns (uint256)
10000000000000000000000000000
lzReceiveGasLimit() view returns (uint128)
200000
owner() view returns (address)
0xfa60c17ccb1b728b68c4b5cf93a7dfd27a666654
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
remainingDepositCap() view returns (uint256)
9999999999999998573378620352
smartSavingsOnGravity() view returns (address)
0x2a5ee24172200fadde1bdc30adbfc2c67d20a2e3
totalLsdMinted() view returns (uint256)
8620273291240115139491983
treasury() view returns (address)
0xa116b4680b52973426b6d2a92dcc972b8dbcb46f
vaultNav() view returns (address)
0x5d3920ccc068039e5b6fe680cab7aa09fe8e053c
withdrawer() view returns (address)
0xcbba913ca3fa211de0f459561d4bec36a975d795
Read-only
depositFee(address _to) view returns (uint256)
handleMessage(address, bytes, bytes32) view returns (bytes4)
pendingDeposits(address owner) view returns (uint256 amount)
totalDeposits(address owner) view returns (uint256 totalDeposits)
State-modifying
Events acceptOwnership()
deposit(address _to, uint256 _amount, bool _mintOnGravity) payable
depositWithPermit(address _to, uint256 _amount, bool _mintOnGravity, struct IDepositPoolPermitInput _permit) payable
pause()
renounceOwnership()
rescueWithdraw(address _token, address _to)
setAbridge(address _abridge)
setDepositCap(uint256 _amount)
setInitialLsdMinted(uint256 _amount)
setLzReceiveGasLimit(uint128 _gasLimit)
setSmartSavingsOnGravity(address _smartSavings)
setTreasury(address _treasury)
setWithdrawer(address _withdrawer)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount)
AbridgeUpdated(address indexed oldBridge, address indexed newBridge)
Deposited(address indexed from, address indexed to, address token, uint256 amount, address lsd, uint256 lsdAmount, uint256 timestamp, bytes32 guid, uint256 fee)
NewDepositCap(uint256 cap)
NewLzReceiveGasLimit(uint128 gasLimit)
NewTreasury(address treasury)
NewWithdrawer(address withdrawer)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RouteUpdated(address indexed sender, bool allowed)
SmartSavingsOnGravityUpdated(address addr)
TotalLsdMintedInitialized(uint256 amount)
Unpaused(address account)
Withdrawn(address indexed _to, address _token, uint256 _amount, address _lsd)
constructor(address _lsd, address _token, uint8 _decimals, address _vaultNav, address _owner, address _treasury, address _abridge, address _smartSavingsOnGravity)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AmountExceedsDepositCap()
DepositAmountTooSmall(uint256 amount)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InsufficientFee(uint256 wanted, uint256 provided)
InvalidAddress(address addr)
InvalidDepositAmount()
InvalidDepositCap(uint256 _cap)
InvalidInitialLsdMinted(uint256 amount)
InvalidLSD()
InvalidVaultToken()
InvalidWithdrawalAmount(uint256 amount)
InvalidWithdrawer(address withdrawer)
MessageLib_DeltaOverflow()
MessageLib_TimestampOverflow()
MessageLib_ValueOverflow()
NotCalledFromAbridge()
NotImplemented(bytes4 selector)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SendFailed(address to, uint256 amount)