Interest Bearing USD Coin v2
Verified contract
Active on
Ethereum with 1,985 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 USD Coin v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20806764 | a month ago | | | 0 | 0.0012752407 | |
| 20756933 | 2 months ago | | | 0 | 0.00061358502 | |
| 20533980 | 3 months ago | | | 0 | 0.0013021126 | |
| 20348361 | 4 months ago | | | 0 | 0.0011194745 | |
| 20285707 | 4 months ago | | | 0 | 0.0011632735 | |
| 20285102 | 4 months ago | | | 0 | 0.0011596073 | |
| 20182686 | 4 months ago | | | 0 | 0.00068753057 | |
| 20157420 | 4 months ago | | | 0 | 0.00059882377 | |
| 20111671 | 5 months ago | | | 0 | 0.00022636128 | |
| 19683073 | 7 months ago | | | 0 | 0.0042452724 |
ABI
ABI objects
Getter at block 21124366
cToken() view returns (address)
0x76eb2fe28b36b3ee97f3adae0c69606eedb2a37c
decimals() view returns (uint8)
8
governor() view returns (address)
0xe142bae2338d2c691c267b054b13d38ce6ac5442
name() view returns (string)
Interest Bearing USD Coin v2
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
relayer() view returns (address)
0xb593d82d53e2c187dc49673709a6e9f806cdc835
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
ibUSDCv2
totalSupply() view returns (uint256)
83052875377359934
uToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
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(uint256 amount)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.