PlatformFeeSpliter
Verified contract
Active on
Ethereum with 72 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 |
---|---|---|---|---|---|
asdCRV | ERC-20 | 3.28995K | -- | -- | |
aCRV | ERC-20 | 217.782734 | -- | -- | |
aCVX | ERC-20 | 87.743788 | -- | -- | |
aFXN | ERC-20 | 7.510284 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21174848 | 4 days ago | | | 0 | 0.0054799607 | |
| 21124689 | 11 days ago | | | 0 | 0.0019719613 | |
| 21074540 | 18 days ago | | | 0 | 0.0020769163 | |
| 21024360 | 25 days ago | | | 0 | 0.0016741762 | |
| 20974205 | a month ago | | | 0 | 0.0030854845 | |
| 20924109 | a month ago | | | 0 | 0.0050708312 | |
| 20873887 | a month ago | | | 0 | 0.0021061631 | |
| 20823712 | 2 months ago | | | 0 | 0.0042977736 | |
| 20773562 | 2 months ago | | | 0 | 0.0019731217 | |
| 20723484 | 2 months ago | | | 0 | 0.00092076713 |
ABI
ABI objects
Getter at block 21200751
ecosystem() view returns (address)
0xa0fb1b11cca5871fb0225b64308e249b97804e99
getRewardCount() view returns (uint256)
8
owner() view returns (address)
0xa0fb1b11cca5871fb0225b64308e249b97804e99
staker() view returns (address)
0x11e91bb6d1334585aa37d8f4fde3932c7960b938
treasury() view returns (address)
0xa0fb1b11cca5871fb0225b64308e249b97804e99
Read-only
burners(address) view returns (address)
rewards(uint256) view returns (address token, uint32 stakerRatio, uint32 treasuryRatio, uint32 lockerRatio)
State-modifying
Events addRewardToken(address _token, address _burner, uint32 _stakerRatio, uint32 _treasuryRatio, uint32 _lockerRatio)
claim()
removeRewardToken(uint256 _index)
renounceOwnership()
transferOwnership(address newOwner)
updateEcosystem(address _ecosystem)
updateRewardTokenBurner(address _token, address _burner)
updateRewardTokenRatio(uint256 _index, uint32 _stakerRatio, uint32 _treasuryRatio, uint32 _lockerRatio)
updateStaker(address _staker)
updateTreasury(address _treasury)
AddRewardToken(address token, address burner, uint256 stakerRatio, uint256 treasuryRatio, uint256 lockerRatio)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveRewardToken(address token)
UpdateEcosystem(address ecosystem)
UpdateRewardTokenBurner(address token, address burner)
UpdateRewardTokenRatio(address token, uint256 stakerRatio, uint256 treasuryRatio, uint256 lockerRatio)
UpdateStaker(address staker)
UpdateTreasury(address treasury)
constructor(address _treasury, address _ecosystem, address _staker)
This contract contains no fallback and receive objects.
This contract contains no error objects.