This contract is being backfilled. You may encounter incomplete storage history.

FeeController

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0x9eeea069 at 18021265
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FeeController"

0x3704a36ff71c3708666484b8326b180a82bc8b95b72d7ea586e3be2ee8b2450d
From

Functions
Getter at block 20797218
FL_01(view returns (bytes32)
0xddfa60b1f3b0c3629357d48d7f8a1186bd1ff199faa6c6b792597e91bd705dc2
FL_02(view returns (bytes32)
0x4e2344e60c4b990f3c4cf2efa216c71144a011f9e4a940c6b459a8066c98e1f9
FL_03(view returns (bytes32)
0x6b9fec8a90acd71b357b3fbde8e525c5e0a0ffebe7010905e79162a4fd6421bd
FL_04(view returns (bytes32)
0xc3a599955a4238a21ad67957aa12a28dc3e88efd2a54bc264ba15e23b257c352
FL_05(view returns (bytes32)
0x74ba47f4e32f0deada0ece4f758dd1cb5f98ba44c024c037a61f34bb066f568e
FL_06(view returns (bytes32)
0x41f539feb01b3a702d5e8c2e4367fa0d5a544df6b5ef24765c6836e0743db742
FL_07(view returns (bytes32)
0x6c9950464c33f914161b87af80469f5598c7ea5009d7b4464f7e3815112686a3
FL_08(view returns (bytes32)
0x4714fd9784ca8c9ee16df7000f2eb0fc7a2296e457de6968bc65d71fd2873706
getFeesOrigination(view returns (struct IFeeControllerFeesOrigination)
(0, 0, 0, 0, 0)
getFeesRollover(view returns (struct IFeeControllerFeesRollover)
(0, 0)
getMaxVaultMintFee(view returns (uint64)
1000000000000000000
getVaultMintFee(view returns (uint64)
0
maxVaultMintFee(view returns (uint64)
1000000000000000000
owner(view returns (address)
0x54b7235db74103395dd48a2c3dd993e3b7d39856
vaultMintFee(view returns (uint64)
0
Read-only
getLendingFee(bytes32 idview returns (uint16)
getMaxLendingFee(bytes32 idview returns (uint16)
loanFees(bytes32view returns (uint16)
maxLoanFees(bytes32view returns (uint16)
State-modifying
renounceOwnership(
setLendingFee(bytes32 iduint16 fee
setVaultMintFee(uint64 fee
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetLendingFee(bytes32 indexed iduint16 fee
SetVaultMintFee(uint64 fee
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
FC_LendingFeeOverMax(bytes32 selectoruint256 feeuint256 maxFee
FC_VaultMintFeeOverMax(uint256 feeuint256 maxFee