ProtocolFeeVault
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KICK | ERC-20 | 888.888K | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9644719 | 5 years ago | | | 0 | 0.00019058220 | |
| 9644702 | 5 years ago | | | 0 | 0.00015992500 | |
| 9638264 | 5 years ago | | | 0 | 0.00064237200 | |
Transfer | 9635478 | 5 years ago | | | 0.0001 | 0.00023149500 | |
Transfer | 9635467 | 5 years ago | | | 0.00001 | 0.00029400000 | |
| 9150450 | 5 years ago | | | 0 | 0.00028323600 |
ABI
ABI objects
Getter at block 21306702 getProtocolFeeStats() view returns (uint256 accumulatedFees, uint256 accumulatedBurn, uint256 accumulatedDAOFund, uint256 accumulatedReward, uint256 remainingFees, uint256 remainingBurn, uint256 remainingDAOFund, uint256 remainingReward)
DAO_PERDENTAGE() view returns (uint256)
20
REWARD_PERCENTAGE() view returns (uint256)
70
daoAddress() view returns (address)
0x0000000000000000000000000000000000000000
lrcAddress() view returns (address)
0xbbbbca6a901c926f240b89eacb641d8aec7aeafd
owner() view returns (address)
0x4374d3d032b3c96785094ec9f384f07077792768
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
tokenSellerAddress() view returns (address)
0x0000000000000000000000000000000000000000
userStakingPoolAddress() view returns (address)
0x4374d3d032b3c96785094ec9f384f07077792768
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimOwnership()
claimStakingReward(uint256 amount)
fundDAO()
renounceOwnership()
sellTokenForLRC(address token, uint256 amount)
transferOwnership(address newOwner)
updateSettings(address _userStakingPoolAddress, address _tokenSellerAddress, address _daoAddress)
DAOFunded(uint256 amountDAO, uint256 amountBurn)
LRCClaimed(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SettingsUpdated(uint256 time)
TokenSold(address token, uint256 amount)
constructor(address _lrcAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.