Interest-Bearing BTC
Verified contract
Active on
Ethereum with 2,059 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 "Interest-Bearing BTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176092 | 12 days ago | | | 0 | 0.0011392921 | |
| 21173135 | 12 days ago | | | 0 | 0.0020194101 | |
| 21173127 | 12 days ago | | | 0 | 0.0017969239 | |
| 21171796 | 13 days ago | | | 0 | 0.0011438184 | |
| 21045827 | a month ago | | | 0 | 0.00021168418 | |
| 21044880 | a month ago | | | 0 | 0.00040964119 | |
| 21030605 | a month ago | | | 0 | 0.00032764954 | |
| 20674755 | 3 months ago | | | 0 | 0.000020864878 | |
| 20653433 | 3 months ago | | | 0 | 0.000031622500 | |
| 20653433 | 3 months ago | | | 0 | 0.000031622500 |
ABI
ABI objects
Getter at block 21262526 pricePerShare() view returns (uint256)
core() view returns (address)
0x2a8facc9d49fbc3ecff569847833c380a13418a8
decimals() view returns (uint8)
18
name() view returns (string)
Interest-Bearing BTC
symbol() view returns (string)
ibBTC
totalSupply() view returns (uint256)
24108353597750195301
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
switchCore(address _core)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _core)
This contract contains no fallback and receive objects.
This contract contains no error objects.