DepositPool
Verified contract
Active on
Ethereum with 164 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d39…053c
Balances ($208.08)
Native
Value
$208.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.057849 | $3,596.88 |
$208.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288354 | a day ago | | | 0.010014133 | 0.0050810998 | |
| 21283002 | 2 days ago | | | 0.00078313323 | 0.0046735412 | |
| 21278640 | 3 days ago | | | 0.0030705096 | 0.0053331151 | |
| 21277683 | 3 days ago | | | 0.0013845096 | 0.0042269716 | |
| 21276523 | 3 days ago | | | 0.000024509561 | 0.0028979171 | |
| 21274614 | 3 days ago | | | 0.0080145096 | 0.0046292824 | |
| 21274269 | 3 days ago | | | 0.0030145096 | 0.0038705934 | |
| 21269300 | 4 days ago | | | 0 | 0.00027566724 | |
| 21262527 | 5 days ago | | | 0.000024509561 | 0.0029915799 | |
| 21262418 | 5 days ago | | | 0.00064844012 | 0.0027304433 |
ABI
ABI objects
Getter at block 21296557
ASSET_TOKEN() view returns (address)
0x0000000000000000000000000000000000000000
ASSET_TOKEN_DECIMALS() view returns (uint256)
18
LSD() view returns (address)
0xc314b8637b05a294ae9d9c29300d5f667c748bad
abridge() view returns (address)
0x0a7d280a0ed7d46c7be58a939f69c3d5c047dbe4
accDepositAmount() view returns (uint256)
629076198037149567186
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)
9999999370923801962850432814
smartSavingsOnGravity() view returns (address)
0xe1222a4076b8447d0b7e43d4f823ee879a224566
totalLsdMinted() view returns (uint256)
3158954734643416778007
treasury() view returns (address)
0x97ca296139f114bf3040cf05d05c240b770c627e
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)