NpProxy
Verified contract
Proxy
Active on
Ethereum with 2,661 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaf1e…0033
Balances ($0.00)
No balances found for "NpProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19206133 | 10 months ago | | | 0 | 0.0013997908 | |
| 19069758 | 10 months ago | | | 0 | 0.0022927482 | |
| 19069269 | 10 months ago | | | 0 | 0.0017252868 | |
| 19063058 | 10 months ago | | | 0 | 0.0028564908 | |
| 19062279 | 10 months ago | | | 0 | 0.0013879500 | |
| 19062078 | 10 months ago | | | 0 | 0.0016427198 | |
| 19062044 | 10 months ago | | | 0 | 0.0017471379 | |
| 19061505 | 10 months ago | | | 0 | 0.0021805705 | |
| 19060608 | 10 months ago | | | 0 | 0.00054150489 | |
| 19060491 | 10 months ago | | | 0 | 0.0011129854 |
ABI
ABI objects
Getter at block 21304239 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
basePool() view returns (address)
0xcd13c67673d8cba4be1ef619aed7f9c57a9dd3d6
duration() view returns (uint256)
1209600
historicalRewards() view returns (uint256)
14000000000000000
lastTimeRewardApplicable() view returns (uint256)
1704383987
lastUpdateTime() view returns (uint256)
1704383987
owner() view returns (address)
0x551f419f0b3fa0e93c06437e83ff37e1cffed615
periodFinish() view returns (uint256)
1704383987
rewardPerToken() view returns (uint256)
2803503581240574568637
rewardPerTokenStored() view returns (uint256)
2803503581240574568637
rewardRate() view returns (uint256)
11574074074
rewardToken() view returns (address)
0xaf1eeb83c364ad9ffeb5f97f223c1705d4810033
totalSupply() view returns (uint256)
6365560231624
Read-only
balanceOf(address) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events getReward()
initialize(address reward_, address basePool_)
notifyRewardAmount(uint256 _reward)
recoverToken(address[] tokens)
renounceOwnership()
setRewardDuartion(uint256 _duration)
transferOwnership(address newOwner)
updateUser(address _account, struct FuturesUser userData)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
UpdateStaked(address indexed user, uint256 oldAmount, uint256 newAmount)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)