Interest Bearing Ether v2
Verified contract
Active on
Ethereum with 4,592 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 Ether v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20854356 | a month ago | | | 0 | 0.00082655360 | |
| 20735079 | 2 months ago | | | 0 | 0.00079931296 | |
| 20541487 | 3 months ago | | | 0 | 0.00050788053 | |
| 20386974 | 4 months ago | | | 0 | 0.00051752291 | |
| 20342921 | 4 months ago | | | 0 | 0.00077599326 | |
| 20342916 | 4 months ago | | | 0 | 0.00085203587 | |
| 20342903 | 4 months ago | | | 0 | 0.00098076273 | |
| 20323792 | 4 months ago | | | 0 | 0.00063989025 | |
| 20155720 | 5 months ago | | | 0 | 0.00065808131 | |
| 20155712 | 5 months ago | | | 0 | 0.00066026575 |
ABI
ABI objects
Getter at block 21161962
cToken() view returns (address)
0x41c84c0e2ee0b740cf0d31f63f3b6f627dc6b393
decimals() view returns (uint8)
8
governor() view returns (address)
0xe142bae2338d2c691c267b054b13d38ce6ac5442
name() view returns (string)
Interest Bearing Ether v2
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
relayer() view returns (address)
0xb593d82d53e2c187dc49673709a6e9f806cdc835
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
ibETHv2
totalSupply() view returns (uint256)
149463069566432
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimed(address) view returns (uint256)
State-modifying
Events acceptGovernor()
adminClaim(uint256 amount)
approve(address spender, uint256 amount) returns (bool)
claim(uint256 totalReward, bytes32[] proof)
claimAndWithdraw(uint256 claimAmount, bytes32[] proof, uint256 withdrawAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit() payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setPendingGovernor(address _pendingGovernor)
setRelayer(address _relayer)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateRoot(bytes32 _root)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address user, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _cToken, string _name, string _symbol)
receive()
This contract contains no error objects.