FlatRateCommission
Verified contract
Active on
Ethereum with 3 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) |
---|---|---|---|---|---|---|---|
| 14122369 | 3 years ago | | | 0 | 0.017423635 | |
| 13497809 | 3 years ago | | | 0 | 0.0032952632 | |
| 13494930 | 3 years ago | | | 0 | 0.0041279304 |
ABI
ABI objects
Getter at block 21255347
BASE() view returns (uint256)
10000
feeRaiseTimeout() view returns (uint256)
604800
maxRaise() view returns (uint256)
500
owner() view returns (address)
0xb5ba4a130f9e30036d1c1db11a8913caf3acdeba
rate() view returns (uint256)
350
timeoutTimestamp() view returns (uint256)
1644353247
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.