YieldFarmContinuous
Verified contract
Active on
Ethereum with 2,138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b8d…5840
0x0391…750f
Balances ($451.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOND | ERC-20 | 403.30243 | $1.12 |
$451.7 | |
TKX | ERC-20 | 0.000056 | $19.40 |
$0 | |
bb_cUSDC | ERC-20 | 150.636294K | -- | -- | |
SWAPP | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19637300 | 8 months ago | | | 0 | 0.00059470855 | |
| 19574407 | 8 months ago | | | 0 | 0.0027328689 | |
| 16434177 | 2 years ago | | | 0 | 0.0026594700 | |
| 16286715 | 2 years ago | | | 0 | 0.0023457450 | |
| 15669933 | 2 years ago | | | 0 | 0.0021947420 | |
| 15669930 | 2 years ago | | | 0 | 0.0018810250 | |
| 15524647 | 2 years ago | | | 0 | 0.00096589500 | |
| 15520763 | 2 years ago | | | 0 | 0.0053189400 | |
| 15167028 | 2 years ago | | | 0 | 0.0023631250 | |
| 15051108 | 2 years ago | | | 0 | 0.0074511900 |
ABI
ABI objects
Getter at block 21387009
balanceBefore() view returns (uint256)
403302430034395840517
currentMultiplier() view returns (uint256)
4026172528678057762788100058
lastSoftPullTs() view returns (uint256)
1632325114
owner() view returns (address)
0x4cae362d7f227e3d306f70ce4878e245563f3069
poolSize() view returns (uint256)
150636293678
poolToken() view returns (address)
0x4b8d90d68f26def303dcb6cfc9b63a1aaec15840
rewardNotTransferred() view returns (uint256)
0
rewardRatePerSecond() view returns (uint256)
16534391534391534
rewardSource() view returns (address)
0xa3c299eee1998f45c20010276684921ebe6423d9
rewardToken() view returns (address)
0x0391d2021f89dc339f60fff84546ea23e337750f
Read-only
balances(address) view returns (uint256)
owed(address) view returns (uint256)
userMultiplier(address) view returns (uint256)
State-modifying
Events ackFunds()
claim() returns (uint256)
deposit(uint256 amount)
pullRewardFromSource()
renounceOwnership()
rewardLeft() returns (uint256)
setRewardRatePerSecond(uint256 rate)
setRewardsSource(address src)
softPullReward()
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAndClaim(uint256 amount) returns (uint256)
Claim(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 amount, uint256 balanceAfter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount, uint256 balanceAfter)
constructor(address _owner, address _rewardToken, address _poolToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.