StakingContract
Verified contract
Active on
Base with 1,174 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$SHAKA | ERC-20 | 73.714517K | $0.000484 |
$35.65 | |
toby | ERC-20 | 29.577464M | $0.00 |
$1.51 | |
POLA | ERC-20 | 10 | $0.000555 |
$0.01 | |
USA | ERC-20 | 1 | $0.000733 |
$0 | |
kurbi | ERC-20 | 0.01 | $0.00076 |
$0 | |
$BUCKS | ERC-20 | 11.772348M | -- | -- | |
GOAT | ERC-20 | 25K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 11 | -- | -- | |
BAS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22756807 | 7 hours ago | | | 0 | 0.000013438622 | |
| 22748859 | 11 hours ago | | | 0 | 0.0000093441437 | |
| 22747574 | 12 hours ago | | | 0 | 7.6072236e-7 | |
| 22740476 | 16 hours ago | | | 0 | 0.000042922784 | |
| 22740446 | 16 hours ago | | | 0 | 0.0000096034582 | |
| 22721761 | a day ago | | | 0 | 6.8344320e-7 | |
| 22716311 | a day ago | | | 0 | 0.000027488409 | |
| 22715751 | a day ago | | | 0 | 0.000011443407 | |
| 22708743 | a day ago | | | 0 | 7.6483252e-7 | |
| 22706120 | a day ago | | | 0 | 0.0000010739535 |
ABI
ABI objects
Getter at block 22769429
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DURATION() view returns (uint256)
86400
STAKING_ADMIN_ROLE() view returns (bytes32)
0x24791c44c040514a5d2580696fc45e7d3cb6c9fa65bf3db2e4755362d6c155b5
erc20Token() view returns (address)
0xb472838c1fb18aa671a63bdd42b0c00e34ce622a
getTokenBalance() view returns (uint256)
11772347999999999999958748
stakersCount() view returns (uint256)
489
Read-only
getClaimableReward(address _user, address _nftAddress) view returns (uint256)
getNftCount(address _nftAddress) view returns (uint256)
getRewardRate(address _nftAddress) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getStakedNFTs(address _user, address _nftAddress) view returns (uint256[])
getTokensEarnedTotal(address _user, address _nftAddress) view returns (uint256)
getTotalClaimableReward(address _user, address[] _nftAddresses) view returns (uint256)
getUserBalance(address _user) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nftsCount(address) view returns (uint256)
rewardRate(address) view returns (uint256)
stakingInfo(address, address) view returns (uint256 startTime, uint256 tokensEarned)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimReward(address _user, address[] _nftAddresses)
grantRole(bytes32 role, address account)
grantStakingAdminRole(address _admin)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
revokeStakingAdminRole(address _admin)
setRewardRate(address _nftAddress, uint256 _rewardRate)
stakeAll(uint256[] _nftIds, address _nftAddress)
unstakeAll(address _nftAddress)
withdrawETH(uint256 _amount)
withdrawTokens(address _tokenAddress, uint256 _amount)
Claimed(address indexed user, uint256 amount)
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)
Staked(address indexed user, uint256[] nftIds, address nftAddress)
Unstaked(address indexed user, address nftAddress, uint256[] nftIds)
constructor(address _erc20Token)
receive()
This contract contains no error objects.