Phoenix
Verified contract
Active on
Ethereum with 5,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($4,446,183.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FET | ERC-20 | 3.260789M | $1.36 |
$4,434,673.04 | |
MTLX | ERC-20 | 5.32897K | $2.16 |
$11,510.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20661926 | 2 months ago | | | 0 | 0.00032150752 | |
| 15602143 | 2 years ago | | | 0 | 0.00070138820 | |
| 13776804 | 3 years ago | | | 0 | 0.0010833060 | |
| 13776804 | 3 years ago | | | 0 | 0.0027012800 | |
| 13776452 | 3 years ago | | | 0 | 0.0029781612 | |
| 13776419 | 3 years ago | | | 0 | 0.0011090990 | |
| 13776419 | 3 years ago | | | 0 | 0.0028363440 | |
| 13763831 | 3 years ago | | | 0 | 0.0031064720 | |
| 13762279 | 3 years ago | | | 0 | 0.0012380640 | |
| 13762279 | 3 years ago | | | 0 | 0.0032415360 |
ABI
ABI objects
Getter at block 21127474
FETStaking() view returns (address)
0x351bac612b50e87b46e4b10a282f632d41397de2
MTLXPerBlock() view returns (uint256)
0
MTLXToken() view returns (address)
0x2e1e15c44ffe4df6a0cb7371cd00d5028e571d14
distributionIndex() view returns (uint256 lastScannedBlock, uint256 accuMTLXPerFET, uint256 globalPrincipal)
(lastScannedBlock=20661926, accuMTLXPerFET=1889279945519229, globalPrincipal=80242822747356122672492653)
guardian() view returns (address)
0x70646fbf0b592f10b2c43a98a8d02feb6d41f343
owner() view returns (address)
0x633ccbb3bfeae37cd88336e730855c22237c3f9d
paused() view returns (bool)
false
rewardStartBlock() view returns (uint256)
11889060
Read-only
distributions(address) view returns (uint256 lastRewardBlock, uint256 rewardDebt, uint256 FETStaked, bool isEnrolled)
getAccumulatedRewards(address user) view returns (uint256)
State-modifying
Events claimRewards()
pauseDistribution()
rebalanceUserFETStakes(address[] users)
renounceOwnership()
resumeDistribution()
setMTLXRewardPerBlock(uint256 _newReward)
transferOwnership(address newOwner)
withdrawAdminMTLX(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(uint256 _rewardStartBlock, uint256 _MTLXPerBlock, address _FETStaking, address _MTLXToken, address _guardian)
This contract contains no fallback and receive objects.
This contract contains no error objects.