CryptoCartPool
Verified contract
Active on
Ethereum with 784 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 |
---|---|---|---|---|---|
CC | ERC-20 | 229.105813K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14816873 | 2 years ago | | | 0 | 0.0011965800 | |
| 13805899 | 3 years ago | | | 0 | 0.0051549938 | |
| 13805899 | 3 years ago | | | 0 | 0.0051549938 | |
| 13805899 | 3 years ago | | | 0 | 0.0087594232 | |
| 13601810 | 3 years ago | | | 0 | 0.013110003 | |
| 13601311 | 3 years ago | | | 0 | 0.010944086 | |
| 13601301 | 3 years ago | | | 0 | 0.0097512416 | |
| 13601297 | 3 years ago | | | 0 | 0.010539289 | |
| 13547074 | 3 years ago | | | 0 | 0.015828353 | |
| 13531499 | 3 years ago | | | 0 | 0.023153988 |
ABI
ABI objects
Getter at block 21095477
deployedTime() view returns (uint256)
1628753579
duration() view returns (uint256)
15552000
lastTimeRewardsActive() view returns (uint256)
1644574483
lastUpdateTime() view returns (uint256)
1639519800
owner() view returns (address)
0x0a39d2e0ba7297020979092087c4dde07156dbd7
periodFinish() view returns (uint256)
1644574483
rewardPerToken() view returns (uint256)
843233282331822525
rewardPerTokenStored() view returns (uint256)
795409634959842709
rewardRate() view returns (uint256)
1929012345679012
rewardToken() view returns (address)
0x9e547061a345015869d26c7b6ee4ab5b63424441
stakingToken() view returns (address)
0x9e547061a345015869d26c7b6ee4ab5b63424441
stakingTokenMultiplier() view returns (uint256)
1000000000000000000
startTime() view returns (uint256)
1629022483
totalRewardsPaid() view returns (uint256)
4779638082752288238416
totalSupply() view returns (uint256)
203885450949664144287857
treasury() view returns (address)
0x075dfb52bb201324bd9ee132d1c0deb92a5c9f9c
unstakingFee() view returns (uint256)
15
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256 rewards, uint256 userRewardPerTokenPaid)
State-modifying
Events eject()
emergencyWithdraw()
exit()
getReward()
kill()
notifyRewardAmount()
renounceOwnership()
setNewTreasury(address _treasury)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(uint256 _duration, address _stakingToken, address _rewardToken, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.