CouponClipper
Verified contract
Active on
Ethereum with 470 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CouponClipper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11741710 | 4 years ago | | | 0 | 0.0014935613 | |
| 11741708 | 4 years ago | | | 0 | 0.0014937681 | |
| 11737208 | 4 years ago | | | 0 | 0.0024571121 | |
| 11737207 | 4 years ago | | | 0 | 0.0024580081 | |
| 11726318 | 4 years ago | | | 0 | 0.0025085578 | |
| 11726318 | 4 years ago | | | 0 | 0.0023893204 | |
| 11713321 | 4 years ago | | | 0 | 0.0037305650 | |
| 11711394 | 4 years ago | | | 0 | 0.0028966741 | |
| 11711390 | 4 years ago | | | 0 | 0.0029343665 | |
| 11711257 | 4 years ago | | | 0 | 0.0024134550 |
ABI
ABI objects
Getter at block 21203467
house() view returns (address)
0x871ee4648d0fbb08f39857f41da256659eab6334
Read-only
getEpochStartTime(uint256 _targetEpoch) pure returns (uint256)
getMaxPenalty(address _user) view returns (uint256)
getOffer(address _user) view returns (uint256)
State-modifying
Events advanceAndRedeem(address _user, uint256 _epoch, uint256 _targetEpoch)
advanceAndRedeemMany(address[] _users, uint256[] _epochs, uint256 _targetEpoch)
changeHouseAddress(address _newAddress)
redeem(address _user, uint256 _epoch, uint256 _couponAmount)
redeemMany(address[] _users, uint256[] _epochs, uint256[] _couponAmounts)
setMaxPenalty(uint256 _newPenalty)
setOffer(uint256 _newOffer)
withdraw(address _token, uint256 _amount)
SetMaxPenalty(address indexed user, uint256 penalty)
SetOffer(address indexed user, uint256 offer)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.