FeeManager

Verified contract

Active on Ethereum with 2 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FeeManager"

0xfaf3fdda21b841cccf3d5127c8cc006ef05e8bf004aee40a15c5260c07afdd79
0x6bd2cb93d6c215a8de174630e3a98c33653f932713778886be7916b6de067e6d

Functions
Getter at block 21099114
owner(view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
totalFee(view returns (uint256)
20000000000000000
totalFeeRecipients(view returns (uint256)
1
Read-only
recipients(uint256view returns (address recipientuint256 fee)
State-modifying
addRecipient(address _recipientuint256 _fee
disperseFees(address _token
removeRecipient(uint256 _index
transferOwnership(address newOwner
updateRecipient(uint256 _indexaddress _recipientuint256 _fee
Events
OwnershipTransferred(address indexed useraddress indexed newOwner
Constructor
constructor(address _feeRecipient
Fallback and receive

This contract contains no fallback and receive objects.

Errors
INCORRECT_FEE(