FeeDistributor
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "FeeDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FeeDistributor"
ABI
ABI objects
Getter at block 21217596
TOKEN_CHECKPOINT_DEADLINE() view returns (uint256)
86400
WEEK() view returns (uint256)
604800
WETH() view returns (address)
0x0000000000000000000000000000000000000000
addressesProvider() view returns (address)
0x0000000000000000000000000000000000000000
bendCollector() view returns (address)
0x0000000000000000000000000000000000000000
lastDistributeTime() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
0
timeCursor() view returns (uint256)
0
token() view returns (address)
0x0000000000000000000000000000000000000000
tokenLastBalance() view returns (uint256)
0
veBEND() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimable(address _addr) view returns (uint256)
timeCursorOf(address) view returns (uint256)
tokensPerWeek(uint256) view returns (uint256)
totalClaimed(address) view returns (uint256)
userEpochOf(address) view returns (uint256)
veSupply(uint256) view returns (uint256)
State-modifying
Events checkpointTotalSupply()
claim(bool weth) returns (uint256)
distribute()
initialize(address _weth, address _tokenAddress, address _veBendAddress, address _addressesProvider, address _bendCollector)
renounceOwnership()
transferOwnership(address newOwner)
Claimed(address indexed recipient, uint256 amount, uint256 claimEpoch, uint256 maxEpoch)
Distributed(uint256 time, uint256 tokenAmount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.