CyberLionzStaking
Verified contract
Active on
Ethereum with 353 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 |
---|---|---|---|---|---|
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- | |
CLC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17658429 | a year ago | | | 0 | 0.0022288793 | |
| 17658423 | a year ago | | | 0 | 0.0029844936 | |
| 16374595 | 2 years ago | | | 0 | 0.0022623549 | |
| 16298036 | 2 years ago | | | 0 | 0.0022446842 | |
| 16285627 | 2 years ago | | | 0 | 0.0019828956 | |
| 15827676 | 2 years ago | | | 0 | 0.0031453679 | |
| 15806921 | 2 years ago | | | 0 | 0.0032302692 | |
| 15806339 | 2 years ago | | | 0 | 0.0032214037 | |
| 15728795 | 2 years ago | | | 0 | 0.0048813154 | |
| 15658493 | 2 years ago | | | 0 | 0.00052937370 |
ABI
ABI objects
Getter at block 21286375
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
claimableReward(address _userAddress, uint256 _collectionID, uint256 _tokenID) view returns (uint256)
collectionInfo(uint256) view returns (address collectionAddress, uint256 rewardPerDay, uint256 totalAmountStaked)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTotalStakedItemsCount(uint256 _collectionID) view returns (uint256)
getUserStakedTokens(address _userAddress, uint256 _collectionID) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
onERC721Received(address, address, uint256) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalClaimableReward(address _userAddress, uint256 _collectionID) view returns (uint256)
State-modifying
Events batchStake(uint256 _collectionID, uint256[] _tokenIDs)
batchUnstake(uint256 _collectionID, uint256[] _tokenIDs)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAdminRole(address admin)
setCollection(address _collectionAddress, uint256 _rewardPerDay)
stake(uint256 _collectionID, uint256 _tokenID)
unstake(uint256 _collectionID, uint256 _tokenID)
updateCollection(uint256 _collectionID, address _collectionAddress, uint256 _rewardPerDay)
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 _rewardsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.