MeridianStaking
Verified contract
Active on
Ethereum with 3,738 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($267.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UTK | ERC-20 | 5.592952K | $0.047912 |
$267.97 | |
UTK | ERC-20 | 5.592952K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11407230 | 4 years ago | | | 0 | 0.00060798400 | |
| 11407208 | 4 years ago | | | 0 | 0.00060798400 | |
| 11395013 | 4 years ago | | | 0 | 0.0022691940 | |
| 11382421 | 4 years ago | | | 0 | 0.0028138080 | |
| 11373987 | 4 years ago | | | 0 | 0.0036218700 | |
| 11370535 | 4 years ago | | | 0 | 0.0036307200 | |
| 11252736 | 4 years ago | | | 0 | 0.0037914242 | |
| 11210838 | 4 years ago | | | 0 | 0.0075461040 | |
| 11210837 | 4 years ago | | | 0 | 0.0066679200 | |
| 11188427 | 4 years ago | | | 0 | 0.0012488641 |
ABI
ABI objects
Getter at block 21281785
BURN_RATE() view returns (uint256)
100
DIVIDEND_RATE() view returns (uint256)
10
STAKE_DIV_FEE() view returns (uint256)
50
STAKING_PERIOD() view returns (uint256)
86400
activated() view returns (bool)
true
contractEndTime() view returns (uint256)
1597942740
divsPerShare() view returns (uint256)
3068468469540257894
getNow() view returns (uint256)
1597942740
meridianToken() view returns (address)
0x95172ccbe8344fecd73d0a30f54123652981bd6f
nowTest() view returns (uint256)
1595258957
stakedTotalSum() view returns (uint256)
267519319710329950069415
Read-only
amountStaked(address) view returns (uint256)
dividendCheckpoints(address) view returns (uint256)
dividendRateUsed(address) view returns (uint256)
getBurnedDivs(address user) view returns (uint256)
getDividends(address user) view returns (uint256)
getNewDivsOverTime(address user) view returns (uint256)
getTotalDivsOverTime(address user) view returns (uint256)
getTotalDivsSubWithdrawFee(address user) view returns (uint256)
payoutsTo(address) view returns (int256)
payoutsToTime(address) view returns (uint256)
unclaimedDividends(address) view returns (uint256)
State-modifying
Events activateContract()
burnAfterContractEnd()
disableDividendAccumulation()
receiveApproval(address fromAddr, uint256 tokens, address token, bytes data)
reinvestDivs()
setRates(uint256 burn, uint256 div, uint256 unstake)
unstake(uint256 amount)
withdrawDivs()
ReStakeDivs(address indexed user, uint256 amount)
Stake(address indexed user, uint256 amount)
UnStake(address indexed user, uint256 amount)
WithdrawDivs(address indexed user, uint256 amount)
constructor(address token)
This contract contains no fallback and receive objects.
This contract contains no error objects.