StakingPoolsMigrator
Verified contract
Active on
Ethereum with 13,073 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe4ff…b723
0x2bcd…ab88
0x9e15…ba93
Balances ($2,524,960.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OM | ERC-20 | 601.18099K | $4.20 |
$2,524,960.16 | |
TKX | ERC-20 | 0.000046 | $11.99 |
$0 | |
sOM | ERC-20 | 1.558995T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202672 | a day ago | | | 0 | 0.0024439978 | |
| 21161907 | 7 days ago | | | 0 | 0.0031436914 | |
| 21147921 | 9 days ago | | | 0 | 0.0012197299 | |
| 21147863 | 9 days ago | | | 0 | 0.0012216225 | |
| 21147848 | 9 days ago | | | 0 | 0.0012411988 | |
| 21147809 | 9 days ago | | | 0 | 0.0012075611 | |
| 21074239 | 19 days ago | | | 0 | 0.00018714128 | |
| 21074239 | 19 days ago | | | 0 | 0.0013868470 | |
| 21071521 | 20 days ago | | | 0 | 0.00073389162 | |
| 21034706 | 25 days ago | | | 0 | 0.0025465733 |
ABI
ABI objects
Getter at block 21211489 calculatePriceParams() view returns (uint256 stakingPoolV1Balance_, uint256 burnedSyntheticAmount)
calculateStakingPoolV1BalanceAndExpectedLockedSyntheticAmount() view returns (uint256 stakingPoolV1Balance_, uint256 expectedLockedSyntheticAmount)
(stakingPoolV1Balance_=1562215768300488787772314, expectedLockedSyntheticAmount=1562215768300488787772314000000)
deployer() view returns (address)
0xfa0e08b7e80e6e7eecad9800bc32ef19132da295
initialized() view returns (bool)
true
initializingTimestamp() view returns (uint256)
1608219675
lockedSyntheticAmount() view returns (uint256)
1558994949929151854057047307463
stakingPoolV1() view returns (address)
0x2bcd929283ad0ee603e743412ddb214b91fbab88
stakingPoolV1Balance() view returns (uint256)
1562215768300488787772314
stakingPoolV1IssueCompensationAmount() view returns (uint256)
10276750350000000000000000
stakingPoolV1RewardInterval() view returns (uint256)
86400
stakingPoolV1SignificantBalance() view returns (uint256 stakingPoolV1Balance_)
1562215768300488787772314
stakingPoolV2() view returns (address)
0x9e15ad979919bb4db331bfe864475ae3bffeba93
startPrice() view returns (uint256 mantissa, uint256 base, uint256 exponentiation)
(mantissa=1000000000000, base=10, exponentiation=18)
tokenMigrator() view returns (address)
0xe4ff95557f9aba07507ac0851a54c1244be4b723
Read-only
accounts(address) view returns (bool lockedAmountPaid, uint256 lockedAmount, uint256 requiredAmount, struct AttoDecimal lockedPrice)
State-modifying
Events initialize(address stakingPoolV1IssueCompensator, uint256 stakingPoolV1IssueCompensationAmount_) returns (bool success)
lockStakingPoolV1Rewards() returns (bool success)
lockStakingPoolV2Rewards() returns (bool success)
migrate() returns (bool success)
update() returns (bool success)
Initialized()
StakingPoolV1RewardLocked(address indexed account, uint256 stakingPoolV1Reward, uint256 transferedSyntheticAmount)
StakingPoolV2RewardLocked(address indexed account, uint256 amount)
Updated(uint256 stakingPoolV1Balance, uint256 lockedSyntheticAmount)
constructor(address tokenMigrator_, address stakingPoolV1_, address stakingPoolV2_, uint256 stakingPoolV1RewardInterval_)
This contract contains no fallback and receive objects.
This contract contains no error objects.