TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,774 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xa6dd…c6f7
0x0bd2…8df5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TKNFY | ERC-20 | 31.182251M | -- | -- | |
SLP | ERC-20 | 12.496474K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20613245 | 4 months ago | | | 0 | 0.00047812756 | |
| 17128361 | 2 years ago | | | 0 | 0.0031341916 | |
| 17077137 | 2 years ago | | | 0 | 0.0055351243 | |
| 17043493 | 2 years ago | | | 0 | 0.0032378197 | |
| 16899126 | 2 years ago | | | 0 | 0.0019984618 | |
| 16857468 | 2 years ago | | | 0 | 0.0013283281 | |
| 16451948 | 2 years ago | | | 0 | 0.0021865179 | |
| 16443958 | 2 years ago | | | 0 | 0.0014729945 | |
| 16425603 | 2 years ago | | | 0 | 0.0021030367 | |
| 16309292 | 2 years ago | | | 0 | 0.0012779589 |
ABI
ABI objects
Getter at block 21384222
PRECISION() view returns (uint256)
1000000000000
accTokenPerShare() view returns (uint256)
4182692981006864
endBlock() view returns (uint256)
15345318
lastRewardBlock() view returns (uint256)
15346968
lpToken() view returns (address)
0x0bd2b9116f1e2f88e4fd4cc0fce3e15178de8df5
owner() view returns (address)
0x37726aa67ba6322d46b0d06e05a58f5ac1855f9c
paused() view returns (bool)
false
rewardPerBlock() view returns (uint256)
80000000000000000000
startBlock() view returns (uint256)
14095318
tokenfyToken() view returns (address)
0xa6dd98031551c23bb4a2fbe2c4d524e8f737c6f7
totalLP() view returns (uint256)
12496473929875029075505
totalTokenfy() view returns (uint256)
31182251142056474560288021
Read-only
stakingRewards(address user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
adminRewardWithdraw(uint256 amount)
claim()
emergencyWithdraw()
initialize()
pause()
renounceOwnership()
setupRewards(address _lpToken, address _tokenfyToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _endBlock)
stake(uint256 amount)
transferOwnership(address newOwner)
unpause()
unstake(uint256 amount)
updateRewardPerBlockAndEndBlock(uint256 newRewardPerBlock, uint256 newEndBlock)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminRewardWithdraw(uint256 amount)
Claim(address indexed user, uint256 claimedRewards)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsChange(uint256 rewardPerBlock, uint256 endBlock)
Stake(address indexed user, uint256 amount, uint256 claimedRewards)
Unpaused(address account)
Unstake(address indexed user, uint256 amount, uint256 claimedRewards)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.