AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUNK | ERC-20 | 0 | $155,241.00 |
$0 | |
MEEB | ERC-20 | 0 | $2,375.56 |
$0 | |
WIZARD | ERC-20 | 0 | $2,658.23 |
$0 | |
SQGL | ERC-20 | 0 | $18,662.87 |
$0 | |
MOONCAT | ERC-20 | 0 | $756.05 |
$0 | |
PHUNK | ERC-20 | 0 | $333.95 |
$0 | |
PPENG | ERC-20 | 0 | -- | -- | |
JYD | ERC-20 | 0 | -- | -- | |
DRIP | ERC-20 | 0 | -- | -- | |
DOPEST | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12675834 | 3 years ago | | | 0 | 0.0012583900 | |
| 12675823 | 3 years ago | | | 0 | 0.0019051550 |
ABI
ABI objects
Getter at block 21330427
defaultLPAlloc() view returns (uint256)
500000000000000000
defaultTreasuryAlloc() view returns (uint256)
0
distributionPaused() view returns (bool)
false
lpStaking() view returns (address)
0x688c3e4658b5367da06fd629e41879beab538e37
nftxVaultFactory() view returns (address)
0xbe86f647b167567525ccaafcd6f881f1ee558216
owner() view returns (address)
0x40d73df4f99bae688ce3c23a01022224fe16c7b2
treasury() view returns (address)
0x40d73df4f99bae688ce3c23a01022224fe16c7b2
Read-only
allocTotal(uint256) view returns (uint256)
isGuardian(address) view returns (bool)
isPaused(uint256) view returns (bool)
onlyOwnerIfPaused(uint256 lockId) view
specificTreasuryAlloc(uint256) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__FeeDistributor__init__(address _lpStaking, address _treasury)
addReceiver(uint256 _vaultId, uint256 _allocPoint, address _receiver, bool _isContract)
changeMultipleReceiverAddress(uint256[] _vaultIds, uint256[] _receiverIdxs, address[] addresses, bool[] isContracts)
changeMultipleReceiverAlloc(uint256[] _vaultIds, uint256[] _receiverIdxs, uint256[] allocPoints)
changeReceiverAddress(uint256 _vaultId, uint256 _receiverIdx, address _address, bool _isContract)
changeReceiverAlloc(uint256 _vaultId, uint256 _receiverIdx, uint256 _allocPoint)
distribute(uint256 vaultId)
initializeVaultReceivers(uint256 _vaultId)
pause(uint256 lockId)
pauseFeeDistribution(bool pause)
removeReceiver(uint256 _vaultId, uint256 _receiverIdx)
renounceOwnership()
rescueTokens(address _address)
setDefaultLPAlloc(uint256 _allocPoint)
setDefaultTreasuryAlloc(uint256 _allocPoint)
setIsGuardian(address addr, bool _isGuardian)
setLPStakingAddress(address _lpStaking)
setNFTXVaultFactory(address _factory)
setSpecificTreasuryAlloc(uint256 vaultId, uint256 _allocPoint)
setTreasuryAddress(address _treasury)
transferOwnership(address newOwner)
unpause(uint256 lockId)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AddFeeReceiver(uint256 vaultId, address receiver, uint256 allocPoint)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseDistribution(bool paused)
RemoveFeeReceiver(uint256 vaultId, address receiver)
SetIsGuardian(address addr, bool isGuardian)
SetPaused(uint256 lockId, bool paused)
UpdateDefaultLPAlloc(uint256 newLPAlloc)
UpdateDefaultTreasuryAlloc(uint256 newTreasuryAlloc)
UpdateFeeReceiverAddress(uint256 vaultId, address oldReceiver, address newReceiver)
UpdateFeeReceiverAlloc(uint256 vaultId, address receiver, uint256 allocPoint)
UpdateLPStakingAddress(address newLPStaking)
UpdateNFTXVaultFactory(address factory)
UpdateSpecificTreasuryAlloc(uint256 vaultId, uint256 newSpecificAlloc)
UpdateTreasuryAddress(address newTreasury)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.