GenesisMasterPassStaking
Verified contract
Active on
Base with 3,172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x1f1f…aaae | ERC-1555 | 685 | -- | -- | |
0x1f1f…aaae | ERC-1555 | 638 | -- | -- | |
0x1f1f…aaae | ERC-1555 | 381 | -- | -- | |
OHNO | ERC-20 | 31 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22694338 | a day ago | | | 0 | 0.000000208314815616 | |
| 22694181 | a day ago | | | 0 | 6.6529499e-7 | |
| 22395653 | 8 days ago | | | 0 | 4.3478409e-7 | |
| 22272995 | 11 days ago | | | 0 | 7.8817370e-7 | |
| 22159928 | 14 days ago | | | 0 | 0.000000509632930261 | |
| 22114190 | 15 days ago | | | 0 | 4.3571564e-7 | |
| 22100618 | 15 days ago | | | 0 | 0.0000017030163 | |
| 22062669 | 16 days ago | | | 0 | 3.9229977e-7 | |
| 22062519 | 16 days ago | | | 0 | 0.000000302225956436 | |
| 22062438 | 16 days ago | | | 0 | 1.1498839e-7 |
ABI
ABI objects
Getter at block 22743989
UNBONDING_PERIOD_CATEGORY_0() view returns (uint256)
604800
UNBONDING_PERIOD_CATEGORY_1() view returns (uint256)
86400
UNBONDING_PERIOD_CATEGORY_2() view returns (uint256)
86400
nft() view returns (address)
0x1f1ff349f9ae85a1218d485220748aed7281aaae
Read-only
getAllStakes(address user) view returns (struct GenesisMasterPassStakingStake, struct GenesisMasterPassStakingStake, struct GenesisMasterPassStakingStake)
getAllUnStakes(address user) view returns (struct GenesisMasterPassStakingUnstake, struct GenesisMasterPassStakingUnstake, struct GenesisMasterPassStakingUnstake)
getUnbondingPeriod(uint256 tokenId) pure returns (uint256)
isActiveStaking(address user, uint256 tokenId) view returns (bool)
isActiveStakingAll(address user) view returns (bool, bool, bool)
stakeAmount(address user, uint256 tokenId) view returns (uint256)
stakes(address, uint256) view returns (uint256 tokenId, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
unstakeAmount(address user, uint256 tokenId) view returns (uint256)
unstakeUnlockTime(address user, uint256 tokenId) view returns (uint256)
unstakes(address, uint256) view returns (uint256 tokenId, uint256 amount, uint256 unlockTime)
State-modifying
Events cancelUnstake(uint256 tokenId)
completeUnstake(uint256 tokenId)
initiateUnstake(uint256 tokenId)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
stake(uint256 tokenId, uint256 amount)
Staked(address indexed user, uint256 tokenId, uint256 amount)
UnstakeCancelled(address indexed user, uint256 tokenId, uint256 amount)
UnstakeInitiated(address indexed user, uint256 tokenId, uint256 amount, uint256 unlockTime)
Unstaked(address indexed user, uint256 tokenId, uint256 amount)
constructor(address _nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.