CollarStake
Verified contract
Active on
Ethereum with 338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7797…442f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COLLAR | ERC-20 | 2.182007T | -- | -- | |
Collar-LP | ERC-20 | 5.953733B | -- | -- | |
Collar-LP | ERC-20 | 1.871492B | -- | -- | |
Collar-LP | ERC-20 | 1.464629M | -- | -- | |
Collar-LP | ERC-20 | 502.317593K | -- | -- | |
TAG | ERC-20 | 70.513955K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17469937 | a year ago | | | 0 | 0.0018313850 | |
| 17401058 | a year ago | | | 0 | 0.0031074225 | |
| 17399686 | a year ago | | | 0 | 0.0018870611 | |
| 17311235 | 2 years ago | | | 0 | 0.0026958015 | |
| 17120807 | 2 years ago | | | 0 | 0.0035463236 | |
| 17120806 | 2 years ago | | | 0 | 0.0038687166 | |
| 17120804 | 2 years ago | | | 0 | 0.0028452585 | |
| 17120802 | 2 years ago | | | 0 | 0.0029265516 | |
| 17092959 | 2 years ago | | | 0 | 0.0042847980 | |
| 17086789 | 2 years ago | | | 0 | 0.0042272412 |
ABI
ABI objects
Getter at block 21275122
CollarToken() view returns (address)
0x7797c85b46f548eacc07c229f6cd207d6370442f
coolDownTime() view returns (uint256)
0
currentPool() view returns (uint256)
11
owner() view returns (address)
0x3a91ece2a4dabd5f9f8086c2161d7d3edd3c8eb7
paused() view returns (bool)
false
stakeDays() view returns (uint256)
365
stakeLimit() view returns (uint256)
1000000000000000000000000000000
Read-only
pendingReward(uint256 _poolID, uint256 _stakeID) view returns (uint256 Reward)
userStakeIDs(address _account, uint256 _poolID) view returns (uint256[] stakeIDs)
veiwPools(uint256 _poolID) view returns (struct CollarStakepoolInfo)
viewUserDetails(uint256 _poolID, uint256 _stakeID) view returns (struct CollarStakeUserInfo)
State-modifying
Events adminDeposit(uint256 _tokenAmount)
claimReward(uint256 _poolID, uint256 _stakeID)
pause()
poolCreation(address _stakeToken, uint256 _APYPercentage)
poolStatus(uint256 poolID, bool status)
stake(uint256 _poolID, uint256 _tokenAmount, uint256 _stakeDays)
transferOwnership(address newOwner)
unPause()
unstake(uint256 _poolID, uint256 _stakeID)
updateCollarToken(address _CollarToken)
updateCoolDownTime(uint256 _coolDownTime)
updateMaxTokenStake(uint256 _maxTokenStake)
updatePoolAPYpercentage(uint256 _poolID, uint256 _APYpercentage)
withdraw(uint256 _poolID, uint256 _stakeID)
CreatePool(address indexed creator, uint256 poolID, address stakeToken, uint256 APYPercentage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardClaimed(address indexed staker, uint256 stakeID, uint256 rewardAmount, uint256 claimTime)
Unpaused(address account)
UpdatePoolStatus(address indexed owner, uint256 poolID, bool status)
adminDeposits(address indexed owner, uint256 RewardDepositamount)
emergencySafe(address indexed receiver, address tokenAddressss, uint256 TokenAmount)
setAPYPercentage(address indexed owner, uint256 poolID, uint256 newPercentage)
stakeing(address indexed staker, uint256 stakeID, uint256 stakeAmount, uint256 stakeTime)
unstakeing(address indexed staker, uint256 stakeID, uint256 stakeAmount, uint256 UnstakeTime)
withdrawTokens(address indexed staker, uint256 withdrawToken, uint256 withdrawTime)
constructor(uint256 _maxTokenStake, address _CollarAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.