WagmiStaking
Verified contract
Active on
Ethereum with 2,916 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGMI | ERC-20 | 1.008063M | -- | -- | |
(#9991) | WAGMI | ERC-721 | 1 | -- | -- |
(#9839) | WAGMI | ERC-721 | 1 | -- | -- |
(#9820) | WAGMI | ERC-721 | 1 | -- | -- |
(#9536) | WAGMI | ERC-721 | 1 | -- | -- |
(#9045) | WAGMI | ERC-721 | 1 | -- | -- |
(#8831) | WAGMI | ERC-721 | 1 | -- | -- |
(#8800) | WAGMI | ERC-721 | 1 | -- | -- |
(#8655) | WAGMI | ERC-721 | 1 | -- | -- |
(#8484) | WAGMI | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16842265 | 2 years ago | | | 0 | 0.0019739194 | |
| 16507704 | 2 years ago | | | 0 | 0.0018303337 | |
| 16371622 | 2 years ago | | | 0 | 0.0024785041 | |
| 16342056 | 2 years ago | | | 0 | 0.0020775782 | |
| 16190523 | 2 years ago | | | 0 | 0.0015003157 | |
| 15854155 | 2 years ago | | | 0 | 0.00081571703 | |
| 15778777 | 2 years ago | | | 0 | 0.0015475225 | |
| 15670178 | 2 years ago | | | 0 | 0.0017790357 | |
| 15665559 | 2 years ago | | | 0 | 0.00063355487 | |
| 15646522 | 2 years ago | | | 0 | 0.0016961962 |
ABI
ABI objects
Getter at block 21217537
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
minimumStakingTime() view returns (uint256)
0
nftCollection() view returns (address)
0xc86664e7d2608f881f796ee8e24fa9d4d7598406
rewardsToken() view returns (address)
0xf63f99a11e01b7e3b8568316947324f24e83fddc
Read-only
availableRewards(address _staker) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getStakedTokens(address _user) view returns (struct WagmiStakingStakedToken[])
hasRole(bytes32 role, address account) view returns (bool)
stakerAddress(uint256) view returns (address)
stakers(address) view returns (uint256 amountStaked, uint256 timeOfLastUpdate, uint256 unclaimedRewards)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimRewards()
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMinimumStakingHours(uint256 _hours)
stake(uint256 _tokenId)
withdraw(uint256 _tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _nftCollection, address _rewardsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.