Compounder USD Coin
Verified contract
Active on
Ethereum with 257 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 "Compounder USD Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11817598 | 4 years ago | | | 0 | 0.026176473 | |
| 11462665 | 4 years ago | | | 0 | 0.0076197760 | |
| 11373520 | 4 years ago | | | 0 | 0.0077352420 | |
| 11368381 | 4 years ago | | | 0 | 0.0061054200 | |
| 11368307 | 4 years ago | | | 0 | 0.0050481585 | |
| 11367680 | 4 years ago | | | 0 | 0.017097948 | |
| 11367254 | 4 years ago | | | 0 | 0.017913192 | |
| 11366863 | 4 years ago | | | 0 | 0.017437545 | |
| 11366460 | 4 years ago | | | 0 | 0.019338105 | |
| 11365694 | 4 years ago | | | 0 | 0.0097678620 |
ABI
ABI objects
Getter at block 21167408 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0x0b283b107f70d23250f882fbfe7216c38abbd7ca
decimals() view returns (uint8)
6
governance() view returns (address)
0xc70b945fc25897bb218110f6b0a53fe1f8f881f0
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
Compounder USD Coin
stakingPool() view returns (address)
0x0e5107e5d51433f2a8763ee3256462afc5d49c87
symbol() view returns (string)
cUSDC
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
1347648853990
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, bool _autoStakeInStakingPool)
depositAll(bool _autoStakeInStakingPool)
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
infiniteApproveStakingPool()
removeApprovalStakingPool()
setController(address _controller)
setGovernance(address _governance)
setMin(uint256 _min)
setStakingPool(address _stakingPool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares, bool _autoWithdrawFromStakingPool)
withdrawAll()
withdrawAllFromRewardPool()
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.