USD Coin in Honey Jar
Verified contract
Active on
Ethereum with 141 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.000981 | $1.002 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16917425 | 2 years ago | | | 0 | 0.00045152741 | |
| 12856864 | 3 years ago | | | 0 | 0.014848092 | |
| 11951173 | 4 years ago | | | 0 | 0.015019531 | |
| 11904827 | 4 years ago | | | 0 | 0.099767238 | |
| 11861447 | 4 years ago | | | 0 | 0.023249411 | |
| 11857653 | 4 years ago | | | 0 | 0.067254205 | |
| 11639680 | 4 years ago | | | 0 | 0.015637684 | |
| 11558348 | 4 years ago | | | 0 | 0.053802452 | |
| 11515909 | 4 years ago | | | 0 | 0.036813453 | |
| 11431102 | 4 years ago | | | 0 | 0.0049408840 |
ABI
ABI objects
Getter at block 21177287 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
931
controller() view returns (address)
0xcdb3c93c8587b10f8d85d97735d8f1b83399d2fb
decimals() view returns (uint8)
6
governance() view returns (address)
0x179047339a1c38f8a7820d89b401fd32179158a0
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
USD Coin in Honey Jar
symbol() view returns (string)
hUSDC
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
1098276275
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setGovernance(address _governance)
setMin(uint256 _min)
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, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.