feeSplitStaking
Verified contract
Active on
Ethereum with 1,417 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe4b9…0f94
0xae7a…fe84
Balances ($16,728.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
boxETH | ERC-20 | 3.760419 | $3,359.08 |
$12,631.55 | |
stETH | ERC-20 | 1.234546 | $3,318.75 |
$4,097.15 | |
boxFEE | ERC-20 | 4.694229K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251297 | 3 days ago | | | 0 | 0.0016582316 | |
| 21243243 | 4 days ago | | | 0 | 0.00075669271 | |
| 21243206 | 4 days ago | | | 0 | 0.00090708373 | |
| 21229549 | 6 days ago | | | 0 | 0.0014627692 | |
| 21208928 | 9 days ago | | | 0 | 0.0014008491 | |
| 21208779 | 9 days ago | | | 0 | 0.00097838193 | |
| 21108087 | 23 days ago | | | 0 | 0.0010289991 | |
| 21108085 | 23 days ago | | | 0 | 0.00094379772 | |
| 21099218 | 24 days ago | | | 0 | 0.00042288152 | |
| 21074563 | a month ago | | | 0 | 0.00049841722 |
ABI
ABI objects
Getter at block 21274575
CONVERTER_ROLE() view returns (bytes32)
0x9b67f1cdf2c9ad23209b11e73d7a46eeae44f0340c10d14788faa1ace66c0898
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
collateral() view returns (address)
0xe4b91faf8810f8895772e7ca065d4cb889120f94
pointMultiplier() view returns (uint256)
10000000000000000000
rewardsToken() view returns (address)
0x7690202e2c2297bcd03664e31116d1dffe7e3b73
totalPoints() view returns (uint256)
14369754131946935
totaldeposits() view returns (uint256)
4694228573367939851551
tradeable() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
unclaimed() view returns (uint256)
3760419388955421358
Read-only
Owing(address _depositor) view returns (uint256)
deposited(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lastPoints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(uint256 amount)
grantRole(bytes32 role, address account)
multicall(bytes[] data) returns (bytes[] results)
poke(address _depositor)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
trade(uint256 amount)
withdraw(uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _rewardsToken, address _collateral, address _tradeable)
This contract contains no fallback and receive objects.
This contract contains no error objects.