FeeManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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) |
---|
No transactions found for "FeeManager"
ABI
ABI objects
Getter at block 21246051 feeDeviations() view returns (struct FeeManagerDeviation[] results)
PROTOCOL_FEE_DIVIDER() view returns (uint256)
10000
governance() view returns (address)
0x5efda50f22d34f262c29268506c5fa42cb56a1ce
registry() view returns (address)
0xb20c66c4de72433f3ce747b58b86830c459ca911
torn() view returns (address)
0x77777feddddffc19ff86db637967013e6c6a116c
uniswapTimePeriod() view returns (uint32)
0
uniswapTornPoolSwappingFee() view returns (uint24)
0
updateFeeTimeLimit() view returns (uint24)
0
Read-only
bulkResolve(bytes32[] domains) view returns (address[] result)
calculatePoolFee(address _instance) view returns (uint160)
instanceFee(address) view returns (uint160)
instanceFeeUpdated(address) view returns (uint256)
resolve(bytes32 node) view returns (address)
State-modifying
Events instanceFeeWithUpdate(address _instance) returns (uint160)
setPeriodForTWAPOracle(uint32 newPeriod)
setUniswapTornPoolSwappingFee(uint24 _uniswapTornPoolSwappingFee)
setUpdateFeeTimeLimit(uint24 newLimit)
updateAllFees()
updateFee(address _instance)
updateFees(address[] _instances)
FeeUpdated(address indexed instance, uint256 newFee)
UniswapTornPoolSwappingFeeChanged(uint24 newFee)
constructor(address _torn, address _governance, bytes32 _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.