BToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
84
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "BToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BToken"
ABI
ABI objects
Getter at block 21320075 POOL() view returns (address) getIncentivesController() view returns (address)
RESERVE_TREASURY_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
name() view returns (string)
scaledTotalSupply() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address user, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address addressProvider, address treasury, address underlyingAsset, uint8 bTokenDecimals, string bTokenName, string bTokenSymbol)
mint(address user, uint256 amount, uint256 index) returns (bool)
mintToTreasury(uint256 amount, uint256 index)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferUnderlyingTo(address target, uint256 amount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceTransfer(address indexed from, address indexed to, uint256 value, uint256 index)
Burn(address indexed from, address indexed target, uint256 value, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController)
Mint(address indexed from, uint256 value, uint256 index)
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.