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 "FeeManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16527489 | 2 years ago | | | 0 | 0.0011937520 | |
| 16440734 | 2 years ago | | | 0 | 0.00068981883 |
ABI
ABI objects
Getter at block 21099114
owner() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
totalFee() view returns (uint256)
20000000000000000
totalFeeRecipients() view returns (uint256)
1
Read-only
recipients(uint256) view returns (address recipient, uint256 fee)
State-modifying
Events addRecipient(address _recipient, uint256 _fee)
disperseFees(address _token)
removeRecipient(uint256 _index)
transferOwnership(address newOwner)
updateRecipient(uint256 _index, address _recipient, uint256 _fee)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address _feeRecipient)
This contract contains no fallback and receive objects.
INCORRECT_FEE()