BucketLenderWithRecoveryDelay
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($1.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 0.084121 | $20.43 |
$1.72 | |
AMB | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7739013 | 6 years ago | | | 0 | 0.00031492535 | |
| 7738886 | 6 years ago | | | 0 | 0.00032075340 | |
| 7738849 | 6 years ago | | | 0 | 0.00032075340 | |
| 7652044 | 6 years ago | | | 0 | 0.00013049200 | |
| 7587679 | 6 years ago | | | 0 | 0.00018530400 |
ABI
ABI objects
Getter at block 21331730 getCurrentBucket() view returns (uint256)
BUCKET_TIME() view returns (uint32)
86400
CALL_TIMELIMIT() view returns (uint32)
3600
DYDX_MARGIN() view returns (address)
0x36bf21c8e661b21e6166e4385f574941fdc6caff
HELD_TOKEN() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
INTEREST_PERIOD() view returns (uint32)
86400
INTEREST_RATE() view returns (uint32)
12000000
MAX_DURATION() view returns (uint32)
2419200
MIN_HELD_TOKEN_DENOMINATOR() view returns (uint32)
100000
MIN_HELD_TOKEN_NUMERATOR() view returns (uint32)
1198
OWED_TOKEN() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
POSITION_ID() view returns (bytes32)
0xd13bafad3f2c422058b3f808401ddf476db7f61c87fb9d71b015f0770f85d26f
RECOVERY_DELAY() view returns (uint256)
86400
availableTotal() view returns (uint256)
84120839326250387
cachedRepaidAmount() view returns (uint256)
89098190565284378205545
criticalBucket() view returns (uint256)
0
owner() view returns (address)
0xc4d43b6844ce4a2b0c25f278126d58f309963547
principalTotal() view returns (uint256)
0
wasForceClosed() view returns (bool)
false
Read-only
TRUSTED_MARGIN_CALLERS(address) view returns (bool)
TRUSTED_WITHDRAWERS(address) view returns (bool)
availableForBucket(uint256) view returns (uint256)
getBucketOwedAmount(uint256 bucket) view returns (uint256)
principalForBucket(uint256) view returns (uint256)
weightForBucket(uint256) view returns (uint256)
weightForBucketForAccount(uint256, address) view returns (uint256)
State-modifying
Events cancelMarginCallOnBehalfOf(address canceler, bytes32 positionId) returns (address)
deposit(address beneficiary, uint256 amount) returns (uint256)
forceRecoverCollateralOnBehalfOf(address, bytes32 positionId, address recipient) returns (address)
increaseLoanOnBehalfOf(address payer, bytes32 positionId, uint256 principalAdded, uint256 lentAmount) returns (address)
marginCallOnBehalfOf(address caller, bytes32 positionId, uint256 depositAmount) returns (address)
rebalanceBuckets()
receiveLoanOwnership(address from, bytes32 positionId) returns (address)
renounceOwnership()
transferOwnership(address _newOwner)
verifyLoanOffering(address[9] addresses, uint256[7] values256, uint32[4] values32, bytes32 positionId, bytes signature) returns (address)
withdraw(uint256[] buckets, uint256[] maxWeights, address onBehalfOf) returns (uint256, uint256)
withdrawExcessToken(address token, address to) returns (uint256)
AvailableDecreased(uint256 availableTotal, uint256 bucketNumber, uint256 availableForBucket, uint256 amount)
AvailableIncreased(uint256 availableTotal, uint256 bucketNumber, uint256 availableForBucket, uint256 amount)
Deposit(address indexed beneficiary, uint256 bucket, uint256 amount, uint256 weight)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrincipalDecreased(uint256 principalTotal, uint256 bucketNumber, uint256 principalForBucket, uint256 amount)
PrincipalIncreased(uint256 principalTotal, uint256 bucketNumber, uint256 principalForBucket, uint256 amount)
Withdraw(address indexed withdrawer, uint256 bucket, uint256 weight, uint256 owedTokenWithdrawn, uint256 heldTokenWithdrawn)
constructor(address margin, bytes32 positionId, address heldToken, address owedToken, uint32[7] parameters, address[] trustedMarginCallers, address[] trustedWithdrawers, uint256 recoveryDelay)
This contract contains no fallback and receive objects.
This contract contains no error objects.