YfnpPools
Verified contract
Active on
Ethereum with 1,390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc449…645d
Balances ($140.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 5 | $13.46 |
$67.3 | |
DAI | ERC-20 | 51.98358 | $1.001 |
$52.04 | |
YFI | ERC-20 | 0.003287 | $6,309.77 |
$20.74 | |
YFNP | ERC-20 | 1.654882M | -- | -- | |
YFIN | ERC-20 | 362.566772 | -- | -- | |
UNI-V2 | ERC-20 | 97.563588 | -- | -- | |
UNI-V2 | ERC-20 | 70.951399 | -- | -- | |
YFNP | ERC-20 | 2 | -- | -- | |
UNI-V2 | ERC-20 | 0.356912 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18339697 | a year ago | | | 0 | 0.00014854284 | |
| 18339696 | a year ago | | | 0 | 0.00079870356 | |
| 14442389 | 3 years ago | | | 0 | 0.0021804248 | |
| 14428998 | 3 years ago | | | 0 | 0.0021902266 | |
| 13222607 | 3 years ago | | | 0 | 0.0068256262 | |
| 13217870 | 3 years ago | | | 0 | 0.016825117 | |
| 13198252 | 3 years ago | | | 0 | 0.0096313337 | |
| 13132136 | 3 years ago | | | 0 | 0.014964824 | |
| 13124140 | 3 years ago | | | 0 | 0.012364720 | |
| 13042024 | 3 years ago | | | 0 | 0.0049126000 |
ABI
ABI objects
Getter at block 21184396
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11504390
devaddr() view returns (address)
0xc3dd962d3ce753c8e6d08b5edd39593ad1f09200
halvingYfnpSupply() view returns (uint256)
1500000000000000000000000
maxYfnpSupply() view returns (uint256)
6000000000000000000000000
owner() view returns (address)
0x2402235fed7e508a17aad48950d612712397e9ba
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
11376390
totalAllocPoint() view returns (uint256)
118000
yfnp() view returns (address)
0xc44962d3f9f0e86bdfd4b15cc4b40ba5b242645d
yfnpPerBlock() view returns (uint256)
1000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingYfnp(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accYfnpPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _yfnp, address _devaddr, uint256 _yfnpPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.