CNDLStaking
Verified contract
Active on
Ethereum with 471 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($257,077.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNDL | ERC-20 | 15.307497M | $0.016794 |
$257,077.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175979 | an hour ago | | | 0 | 0.0025740219 | |
| 21170404 | 20 hours ago | | | 0 | 0.0022910924 | |
| 21144705 | 4 days ago | | | 0 | 0.0015265066 | |
| 21134345 | 6 days ago | | | 0 | 0.00090896039 | |
| 21115667 | 8 days ago | | | 0 | 0.00097491071 | |
| 21092957 | 12 days ago | | | 0 | 0.00094408345 | |
| 21092379 | 12 days ago | | | 0 | 0.00062758528 | |
| 21087266 | 12 days ago | | | 0 | 0.0013741193 | |
| 21077967 | 14 days ago | | | 0 | 0.00084740920 | |
| 21077955 | 14 days ago | | | 0 | 0.00068778101 |
ABI
ABI objects
Getter at block 21176322
CNDL_TOKEN_ADDRESS() view returns (address)
0x6efb32bc7893b793603e39643d86594ce3638157
DURATION() view returns (uint256)
777600
EARLY_UNSTAKE_FEE_PERCENT() view returns (uint256)
5
FEE_ADDRESS() view returns (address)
0x83576669a353bc57af70989746722315e48747a2
cndlToken() view returns (address)
0x6efb32bc7893b793603e39643d86594ce3638157
owner() view returns (address)
0x83576669a353bc57af70989746722315e48747a2
Read-only
categoryNames(uint256) view returns (string)
currentCategory(address account) view returns (string)
getUpdatedReceiptScore(address account) view returns (uint256)
receiptScore(address account) view returns (uint256)
receiptScores(address) view returns (uint256)
stakes(address) view returns (uint256 amount, uint256 startTime, uint256 initialTier, uint256 lastUpdateTime)
thresholds(uint256) view returns (uint256)
tierScores(uint256) view returns (uint256)
State-modifying
Events forciblyUnstake(address account)
renounceOwnership()
resetReceiptScore(address account)
stake(uint256 amount)
transferOwnership(address newOwner)
unstake()
ForciblyUnstaked(address indexed user, uint256 amount, uint256 receiptScore)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiptScoreReset(address indexed user)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount, uint256 receiptScore)
constructor(address _cndlToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.