Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "LendingPortal"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22781738 | a day ago | | | 0.000071524598 | 2.2797152e-7 | |
| 22534432 | 7 days ago | | | 0.000043865428 | 0.0000033011562 | |
| 22452415 | 9 days ago | | | 0.000073341564 | 0.0000040004728 | |
| 22452192 | 9 days ago | | | 1.1333417 | 0.0000047245880 | |
| 22321189 | 12 days ago | | | 0.000061366743 | 0.0000011534670 | |
| 22238623 | 14 days ago | | | 0.000062946971 | 0.0000016136375 | |
| 21928996 | 21 days ago | | | 0.000026652295 | 0.0000032977784 | |
| 21928899 | 21 days ago | | | 0.000050053071 | 0.0000017335676 | |
| 21717052 | a month ago | | | 0.0035276061 | 0.0000017815120 | |
| 21715679 | a month ago | | | 0.000049749364 | 0.0000013546884 |
ABI
ABI objects
Getter at block 22833812
LENDING_APP_ID() view returns (uint8)
1
wormholeAdapterPool() view returns (address)
0x0f4aedfb8da8af176deff282da86ebbe3a0ea19e
Read-only
This contract contains no read-only function objects.
State-modifying
Events as_collateral(uint16[] dolaPoolIds, uint256 fee) payable
borrow(bytes token, bytes receiver, uint16 dstChainId, uint64 amount, uint256 fee) payable
cancel_as_collateral(uint16[] dolaPoolIds, uint256 fee) payable
claim_reward(bytes rewardPool, bytes token, bytes receiver, uint16 dstChainId, uint16 boostPoolId, uint8 boostAction, uint256 fee) payable
liquidate(uint16 repayPoolId, uint64 liquidateUserId, uint16 liquidatePoolId, uint256 fee) payable
repay(address token, uint256 amount, uint256 fee) payable
sponsor(address token, uint256 amount, uint256 fee) payable
supply(address token, uint256 amount, uint256 fee) payable
withdraw(bytes token, bytes receiver, uint16 dstChainId, uint64 amount, uint256 fee) payable
ClaimRewardEvent(uint64 nonce, address sender, bytes rewardPool, bytes withdrawPool, bytes receiver, uint16 sourceChainId, uint16 dstChainId, uint16 boostPoolId, uint16 boostAction)
LendingPortalEvent(uint64 nonce, address sender, bytes dolaPoolAddress, uint16 sourceChainId, uint16 dstChainId, bytes receiver, uint64 amount, uint8 callType)
RelayEvent(uint64 sequence, uint64 nonce, uint256 feeAmount, uint16 appId, uint8 callType)
constructor(address _wormholeAdapterPool)
This contract contains no fallback and receive objects.
This contract contains no error objects.