ETHERCFeeModifiers
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 "ETHERCFeeModifiers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5770770 | 6 years ago | | | 0 | 0.00013446000 | |
| 5461552 | 7 years ago | | | 0 | 0.00020977500 | |
| 5457811 | 7 years ago | | | 0 | 0.00013446000 | |
| 5457795 | 7 years ago | | | 0 | 0.00041955000 |
ABI
ABI objects
Getter at block 21273135
commonDiscount() view returns (uint256)
0
commonRebate() view returns (uint256)
0
owner() view returns (address)
0x6fef8825df5d0cf7b072e5036f5fdcbd4a22ef21
Read-only
accountFeeModifiers(address _user) view returns (uint256 feeDiscount, uint256 feeRebate)
tradingFeeModifiers(address _maker, address _taker) view returns (uint256 feeMakeDiscount, uint256 feeTakeDiscount, uint256 feeRebate)
State-modifying
Events changeCommonDiscount(uint256 _commonDiscount)
changeCommonRebate(uint256 _commonRebate)
setAccountFeeModifiers(address _user, uint256 _feeDiscount, uint256 _feeRebate)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.