PlatformMigrator
Verified contract
Active on
Ethereum with 57 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeeaa…6107
0xe043…d1da
0x2167…4fbc
Balances ($0.00)
No balances found for "PlatformMigrator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14387878 | 3 years ago | | | 0 | 0.012735630 | |
| 14377344 | 3 years ago | | | 0 | 0.0084599066 | |
| 14358334 | 3 years ago | | | 0 | 0.014462648 | |
| 14189650 | 3 years ago | | | 0 | 0.032356463 | |
| 13950857 | 3 years ago | | | 0 | 0.062341487 | |
| 13938420 | 3 years ago | | | 0 | 0.049232906 | |
| 13913695 | 3 years ago | | | 0 | 0.063224374 | |
| 13901959 | 3 years ago | | | 0 | 0.069589719 | |
| 13893301 | 3 years ago | | | 0 | 0.050323248 | |
| 13822272 | 3 years ago | | | 0 | 0.052920560 |
ABI
ABI objects
Getter at block 21305376
newPlatform() view returns (address)
0x2167eefb9ecb52fb6fcf1ff8f7dae6f0121f4fbc
oldPlatform() view returns (address)
0xe0437beb5bb7cf980e90983f6029033d710bd1da
oldToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
owner() view returns (address)
0xcedad8c0ae5e0a878c01cc8c81e0ca2dba909ded
rewardAmount() view returns (uint256)
200000000000000000000
rewardToken() view returns (address)
0xeeaa40b28a2d1b0b08f6f97bb1dd4b75316c6107
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
This contract contains no read-only function objects.
State-modifying
Events migrateLPTokens(uint256 _tokenAmountOutMin) returns (uint256 newLPTokensAmount)
renounceOwnership()
setNewPlatform(address _newNewPlatform)
setOldPlatform(address _newOldPlatform)
setRewardAmount(uint256 _newRewardAmount)
setRouter(address _newRouter)
transferOwnership(address newOwner)
withdrawAllRewards()
Migration(address indexed account, address indexed oldPlatfrom, address indexed newPlatform, uint256 oldLPTokensAmount, uint256 newLPTokensAmount, uint256 oldTokensAmount, uint256 newTokensAmount, uint256 rewardAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _rewardToken, address _oldToken, address _oldPlatform, address _newPlatform, address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.