WagmiStaking
Verified contract
Active on
Ethereum with 7,668 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 | 81.648659M | -- | -- | |
(#9994) | WAGMI | ERC-721 | 1 | -- | -- |
(#9986) | WAGMI | ERC-721 | 1 | -- | -- |
(#9983) | WAGMI | ERC-721 | 1 | -- | -- |
(#9980) | WAGMI | ERC-721 | 1 | -- | -- |
(#9979) | WAGMI | ERC-721 | 1 | -- | -- |
(#9974) | WAGMI | ERC-721 | 1 | -- | -- |
(#9973) | WAGMI | ERC-721 | 1 | -- | -- |
(#9972) | WAGMI | ERC-721 | 1 | -- | -- |
(#9969) | WAGMI | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19072566 | 10 months ago | | | 0 | 0.00059042876 | |
| 18524713 | a year ago | | | 0 | 0.0010733960 | |
| 18371230 | a year ago | | | 0 | 0.0021660872 | |
| 18331080 | a year ago | | | 0 | 0.00059284514 | |
| 18325898 | a year ago | | | 0 | 0.00095085867 | |
| 18320951 | a year ago | | | 0 | 0.00076677667 | |
| 18300480 | a year ago | | | 0 | 0.0020652962 | |
| 18283537 | a year ago | | | 0 | 0.0033179410 | |
| 18275819 | a year ago | | | 0 | 0.00096820829 | |
| 18269109 | a year ago | | | 0 | 0.00045074955 |
ABI
ABI objects
Getter at block 21260051
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
minimumStakingTime() view returns (uint256)
168
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 timeOfStake, 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)
setRewardPerHour(uint256 _reward)
stake(uint256[] _tokenIds)
withdraw(uint256[] _tokenIds)
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.