MplUserActions
Verified contract
Active on
Ethereum with 1,946 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "MplUserActions"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256083 | 29 minutes ago | | | 0 | 0.0017390798 | |
| 21255880 | an hour ago | | | 0 | 0.0019099453 | |
| 21255541 | 2 hours ago | | | 0 | 0.0020390458 | |
| 21255472 | 3 hours ago | | | 0 | 0.0023047954 | |
| 21255332 | 3 hours ago | | | 0 | 0.0019753464 | |
| 21255280 | 3 hours ago | | | 0 | 0.0023274104 | |
| 21255072 | 4 hours ago | | | 0 | 0.0019284692 | |
| 21255046 | 4 hours ago | | | 0 | 0.0021164610 | |
| 21254961 | 4 hours ago | | | 0 | 0.0018768954 | |
| 21254646 | 5 hours ago | | | 0 | 0.0017411848 |
ABI
ABI objects
Getter at block 21256227
migrator() view returns (address)
0x9c9499edd0cd2dcbc3c9dd5070baf54777ad8f2c
mpl() view returns (address)
0x33349b282065b0284d756f0577fb39c158f935e6
stsyrup() view returns (address)
0xc7e8b36e0766d9b04c93de68a9d47dd11f260b45
syrup() view returns (address)
0x643c4e15d7d62ad0abec4a9bd4b001aa3ef52d66
xmpl() view returns (address)
0x4937a209d4cdbd3ecd48857277cfd4da4d82914c
Read-only
This contract contains no read-only function objects.
State-modifying
Events migrateAndStake(address receiver_, uint256 mplIn_) returns (uint256 stsyrupOut_)
migrateAndStakeWithPermit(address receiver_, uint256 mplIn_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_) returns (uint256 stsyrupOut_)
redeemAndMigrate(address receiver_, uint256 xmplIn_) returns (uint256 syrupOut_)
redeemAndMigrateAndStake(address receiver_, uint256 xmplIn_) returns (uint256 stsyrupOut_)
redeemAndMigrateAndStakeWithPermit(address receiver_, uint256 xmplIn_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_) returns (uint256 stsyrupOut_)
redeemAndMigrateWithPermit(address receiver_, uint256 xmplIn_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_) returns (uint256 syrupOut_)
MigratedAndStaked(address indexed sender, address assetSent, uint256 amountSent, address indexed receiver, address assetReceived, uint256 amountReceived)
RedeemedAndMigrated(address indexed sender, address assetSent, uint256 amountSent, address indexed receiver, address assetReceived, uint256 amountReceived)
RedeemedAndMigratedAndStaked(address indexed sender, address assetSent, uint256 amountSent, address indexed receiver, address assetReceived, uint256 amountReceived)
constructor(address migrator_, address xmpl_, address stsyrup_)
This contract contains no fallback and receive objects.
This contract contains no error objects.