0x003d5a75d284824af736df51933be522de9eed0f
Verified contract
Proxy
Active on
Ethereum with 4,217 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xca76…3e65
0x1478…5b88
Balances ($0.00)
No balances found for "0x003d5a75d284824af736df51933be522de9eed0f"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19103529 | 9 months ago | | | 0 | 0.0019258175 | |
| 19087614 | 10 months ago | | | 0 | 0.0021891334 | |
| 19079176 | 10 months ago | | | 0 | 0.0013819251 | |
| 19039604 | 10 months ago | | | 0 | 0.0022125247 | |
| 19039515 | 10 months ago | | | 0 | 0.0024824096 | |
| 19039493 | 10 months ago | | | 0 | 0.029878675 | |
| 19023022 | 10 months ago | | | 0 | 0.0031092058 | |
| 19001519 | 10 months ago | | | 0 | 0.0020253271 | |
| 18993572 | 10 months ago | | | 0 | 0.0027512960 | |
| 18992537 | 10 months ago | | | 0 | 0.0026694560 |
ABI
ABI objects
Getter at block 21159494
BORROW_OPENING_FEE() view returns (uint256)
1000
COLLATERIZATION_RATE() view returns (uint256)
75000
LIQUIDATION_MULTIPLIER() view returns (uint256)
112500
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=1731068963, feesEarned=0, INTEREST_PER_SECOND=1742880618)
bentoBox() view returns (address)
0xf5bce5077908a1b7370b9ae04adc565ebd643966
collateral() view returns (address)
0xca76543cf381ebbb277be79574059e32108e3e65
exchangeRate() view returns (uint256)
275799721376289
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x63905bb681b9e68682f392df2b22b7170f78d300
oracle() view returns (address)
0x1478551ff3ee214409db6d0d0182ace2d6b25b88
oracleData() view returns (bytes)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=4835568510341735477377, base=4052298090402372544857)
totalCollateralShare() view returns (uint256)
2334466148330952549
Read-only
userBorrowPart(address) view returns (uint256)
userCollateralShare(address) view returns (uint256)
State-modifying
Events accrue()
addCollateral(address to, bool skim, uint256 share)
borrow(address to, uint256 amount) returns (uint256 part, uint256 share)
claimOwnership()
cook(uint8[] actions, uint256[] values, bytes[] datas) payable returns (uint256 value1, uint256 value2)
init(bytes data) payable
liquidate(address[] users, uint256[] maxBorrowParts, address to, address swapper)
reduceSupply(uint256 amount)
removeCollateral(address to, uint256 share)
repay(address to, bool skim, uint256 part) returns (uint256 amount)
setFeeTo(address newFeeTo)
transferOwnership(address newOwner, bool direct, bool renounce)
updateExchangeRate() returns (bool updated, uint256 rate)
withdrawFees()
LogAccrue(uint128 accruedAmount)
LogAddCollateral(address indexed from, address indexed to, uint256 share)
LogBorrow(address indexed from, address indexed to, uint256 amount, uint256 part)
LogExchangeRate(uint256 rate)
LogFeeTo(address indexed newFeeTo)
LogRemoveCollateral(address indexed from, address indexed to, uint256 share)
LogRepay(address indexed from, address indexed to, uint256 amount, uint256 part)
LogWithdrawFees(address indexed feeTo, uint256 feesEarnedFraction)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.