FeePool
Verified contract
Proxy
Active on
Ethereum with 80 txns
Unified storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb440…d309
0x2499…1dbf
0x4b9c…5b82
0xb671…4d1f
0xc9df…e8bb
0x1116…ee02
0x97a8…90ce
-
variable spans 20 additional slots
Balances ($0.00)
No balances found for "FeePool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8968943 | 5 years ago | | | 0 | 0.0010372892 | |
| 8967653 | 5 years ago | | | 0 | 0.0071775107 | |
| 8967503 | 5 years ago | | | 0 | 0.0061471347 | |
| 8967483 | 5 years ago | | | 0 | 0.00015864800 | |
| 8967462 | 5 years ago | | | 0 | 0.00075762400 | |
| 8967454 | 5 years ago | | | 0 | 0.0050746624 | |
| 8930833 | 5 years ago | | | 0 | 0.0029782420 | |
| 8930689 | 5 years ago | | | 0 | 0.0031836380 | |
| 8926247 | 5 years ago | | | 0 | 0.0020472260 | |
| 8925772 | 5 years ago | | | 0 | 0.0011095007 |
ABI
ABI objects
Getter at block 21162171 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)
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
Read-only
amountReceivedFromExchange(uint256 value) view returns (uint256)
amountReceivedFromTransfer(uint256 value) view returns (uint256)
effectiveDebtRatioForPeriod(address account, uint256 period) view returns (uint256)
exchangeFeeIncurred(uint256 value) view returns (uint256)
feesAvailable(address account, bytes32 currencyKey) view returns (uint256, uint256)
feesByPeriod(address account) view returns (uint256[2][3] results)
feesClaimable(address account) view returns (bool)
getLastFeeWithdrawal(address _claimingAddress) view returns (uint256)
recentFeePeriods(uint256) view returns (uint256 feePeriodId, uint256 startingDebtIndex, uint256 startTime, uint256 feesToDistribute, uint256 feesClaimed, uint256 rewardsToDistribute, uint256 rewardsClaimed)
totalFeesAvailable(bytes32 currencyKey) view returns (uint256)
State-modifying
Events acceptOwnership()
appendAccountIssuanceRecord(address account, uint256 debtRatio, uint256 debtEntryIndex)
appendVestingEntry(address account, uint256 quantity)
approveClaimOnBehalf(address account)
claimFees(bytes32 currencyKey) returns (bool)
claimOnBehalf(address claimingForAddress, bytes32 currencyKey) returns (bool)
closeCurrentFeePeriod()
feePaid(bytes32 currencyKey, uint256 amount)
importFeePeriod(uint256 feePeriodIndex, uint256 feePeriodId, uint256 startingDebtIndex, uint256 startTime, uint256 feesToDistribute, uint256 feesClaimed, uint256 rewardsToDistribute, uint256 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()
ExchangeFeeUpdated(uint256 newFeeRate)
FeePeriodClosed(uint256 feePeriodId)
FeePeriodDurationUpdated(uint256 newFeePeriodDuration)
FeesClaimed(address account, uint256 xdrAmount, uint256 snxRewards)
IssuanceDebtRatioEntry(address indexed account, uint256 debtRatio, uint256 debtEntryIndex, uint256 feePeriodStartingDebtIndex)
LogAddress(string name, address value)
LogInt(string name, uint256 value)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
ProxyUpdated(address proxyAddress)
SelfDestructBeneficiaryUpdated(address newBeneficiary)
SelfDestructInitiated(uint256 selfDestructDelay)
SelfDestructTerminated()
SelfDestructed(address beneficiary)
constructor(address _proxy, address _owner, address _synthetix, address _feePoolState, address _feePoolEternalStorage, address _synthetixState, address _rewardEscrow, address _rewardsAuthority, uint256 _exchangeFeeRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.