YFNOEngine
Verified contract
Active on
Ethereum with 284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3a87…d66e
Balances ($110.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.000594 | $90,099.00 |
$53.49 | |
OKB | ERC-20 | 1 | $44.60 |
$44.6 | |
YFI | ERC-20 | 0.001273 | $6,270.93 |
$7.99 | |
COMP | ERC-20 | 0.067595 | $50.20 |
$3.39 | |
AAVE | ERC-20 | 0.007058 | $166.53 |
$1.18 | |
YFNO | ERC-20 | 362.177665 | -- | -- | |
UNI-V2 | ERC-20 | 0.042874 | -- | -- | |
UNI-V2 | ERC-20 | 0.037089 | -- | -- | |
UNI-V2 | ERC-20 | 0.00321 | -- | -- | |
UNI-V2 | ERC-20 | 0.000169 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12549363 | 3 years ago | | | 0 | 0.0013224750 | |
| 12549316 | 3 years ago | | | 0 | 0.0013605570 | |
| 12549294 | 3 years ago | | | 0 | 0.0013669020 | |
| 12549287 | 3 years ago | | | 0 | 0.0017287770 | |
| 11676608 | 4 years ago | | | 0 | 0.0041306262 | |
| 11676437 | 4 years ago | | | 0 | 0.0060645520 | |
| 11676422 | 4 years ago | | | 0 | 0.0063019352 | |
| 11640819 | 4 years ago | | | 0 | 0.0088345502 | |
| 11630556 | 4 years ago | | | 0 | 0.0076015162 | |
| 11591935 | 4 years ago | | | 0 | 0.011079470 |
ABI
ABI objects
Getter at block 21201366
BONUS_MULTIPLIER() view returns (uint256)
5
bonusEndBlock() view returns (uint256)
11352000
devaddr() view returns (address)
0xeb90e792736e323b696002962440a0968e9990b0
halvingYfnooSupply() view returns (uint256)
15000000000000000000000
maxYfnooSupply() view returns (uint256)
30000000000000000000000
owner() view returns (address)
0x2285e0728d6d0533d6f6188376934ca0b15e320e
poolLength() view returns (uint256)
21
startBlock() view returns (uint256)
11320000
totalAllocPoint() view returns (uint256)
1800
yfno() view returns (address)
0x3a87a705d8961f322cf6767baf3d7b5aa315d66e
yfnoPerBlock() view returns (uint256)
15600000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingYfno(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accYfnoPerShare)
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 _type, uint256 _pid, address _from, address _to, uint256 _amount)
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 _yfno, address _devaddr, uint256 _yfnoPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.