NIFITYWORLD
Verified contract
Active on
Ethereum with 201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4443…e1e7
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 0.000354 | $16.34 |
$0.01 | |
GRT | ERC-20 | 0.000022 | $0.228392 |
$0 | |
1INCH | ERC-20 | 0 | $0.362282 |
$0 | |
DAI | ERC-20 | 0 | $0.997154 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12383543 | 4 years ago | | | 0 | 0.0086008000 | |
| 12142847 | 4 years ago | | | 0 | 0.0088189200 | |
| 11805762 | 4 years ago | | | 0 | 0.0089692410 | |
| 11796041 | 4 years ago | | | 0 | 0.0087966500 | |
| 11714700 | 4 years ago | | | 0 | 0.0064518160 | |
| 11714692 | 4 years ago | | | 0 | 0.0096081580 | |
| 11714631 | 4 years ago | | | 0 | 0.0079917442 | |
| 11712351 | 4 years ago | | | 0 | 0.0043124498 | |
| 11710296 | 4 years ago | | | 0 | 0.0034504800 | |
| 11710296 | 4 years ago | | | 0 | 0.0043466201 |
ABI
ABI objects
Getter at block 21258671
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
0
devaddr() view returns (address)
0x71a991ccf523600c306605960efe18dcb50132c0
nifity() view returns (address)
0x44436dad31d1ad018312a3eb7586103ac638e1e7
nifityPerBlock() view returns (uint256)
10000000000000000000
owner() view returns (address)
0x71a991ccf523600c306605960efe18dcb50132c0
poolLength() view returns (uint256)
14
startBlock() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
33
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingNifity(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accNifityPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 requestAmount, uint256 requestBlock)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devadr, bytes _devkey)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setNifityPerBlock(uint256 _nifityPerBlock)
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 _nifity, address _devaddr, uint256 _nifityPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.