B Wrapped BTC
Verified contract
Active on
Ethereum with 268 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.028538 | $90,077.00 |
$2,570.65 | |
$ Evmosia.com | ERC-20 | 2.5K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17129916 | 2 years ago | | | 0 | 0.0015086468 | |
| 16559549 | 2 years ago | | | 0 | 0.0025407508 | |
| 15998316 | 2 years ago | | | 0 | 0.0029657656 | |
| 15810304 | 2 years ago | | | 0 | 0.0013405697 | |
| 15496323 | 2 years ago | | | 0 | 0.0014246032 | |
| 15407228 | 2 years ago | | | 0 | 0.00081749400 | |
| 15389043 | 2 years ago | | | 0 | 0.00052584400 | |
| 15275735 | 2 years ago | | | 0 | 0.0022582892 | |
| 14983801 | 2 years ago | | | 0 | 0.010501097 | |
| 14961574 | 2 years ago | | | 0 | 0.0053379812 |
ABI
ABI objects
Getter at block 21205415
DOMAIN_SEPARATOR() view returns (bytes32)
0xdaa31c1f345daa91a7d600855f78bc7e011def84cbcfaae6387932f718e71ce2
MINIMUM_LIQUIDITY() view returns (uint256)
1000000
betaBank() view returns (address)
0x972a785b390d05123497169a04c72de652493be1
decimals() view returns (uint8)
8
interestRate() view returns (uint256)
10364155253428992
lastAccrueTime() view returns (uint256)
1678917347
name() view returns (string)
B Wrapped BTC
symbol() view returns (string)
bWBTC
totalDebtShare() view returns (uint256)
2922321
totalLoan() view returns (uint256)
2970333
totalLoanable() view returns (uint256)
1853841
totalSupply() view returns (uint256)
4817213
underlying() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events accrue()
approve(address spender, uint256 amount) returns (bool)
borrow(address _to, uint256 _amount) returns (uint256 debtShare)
burn(address _to, uint256 _credit) returns (uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
fetchDebtShareValue(uint256 _debtShare) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (uint256 credit)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recover(address _token, address _to, uint256 _amount)
repay(address _from, uint256 _amount) returns (uint256 debtShare)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Accrue(uint256 interest)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed to, uint256 amount, uint256 credit)
Mint(address indexed caller, address indexed to, uint256 amount, uint256 credit)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _betaBank, address _underlying)
This contract contains no fallback and receive objects.
This contract contains no error objects.