FeePool

Verified contract

Proxy

Active on Ethereum with 80 txns
Deployed by via 0x7cf42355 at 8622897
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 20 additional slots

No balances found for "FeePool"

0x071ec418db9b7258bbc5532537497f0ca394cf098989f01f30839b6bc7d71273
0xa5e8bf53ab5338434f35a3275add5711e8fd81f876140f30bd0d44bcdd94e674
0xd430673eb425c718049bcee95fbbb26839f2d9a7e26e4bcc9c5626090d7a128f
0x116cdbbc149c08a9477ddd9b92aab66b3e7e993e92ae3a47b2638cc0233448de
0x32875bb45f967d2ea9c2817a1db3ab9b38589c9f724dee6b8567508050323bfe
0xc095ff2d616ff13b3dbd7ff889709dce1cffee632ce6a0523b8800c45b48c8e8
0x2b6dd9c4a72c3af4a2362c9cf729b825aec5c6572f44e259b96f21d34060111a
0xeb71739f0502278076f9ce661b6af8666f02c5e64996ce36c562df23822bcc8d
0x5e8b04afc1370addcddc8b46e232cde1d5a165c700557ba5e2e13daf909c68af
0xf834b3b4b7bbe00c500abca9f51aa7d0e9a1997540d7c007a03661c031d2a6cf

Functions
Getter at block 21162171
FEE_ADDRESS(view returns (address)
0xfeefeefeefeefeefeefeefeefeefeefeefeefeef
FEE_PERIOD_LENGTH(view returns (uint8)
3
MAX_EXCHANGE_FEE_RATE(view returns (uint256)
100000000000000000
MAX_FEE_PERIOD_DURATION(view returns (uint256)
5184000
MIN_FEE_PERIOD_DURATION(view returns (uint256)
86400
SELFDESTRUCT_DELAY(view returns (uint256)
2419200
TARGET_THRESHOLD(view returns (uint256)
10000000000000000
delegates(view returns (address)
0x97a853e9536cf7cf123aa14da726b71a848290ce
exchangeFeeRate(view returns (uint256)
5000000000000000
feePeriodDuration(view returns (uint256)
604800
feePoolEternalStorage(view returns (address)
0xc9dfff5fa5605fd94f8b7927b892f2b57391e8bb
feePoolState(view returns (address)
0x11164f6a47c3f8472d19b9add516fc780cb7ee02
getPenaltyThresholdRatio(view returns (uint256)
168333333333333332
initiationTime(view returns (uint256)
0
integrationProxy(view returns (address)
0x0000000000000000000000000000000000000000
nominatedOwner(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0xb0a23f40de7f776a4f20153e8995ed3e7d7c8487
proxy(view returns (address)
0xb440dd674e1243644791a4adfe3a2abb0a92d309
rewardEscrow(view returns (address)
0xb671f2210b1f6621a2607ea63e6b2dc3e2464d1f
rewardsAuthority(view returns (address)
0xffa72fd80d8a84032d855bfb67036baf45949009
selfDestructBeneficiary(view returns (address)
0xb64ff7a4a33acdf48d97dab0d764afd0f6176882
selfDestructInitiated(view returns (bool)
false
synthetix(view returns (address)
0x2499e7259594044d7cc0a6fe27f4935d62ef1dbf
synthetixState(view returns (address)
0x4b9ca5607f1ff8019c1c6a3c2f0cc8de622d5b82
totalRewardsAvailable(view returns (uint256)
2533760690449246059992318
 
PRECISE_UNIT(view returns (uint256)
 
UNIT(view returns (uint256)
 
decimals(view returns (uint8)
 
highPrecisionDecimals(view returns (uint8)
 
preciseUnit(pure returns (uint256)
 
unit(pure returns (uint256)
Read-only
amountReceivedFromExchange(uint256 valueview returns (uint256)
amountReceivedFromTransfer(uint256 valueview returns (uint256)
effectiveDebtRatioForPeriod(address accountuint256 periodview returns (uint256)
exchangeFeeIncurred(uint256 valueview returns (uint256)
feesAvailable(address accountbytes32 currencyKeyview returns (uint256uint256)
feesByPeriod(address accountview returns (uint256[2][3] results)
feesClaimable(address accountview returns (bool)
getLastFeeWithdrawal(address _claimingAddressview returns (uint256)
recentFeePeriods(uint256view returns (uint256 feePeriodIduint256 startingDebtIndexuint256 startTimeuint256 feesToDistributeuint256 feesClaimeduint256 rewardsToDistributeuint256 rewardsClaimed)
totalFeesAvailable(bytes32 currencyKeyview returns (uint256)
State-modifying
acceptOwnership(
appendAccountIssuanceRecord(address accountuint256 debtRatiouint256 debtEntryIndex
appendVestingEntry(address accountuint256 quantity
approveClaimOnBehalf(address account
claimFees(bytes32 currencyKeyreturns (bool)
claimOnBehalf(address claimingForAddressbytes32 currencyKeyreturns (bool)
closeCurrentFeePeriod(
feePaid(bytes32 currencyKeyuint256 amount
importFeePeriod(uint256 feePeriodIndexuint256 feePeriodIduint256 startingDebtIndexuint256 startTimeuint256 feesToDistributeuint256 feesClaimeduint256 rewardsToDistributeuint256 rewardsClaimed
initiateSelfDestruct(
nominateNewOwner(address _owner
recoverTransferFees(
removeClaimOnBehalf(address account
selfDestruct(
setDelegateApprovals(address _delegates
setExchangeFeeRate(uint256 _exchangeFeeRate
setFeePeriodDuration(uint256 _feePeriodDuration
setFeePoolState(address _feePoolState
setIntegrationProxy(address _integrationProxy
setMessageSender(address sender
setProxy(address _proxy
setRewardsAuthority(address _rewardsAuthority
setRewardsToDistribute(uint256 amount
setSelfDestructBeneficiary(address _beneficiary
setSynthetix(address _synthetix
setTargetThreshold(uint256 _percent
terminateSelfDestruct(
Events
ExchangeFeeUpdated(uint256 newFeeRate
FeePeriodClosed(uint256 feePeriodId
FeePeriodDurationUpdated(uint256 newFeePeriodDuration
FeesClaimed(address accountuint256 xdrAmountuint256 snxRewards
IssuanceDebtRatioEntry(address indexed accountuint256 debtRatiouint256 debtEntryIndexuint256 feePeriodStartingDebtIndex
LogAddress(string nameaddress value
LogInt(string nameuint256 value
OwnerChanged(address oldOwneraddress newOwner
OwnerNominated(address newOwner
ProxyUpdated(address proxyAddress
SelfDestructBeneficiaryUpdated(address newBeneficiary
SelfDestructInitiated(uint256 selfDestructDelay
SelfDestructTerminated(
SelfDestructed(address beneficiary
Constructor
constructor(address _proxyaddress _owneraddress _synthetixaddress _feePoolStateaddress _feePoolEternalStorageaddress _synthetixStateaddress _rewardEscrowaddress _rewardsAuthorityuint256 _exchangeFeeRate
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.