Kashi Medium Risk Wrapped Ether/USD Coin-Chainlink
Verified contract
Proxy
Active on
Ethereum with 1,067 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
0xc02a…6cc2
0x0063…3cfb
Balances ($0.00)
No balances found for "Kashi Medium Risk Wrapped Ether/USD Coin-Chainlink"
Transactions
ABI
ABI objects
Getter at block 21261174 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=1716160607, feesEarnedFraction=3398993621)
asset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
bentoBox() view returns (address)
0xf5bce5077908a1b7370b9ae04adc565ebd643966
collateral() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
6
exchangeRate() view returns (uint256)
639533396433961000000000000
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
masterContract() view returns (address)
0x2cba6ab6574646badc84f0544d05059e57a5dc42
oracle() view returns (address)
0x00632cfe43d8f9f8e6cd0d39ffa3d4fa7ec73cfb
oracleData() view returns (bytes)
0x000000000000000000000000986b5e1e1755e3c2440e960477f25201b0a8bbd4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d3c21bcecceda1000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalAsset() view returns (uint128 elastic, uint128 base)
(elastic=4048386, base=6535433453)
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=654064704390, base=4099460815)
totalCollateralShare() view returns (uint256)
7763959893887350687
totalSupply() view returns (uint256)
6535433453
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.