Copper Staking Pool
Verified contract
Active on
Ethereum with 9 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 |
---|---|---|---|---|---|
3Cs | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13361824 | 3 years ago | | | 0 | 0.0055092730 | |
| 13350887 | 3 years ago | | | 0 | 0.0046506850 | |
| 12408373 | 4 years ago | | | 0 | 0.013359521 | |
| 12345784 | 4 years ago | | | 0 | 0.0068818800 | |
| 10975355 | 4 years ago | | | 0 | 0.0048106500 | |
| 10972875 | 4 years ago | | | 0 | 0.0056987700 | |
| 10961995 | 4 years ago | | | 0 | 0.016911900 | |
| 10959446 | 4 years ago | | | 0 | 0.027726534 | |
| 10939627 | 4 years ago | | | 0 | 0.013570467 |
ABI
ABI objects
Getter at block 21434140
ERC20Interface() view returns (address)
0x4f56221252d117f35e2f6ab937a3f77cad38934d
earlyWithdrawReward() view returns (uint256)
200000000000000000000000
name() view returns (string)
Copper Staking Pool
rewardBalance() view returns (uint256)
99017479273846928239533
stakedBalance() view returns (uint256)
25000000000000000000000
stakedTotal() view returns (uint256)
185140000000000000000000
stakingCap() view returns (uint256)
800000000000000000000000
stakingEnds() view returns (uint256)
1601638200
stakingStarts() view returns (uint256)
1601206200
tokenAddress() view returns (address)
0x4f56221252d117f35e2f6ab937a3f77cad38934d
totalReward() view returns (uint256)
200000000000000000000000
withdrawEnds() view returns (uint256)
1633174200
withdrawStarts() view returns (uint256)
1609414200
Read-only
stakeOf(address account) view returns (uint256)
State-modifying
Events addReward(uint256 rewardAmount, uint256 withdrawableAmount) returns (bool)
stake(uint256 amount) returns (bool)
withdraw(uint256 amount) returns (bool)
PaidOut(address indexed token, address indexed staker_, uint256 amount_, uint256 reward_)
Refunded(address indexed token, address indexed staker_, uint256 amount_)
Staked(address indexed token, address indexed staker_, uint256 requestedAmount_, uint256 stakedAmount_)
constructor(string name_, address tokenAddress_, uint256 stakingStarts_, uint256 stakingEnds_, uint256 withdrawStarts_, uint256 withdrawEnds_, uint256 stakingCap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.