Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc0ba…305f
0xc5ed…a414
Balances ($656.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 411.357805 | $1.001 |
$411.77 | |
DUCK | ERC-20 | 97.007086K | $0.002527 |
$245.17 | |
PIE | ERC-20 | 979.283991 | -- | -- | |
UNI-V2 | ERC-20 | 162.132894 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095743 | a month ago | | | 0 | 0.00025210844 | |
| 20303271 | 4 months ago | | | 0 | 0.000073623202 | |
| 19051541 | 10 months ago | | | 0 | 0.00061684742 | |
| 19022921 | 10 months ago | | | 0 | 0.0013373646 | |
| 17292852 | 2 years ago | | | 0 | 0.0045172600 | |
| 13434406 | 3 years ago | | | 0 | 0.0031425800 | |
| 13261187 | 3 years ago | | | 0 | 0.0030962763 | |
| 13092045 | 3 years ago | | | 0 | 0.0061571483 | |
| 12631266 | 3 years ago | | | 0 | 0.00026133000 | |
| 12106387 | 4 years ago | | | 0 | 0.0030340450 |
ABI
ABI objects
Getter at block 21288388 calculateDuckTokensForMint() view returns (uint256) getCurrentPeriodIndex() view returns (uint256)
accDuckPerShare() view returns (uint256)
41631479115367305258
controller() view returns (address)
0x4104ae7a4b42f46d11f08edd838a116f80ebcdd8
duck() view returns (address)
0xc0ba369c8db6eb3924965e5c4fd0b4c1b91e305f
lastRewardBlock() view returns (uint256)
11641827
lpToken() view returns (address)
0xc5ed7350e0fb3f780c756ba7d5d8539dc242a414
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
getUserLastRevenue(address userAddress) view returns (address, uint256)
getUserPendingReward(address userAddress) view returns (uint256)
max(uint256 a, uint256 b) pure returns (uint256)
periods(uint256) view returns (uint256 startingBlock, uint256 blocks, uint256 farmingSupply, uint256 tokensPerBlock)
revenues(uint256) view returns (address tokenAddress, uint256 totalSupply, uint256 amount)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addPeriod(uint256 startingBlock, uint256 blocks, uint256 farmingSupply)
addRevenue(address _tokenAddress, uint256 _amount, address _revenueSource)
deposit(uint256 amount)
emergencyWithdraw(uint256 pid)
updatePool()
withdraw(uint256 amount)
Deposit(address indexed from, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
NewPeriod(uint256 indexed startingBlock, uint256 indexed blocks, uint256 farmingSupply)
Withdraw(address indexed to, uint256 amount)
constructor(address _lpToken, uint256 _startingBlock, uint256[] _blocks, uint256[] _farmingSupplies)
This contract contains no fallback and receive objects.
This contract contains no error objects.