FeeDistributor
Verified contract
Active on
Ethereum with 1,019 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mkUSD | ERC-20 | 114.70567K | $0.995853 |
$114,229.99 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206850 | 3 days ago | | | 0 | 0.0015242961 | |
| 21206413 | 3 days ago | | | 0 | 0.0030579806 | |
| 21203051 | 4 days ago | | | 0 | 0.0064416260 | |
| 21202538 | 4 days ago | | | 0 | 0.0018075791 | |
| 21198858 | 4 days ago | | | 0 | 0.00078191015 | |
| 21190559 | 5 days ago | | | 0 | 0.0012022891 | |
| 21183317 | 6 days ago | | | 0 | 0.0031535841 | |
| 21176721 | 7 days ago | | | 0 | 0.0018054274 | |
| 21175755 | 8 days ago | | | 0 | 0.015297038 | |
| 21170596 | 8 days ago | | | 0 | 0.0033313067 |
ABI
ABI objects
Getter at block 21229689
PRISMA_CORE() view returns (address)
0x5d17ea085f2ff5da3e6979d5d26f1dbab664ccf8
feeTokensLength() view returns (uint256)
1
getWeek() view returns (uint256 week)
66
guardian() view returns (address)
0x7a28a80dce1733944db5dc50dc2c5147ec993c5a
owner() view returns (address)
0xc53baaaa8595a7a2e7fee71db7291b939f696734
tokenLocker() view returns (address)
0x3f78544364c3eccdce4d9c89a630aea26122829d
Read-only
accountClaimWeek(address account, address feeToken) view returns (uint256 claimFromWeek)
claimable(address account, address[] tokens) view returns (uint256[] amounts)
feeTokens(uint256) view returns (address)
getClaimBounds(address account, address token) view returns (uint256 claimFromWeek, uint256 claimUntilWeek)
isApprovedDelegate(address owner, address caller) view returns (bool isApproved)
weeklyFeeAmounts(address token, uint256) view returns (uint128)
State-modifying
Events claim(address account, address receiver, address[] tokens) returns (uint256[] claimedAmounts)
claimWithBounds(address account, address receiver, struct FeeDistributorBoundedClaim[] claims) returns (uint256[] claimedAmounts)
depositFeeToken(address token, uint256 amount) returns (bool)
registerNewFeeToken(address token) returns (bool)
setDelegateApproval(address _delegate, bool _isApproved)
DelegateApprovalSet(address indexed caller, address indexed delegate, bool isApproved)
FeesClaimed(address indexed account, address indexed receiver, address indexed token, uint256 claimFromWeek, uint256 claimUntilWeek, uint256 amount)
FeesReceived(address indexed caller, address indexed token, uint256 indexed week, uint256 amount)
NewFeeToken(address token)
constructor(address _prismaCore, address _tokenLocker)
This contract contains no fallback and receive objects.
This contract contains no error objects.