CrocoKingStaking
Verified contract
Active on
Ethereum with 140 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4d9b…0aae
0x6b17…1d0f
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($40.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 40.712478 | $1.003 |
$40.83 | |
CKL | ERC-721 | 1 | -- | -- | |
CKL | ERC-721 | 1 | -- | -- | |
CKL | ERC-721 | 1 | -- | -- | |
CKL | ERC-721 | 1 | -- | -- | |
CKL | ERC-721 | 1 | -- | -- | |
CKL | ERC-721 | 1 | -- | -- | |
CKL | ERC-721 | 1 | -- | -- | |
CKL | ERC-721 | 1 | -- | -- | |
CKL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20111552 | 5 months ago | | | 0 | 0.00024501368 | |
| 20078472 | 5 months ago | | | 0 | 0.0011757478 | |
| 20078455 | 5 months ago | | | 0 | 0.0012071160 | |
| 20076456 | 5 months ago | | | 0 | 0.0018836760 | |
| 20074728 | 5 months ago | | | 0 | 0.0010775749 | |
| 20059748 | 5 months ago | | | 0 | 0.00022518085 | |
| 20045544 | 5 months ago | | | 0 | 0.00090424248 | |
| 20045518 | 5 months ago | | | 0 | 0.00062539374 | |
| 20045482 | 5 months ago | | | 0 | 0.00096576434 | |
| 20045463 | 5 months ago | | | 0 | 0.00064912755 |
ABI
ABI objects
Getter at block 21167121
collectionAddress() view returns (address)
0x4d9b8203d4e88bbe84a31bd51912015710a00aae
minTokenReward() view returns (uint256)
12000000000000000000
owner() view returns (address)
0xc69689bbdb1a767455d6effbea1cd125ac577663
rewardToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
Read-only
NFTInfos(uint256) view returns (uint256 stakeTime, uint256 lockPeriod, uint256 rewards, uint256 index)
NFTStakers(address) view returns (uint256 balance, uint256 rewardsEarned, uint256 lastUpdate)
defaultLockTime(uint256) view returns (uint256)
defaultPackageIndex(uint256) view returns (uint256)
defaultReward(uint256) view returns (uint256)
earned(uint256 _tokenId) view returns (uint256)
getUserStakedTokens(address _user) view returns (uint256[] tokenIds)
tokenOwner(uint256) view returns (address)
State-modifying
Events Stake(uint256 _tokenId, uint256 _packageIndex)
Unstake(uint256 _tokenId)
adminWithdrawNfts(address _to, uint256[] _tokenIds)
adminWithdrawTokens(address _tokenAddr, address _to, uint256 _amount)
onERC721Received(address, address, uint256, bytes data) returns (bytes4)
renounceOwnership()
setCollectionAddress(address _collection)
setDefaultLockTime(uint256[3] _lockTimes)
setDefaultReward(uint256[3] _rewards)
settokenAddress(address _rewardToken)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _collectionAddress, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.