AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,160 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,746.60)
Native
Value
$14,746.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.669839 | $3,157.84 |
$14,746.6 | |
NEST | ERC-20 | 18.649926M | -- | -- | |
N0006 | ERC-20 | 1.604789M | -- | -- | |
N0008 | ERC-20 | 745.523K | -- | -- | |
N0049 | ERC-20 | 662.6478K | -- | -- | |
N0002 | ERC-20 | 524.142K | -- | -- | |
N0034 | ERC-20 | 481.83K | -- | -- | |
N0004 | ERC-20 | 237.832K | -- | -- | |
N0031 | ERC-20 | 193.299K | -- | -- | |
N0001 | ERC-20 | 0.790048 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16373227 | 2 years ago | | | 0 | 0.0016935240 | |
| 16075773 | 2 years ago | | | 0 | 0.00088048649 | |
| 15334284 | 2 years ago | | | 0 | 0.0010973027 | |
| 14519570 | 3 years ago | | | 0 | 0.0057410197 | |
| 14366482 | 3 years ago | | | 0 | 0.010017375 | |
| 13550532 | 3 years ago | | | 0 | 0.010286521 | |
| 13443023 | 3 years ago | | | 0 | 0.011163345 | |
| 13311668 | 3 years ago | | | 0 | 0.0078943583 | |
| 13221032 | 3 years ago | | | 0 | 0.0037306881 | |
| 13207876 | 3 years ago | | | 0 | 0.0045279381 |
ABI
ABI objects
Getter at block 21201057
flag() view returns (uint8)
1
Read-only
accrued(address ntoken) view returns (uint256)
earned(address ntoken, address account) view returns (uint256)
lastRewardsTotal(address) view returns (uint256)
rewardBalances(address, address) view returns (uint256)
rewardPerToken(address ntoken) view returns (uint256)
rewardsTotal(address) view returns (uint256)
stakedBalanceOf(address ntoken, address account) view returns (uint256)
totalRewards(address ntoken) view returns (uint256)
totalStaked(address ntoken) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addETHReward(address ntoken) payable
claim(address ntoken) returns (uint256)
initialize(address NestPool)
loadContracts()
loadGovernance()
pause()
resume()
stake(address ntoken, uint256 amount)
stakeFromNestPool(address ntoken, uint256 amount)
unstake(address ntoken, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
FlagSet(address gov, uint256 flag)
NTokenStaked(address ntoken, address indexed user, uint256 amount)
NTokenUnstaked(address ntoken, address indexed user, uint256 amount)
RewardAdded(address ntoken, address sender, uint256 reward)
RewardClaimed(address ntoken, address indexed user, uint256 reward)
SavingWithdrawn(address ntoken, address indexed to, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.