KashiPairMediumRiskV1
Verified contract
Implementation
Active on
Ethereum with 10 txns
Storage
Map
Table
Raw
Constants and immutables
49
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMT | ERC-20 | 9.000916T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17565376 | a year ago | | | 0 | 0.0013354691 | |
| 17545676 | a year ago | | | 0 | 0.00065089626 | |
| 17545604 | a year ago | | | 0 | 0.00067412765 | |
| 14572604 | 3 years ago | | | 0 | 0.0032114921 | |
| 12296725 | 4 years ago | | | 0 | 0.0037978920 | |
| 12296716 | 4 years ago | | | 0 | 0.0050311800 | |
| 12258303 | 4 years ago | | | 0 | 0.012388702 | |
| 12122645 | 4 years ago | | | 0 | 0.0064730900 | |
| 12120943 | 4 years ago | | | 0 | 0.0035359220 | |
| 12120941 | 4 years ago | | | 0 | 0.0046933411 |
ABI
ABI objects
Getter at block 20850070 name() view returns (string) symbol() view returns (string)
DOMAIN_SEPARATOR() view returns (bytes32)
0xd179ed162ed835e5670a38223d6ed4cd3126ac057156f49b7a976feaa9923a65
accrueInfo() view returns (uint64 interestPerSecond, uint64 lastAccrued, uint128 feesEarnedFraction)
(interestPerSecond=317097920, lastAccrued=1649791095, feesEarnedFraction=0)
asset() view returns (address)
0x0000000000000000000000000000000000000000
bentoBox() view returns (address)
0xf5bce5077908a1b7370b9ae04adc565ebd643966
collateral() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
exchangeRate() view returns (uint256)
0
feeTo() view returns (address)
0x08c82f7513c7952a95029fe3b1587b1fa52daced
masterContract() view returns (address)
0x2cba6ab6574646badc84f0544d05059e57a5dc42
oracle() view returns (address)
0x0000000000000000000000000000000000000000
oracleData() view returns (bytes)
0x
owner() view returns (address)
0x19b3eb3af5d93b77a5619b047de0eed7115a19e7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalAsset() view returns (uint128 elastic, uint128 base)
(elastic=0, base=0)
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=0, base=0)
totalCollateralShare() view returns (uint256)
0
totalSupply() view returns (uint256)
0
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)
constructor(address bentoBox_)
This contract contains no fallback and receive objects.
This contract contains no error objects.