Multisat NFT Staking
Verified contract
Proxy
Active on
Ethereum with 1,326 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- | |
AlienVerse | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19641227 | 8 months ago | | | 0 | 0.0034977523 | |
| 19640318 | 8 months ago | | | 0 | 0.011484559 | |
| 19631071 | 8 months ago | | | 0 | 0.0010726299 | |
| 19564901 | 8 months ago | | | 0 | 0.0015422005 | |
| 19403701 | 9 months ago | | | 0 | 0.0033878260 | |
| 19396372 | 9 months ago | | | 0 | 0.0027173767 | |
| 19393655 | 9 months ago | | | 0 | 0.0030442444 | |
| 19390618 | 9 months ago | | | 0 | 0.0096856364 | |
| 19390016 | 9 months ago | | | 0 | 0.0033970643 | |
| 19389669 | 9 months ago | | | 0 | 0.0046132855 |
ABI
ABI objects
Getter at block 21381200 getStakeInfo() view returns (struct MultisatNFTStakingStakeInfo[]) proxiableUUID() view returns (bytes32)
getImplementation() view returns (address)
0x94cee2b1edd4cd4d01db1f1a536fea25ba743510
owner() view returns (address)
0xfb56d86c3f0e4d673b57891a81b0671b02ac6d4c
alienVerse() view returns (address)
0xe9f8133e47d42bc9962e469721faaf75e385af31
endStakeTime() view returns (uint256)
1706788800
getTotalStake() view returns (uint256)
29
name() view returns (string)
Multisat NFT Staking
owner() view returns (address)
0xfb56d86c3f0e4d673b57891a81b0671b02ac6d4c
paused() view returns (bool)
false
startClaimTime() view returns (uint256)
1706792400
startStakeTime() view returns (uint256)
1705924800
Read-only
getTotalStakeByOwner(address owner) view returns (uint256)
tokenStakeMap(uint256) view returns (address owner, uint48 start_time, uint48 token_id)
State-modifying
Events renounceOwnership()
transferOwnership(address newOwner)
claim(uint256[] token_ids)
initialize(uint256 startStakeTime_, uint256 endStakeTime_, uint256 startClaimTime_)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
pause()
renounceOwnership()
setTimeConfig(uint256 startStakeTime_, uint256 endStakeTime_, uint256 startClaimTime_)
stake(uint256[] token_ids)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawUnexpectedERC20(address token, address to, uint256 amount)
withdrawUnexpectedERC721(address token, address to, uint256 tokenId)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
CallerNotOwner()
ClaimTimeError()
StakeTimeError()