OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,410 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
-
variable spans 49 additional slots
0x0d43…2bde
0xd7c4…cf3b
0x1337…b1dd
0x01bf…d07e
0x1337…48a5
16 additional
variables
Balances ($790,518.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NXM | ERC-20 | 11.054126K | $71.50 |
$790,370.03 | |
BOND | ERC-20 | 100 | $1.48 |
$148 | |
arNXM | ERC-20 | 7.940908K | -- | -- | |
NXM-STAKE | ERC-721 | 1 | -- | -- | |
NXM-STAKE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254444 | 3 days ago | | | 0 | 0.0058598467 | |
| 21203004 | 10 days ago | | | 0 | 0.011239707 | |
| 21137128 | 19 days ago | | | 0 | 0.0027604240 | |
| 21097345 | 25 days ago | | | 0 | 0.0015080796 | |
| 21082337 | a month ago | | | 0 | 0.0088934655 | |
| 21022256 | a month ago | | | 0 | 0.0089527230 | |
| 21022100 | a month ago | | | 0 | 0.0058998522 | |
| 21022098 | a month ago | | | 0 | 0.0060250296 | |
| 21022084 | a month ago | | | 0 | 0.0055584346 | |
| 21022074 | a month ago | | | 0 | 0.0060645716 |
ABI
ABI objects
Getter at block 21275589 aum() view returns (uint256) stakedNxm() view returns (uint256 staked)
implementation() view returns (address impl)
0xa2ff55a4033669472fe07df9dfc313855de58a68
proxyOwner() view returns (address owner)
0x1f28ed9d4792a567dad779235c2b766ab84d8e33
adminPercent() view returns (uint256)
50
arNxm() view returns (address)
0x1337def18c680af1f9f45cbcab6309562975b1dd
beneficiary() view returns (address)
0x1f28ed9d4792a567dad779235c2b766ab84d8e33
currentReward() view returns (uint256 reward)
89510266408054754491
isOwner() view returns (bool)
false
lastReward() view returns (uint256)
89510266408054754491
lastRewardTimestamp() view returns (uint256)
1731793175
nxm() view returns (address)
0xd7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b
nxmMaster() view returns (address)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
owner() view returns (address)
0x1337def11d788e62a253fea846a505ee1b57623f
pauseDuration() view returns (uint256)
864000
referPercent() view returns (uint256)
0
reserveAmount() view returns (uint256)
0
rewardDuration() view returns (uint256)
604800
rewardManager() view returns (address)
0x1337def1c79053da23921a3634adbd12f3b748a5
secondOwner() view returns (address)
0x1f28ed9d4792a567dad779235c2b766ab84d8e33
stakingNFT() view returns (address)
0xcafea508a477d94c502c253a58239fb8f948e97f
totalPending() view returns (uint256)
8033688807181905284819
wNxm() view returns (address)
0x0d438f3b5175bebc262bf23753c1e53d03432bde
withdrawDelay() view returns (uint256)
172800
withdrawFee() view returns (uint256)
25
withdrawalsPaused() view returns (uint256)
0
Read-only
arNxmValue(uint256 _nAmount) view returns (uint256 arAmount)
nxmValue(uint256 _arAmount) view returns (uint256 nAmount)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
protocols(uint256) view returns (address)
referrers(address) view returns (address)
tokenIdToPool(uint256) view returns (address)
tokenIds(uint256) view returns (uint256)
withdrawals(address) view returns (uint48 requestTime, uint104 nAmount, uint104 arAmount)
State-modifying
Events transferProxyOwnership(address _newOwner)
upgradeTo(address _implementation)
alertTransfer(address _from, address _to, uint256 _amount)
buyNxmWithEther(uint256 _minNxm) payable
changeAdminPercent(uint256 _adminPercent)
changeBeneficiary(address _newBeneficiary)
changePauseDuration(uint256 _pauseDuration)
changeReferPercent(uint256 _referPercent)
changeReserveAmount(uint256 _reserveAmount)
changeRewardDuration(uint256 _rewardDuration)
changeWithdrawDelay(uint256 _withdrawDelay)
changeWithdrawFee(uint256 _withdrawFee)
getRewardNxm()
getShieldMiningRewards(address _shieldMining, address[] _protocols, address[] _sponsors, address[] _tokens)
initialize(address _wNxm, address _arNxm, address _nxm, address _nxmMaster, address _rewardManager)
initializeV2(address _stakingNFT, uint256[] _tokenIds, address[] _riskPools)
pauseWithdrawals(uint256 _claimId)
proofOfLoss(address _coverAddress)
pullNXM(address _from, uint256 _amount, address _to)
receiveOwnership()
receiveSecondOwnership()
removeTokenIdAtIndex(uint256 _index)
rescueToken(address token)
stakeNxm(uint256 _amount, address _poolAddress, uint256 _trancheId, uint256 _requestTokenId)
submitVote(uint256 _proposalId, uint256 _solutionChosen)
transferERC721Token(address to, address tokenAddress, uint256 tokenId)
transferOwnership(address newOwner)
transferSecondOwnership(address newOwner)
unstakeNxm(uint256 _tokenId, uint256[] _trancheIds)
unwrapWnxm()
withdraw(uint256 _arAmount, bool _payFee)
withdrawFinalize()
withdrawNxm(address _poolAddress, uint256 _tokenId, uint256[] _trancheIds)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 nAmount, uint256 arAmount, uint256 timestamp)
NxmReward(uint256 reward, uint256 timestamp, uint256 totalAum)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SecondOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawRequested(address indexed user, uint256 arAmount, uint256 nAmount, uint256 requestTime, uint256 withdrawTime)
Withdrawal(address indexed user, uint256 nAmount, uint256 arAmount, uint256 timestamp)
constructor(address _implementation)
fallback()
This contract contains no error objects.