FARM_crvRenWBTC
Verified contract
Active on
Ethereum with 560 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x19b3…de15
0x4984…3675
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
crvRenWBTC | ERC-20 | 0 | $103,250.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20574406 | 4 months ago | | | 0 | 0.000025610626 | |
| 20574356 | 4 months ago | | | 0 | 0.000024598395 | |
| 20574249 | 4 months ago | | | 0 | 0.000023785590 | |
| 18807691 | a year ago | | | 0 | 0.00083367996 | |
| 18807559 | a year ago | | | 0 | 0.00093774057 | |
| 16865405 | 2 years ago | | | 0 | 0.00038793600 | |
| 16865404 | 2 years ago | | | 0 | 0.00038793600 | |
| 12918921 | 3 years ago | | | 0 | 0.00027593700 | |
| 12658701 | 3 years ago | | | 0 | 0.00027593700 | |
| 12638939 | 3 years ago | | | 0 | 0.00018879900 |
ABI
ABI objects
Getter at block 21384540 availableToInvestOut() view returns (uint256) getPricePerFullShare() view returns (uint256) underlyingBalanceWithInvestment() view returns (uint256)
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
decimals() view returns (uint8)
18
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
name() view returns (string)
FARM_crvRenWBTC
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
strategy() view returns (address)
0x19b3aba7ba46f9cac08ba2872cbcf8f96ae8de15
symbol() view returns (string)
fcrvRenWBTC
totalSupply() view returns (uint256)
3057899705932364412464
underlying() view returns (address)
0x49849c98ae39fff122806c06791fa73784fb3675
underlyingBalanceInVault() view returns (uint256)
30976
underlyingUnit() view returns (uint256)
1000000000000000000
vaultFractionToInvestDenominator() view returns (uint256)
100000000000000000
vaultFractionToInvestNumerator() view returns (uint256)
99999999999999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contributions(address) view returns (uint256)
getContributions(address holder) view returns (uint256)
getWithdrawals(address holder) view returns (uint256)
underlyingBalanceWithInvestmentForHolder(address holder) view returns (uint256)
withdrawals(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
depositFor(uint256 amount, address holder)
doHardWork()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebalance()
setStorage(address _store)
setStrategy(address _strategy)
setVaultFractionToInvest(uint256 numerator, uint256 denominator)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 numberOfShares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed beneficiary, uint256 amount)
Invest(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed beneficiary, uint256 amount)
constructor(address _storage, address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator)
This contract contains no fallback and receive objects.
This contract contains no error objects.