Kashi Medium Risk Wrapped BTC/Dai Stablecoin-Chainlink
Verified contract
Proxy
Active on
Ethereum with 722 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
0x0063…3cfb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
kmWBTC/DAI-LINK | ERC-20 | 7.792275 | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21203959 name() view returns (string) symbol() view returns (string)
DOMAIN_SEPARATOR() view returns (bytes32)
0xd179ed162ed835e5670a38223d6ed4cd3126ac057156f49b7a976feaa9923a65
accrueInfo() view returns (uint64 interestPerSecond, uint64 lastAccrued, uint128 feesEarnedFraction)
(interestPerSecond=317097920000, lastAccrued=1687203275, feesEarnedFraction=7389307868981898932162)
asset() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
bentoBox() view returns (address)
0xf5bce5077908a1b7370b9ae04adc565ebd643966
collateral() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
decimals() view returns (uint8)
18
exchangeRate() view returns (uint256)
3793
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
masterContract() view returns (address)
0x2cba6ab6574646badc84f0544d05059e57a5dc42
oracle() view returns (address)
0x00632cfe43d8f9f8e6cd0d39ffa3d4fa7ec73cfb
oracleData() view returns (bytes)
0x000000000000000000000000773616e4d11a78f511299002da57a0a94577f1f4000000000000000000000000deb288f737066589598e9214e782fa5a8ed689e80000000000000000000000000000000000000000204fce5e3e25026110000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalAsset() view returns (uint128 elastic, uint128 base)
(elastic=76561428848963, base=68976827373764553959592)
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=212324175435923291895367, base=58699077320582232117525)
totalCollateralShare() view returns (uint256)
45292457
totalSupply() view returns (uint256)
68976827373764553959592
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
swappers(address) view returns (bool)
userBorrowPart(address) view returns (uint256)
userCollateralShare(address) view returns (uint256)
State-modifying
Events accrue()
addAsset(address to, bool skim, uint256 share) returns (uint256 fraction)
addCollateral(address to, bool skim, uint256 share)
approve(address spender, uint256 amount) returns (bool)
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, bool open)
permit(address owner_, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeAsset(address to, uint256 fraction) returns (uint256 share)
removeCollateral(address to, uint256 share)
repay(address to, bool skim, uint256 part) returns (uint256 amount)
setFeeTo(address newFeeTo)
setSwapper(address swapper, bool enable)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner, bool direct, bool renounce)
updateExchangeRate() returns (bool updated, uint256 rate)
withdrawFees()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
LogAccrue(uint256 accruedAmount, uint256 feeFraction, uint64 rate, uint256 utilization)
LogAddAsset(address indexed from, address indexed to, uint256 share, uint256 fraction)
LogAddCollateral(address indexed from, address indexed to, uint256 share)
LogBorrow(address indexed from, address indexed to, uint256 amount, uint256 feeAmount, uint256 part)
LogExchangeRate(uint256 rate)
LogFeeTo(address indexed newFeeTo)
LogRemoveAsset(address indexed from, address indexed to, uint256 share, uint256 fraction)
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)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.