FlatRateCommission
Verified contract
Active on
Ethereum with 4 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 "FlatRateCommission"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17205130 | 2 years ago | | | 0 | 0.0059405482 | |
| 17099303 | 2 years ago | | | 0 | 0.0010772672 | |
| 16353496 | 2 years ago | | | 0 | 0.00093660417 | |
| 14608434 | 3 years ago | | | 0 | 0.00059467988 |
ABI
ABI objects
Getter at block 21176678
BASE() view returns (uint256)
10000
feeRaiseTimeout() view returns (uint256)
604800
maxRaise() view returns (uint256)
500
owner() view returns (address)
0x7e2da9ca686fe5f0bb7248c050dc5cd4a9b9ca32
rate() view returns (uint256)
345
timeoutTimestamp() view returns (uint256)
1684024367
Read-only
getCommission(uint256, uint256 rewardAmount) view returns (uint256)
State-modifying
Events renounceOwnership()
setRate(uint256 newRate)
transferOwnership(address newOwner)
FlatRateChanged(uint256 newRate, uint256 timeout)
FlatRateCommissionCreated(uint256 commission)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _rate, uint256 _feeRaiseTimeout, uint256 _maxRaise)
This contract contains no fallback and receive objects.
This contract contains no error objects.