bt:vault: Wrapped BTC
Verified contract
Active on
Ethereum with 43 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "bt:vault: Wrapped BTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15896630 | 2 years ago | | | 0 | 0.0038244084 | |
| 13267008 | 3 years ago | | | 0 | 0.0013612542 | |
| 12884058 | 3 years ago | | | 0 | 0.010019198 | |
| 12606962 | 4 years ago | | | 0 | 0.00088099200 | |
| 12606954 | 4 years ago | | | 0 | 0.0039141820 | |
| 12485269 | 4 years ago | | | 0 | 0.026252926 | |
| 12391280 | 4 years ago | | | 0 | 0.043614288 | |
| 12379074 | 4 years ago | | | 0 | 0.032396254 | |
| 12365229 | 4 years ago | | | 0 | 0.0019075795 | |
| 12365224 | 4 years ago | | | 0 | 0.012396716 |
ABI
ABI objects
Getter at block 21384102 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0xd6fa3746a04b27716bd89f090a0c5cb3e763faaf
decimals() view returns (uint8)
8
depositWithdrawInterval() view returns (uint256)
60
fee1() view returns (uint256)
100
fee2() view returns (uint256)
3
fee3() view returns (uint256)
1
feeAddress() view returns (address)
0x5e1f55a4a02890cf7d599a8d39cb5e4cdbef3aea
feeMax() view returns (uint256)
1000
governance() view returns (address)
0x5dc224fa0aef9bada1201e05bf978671f9c0be6b
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
bt:vault: Wrapped BTC
symbol() view returns (string)
bWBTC
timelock() view returns (address)
0x5e1f55a4a02890cf7d599a8d39cb5e4cdbef3aea
token() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
totalDepositCap() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
totalSupply() view returns (uint256)
3187882
Read-only
allowance(address owner, address spender) view returns (uint256)
approved(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractAccess(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
revokeContractAccess(address account)
setController(address _controller)
setFeeAddress(address fadd)
setFeeRatio(uint256[3] fees)
setGovernance(address _governance)
setMin(uint256 _min)
setTimeLock(address _timelock)
setTotalDepositCap(uint256 _totalDepositCap)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.