DualStaking
Verified contract
Active on
Ethereum with 312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4be2…bdc6
0x9813…18d9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MSWAP | ERC-20 | 2.472401B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20378592 | 5 months ago | | | 0 | 0.00064970414 | |
| 20217429 | 5 months ago | | | 0 | 0.00072172553 | |
| 20217422 | 5 months ago | | | 0 | 0.00077284249 | |
| 20210935 | 5 months ago | | | 0 | 0.00074367016 | |
| 20157578 | 6 months ago | | | 0 | 0.00041389782 | |
| 20094349 | 6 months ago | | | 0 | 0.00073154429 | |
| 20094338 | 6 months ago | | | 0 | 0.00072994953 | |
| 20094334 | 6 months ago | | | 0 | 0.00076723536 | |
| 20088887 | 6 months ago | | | 0 | 0.0012926742 | |
| 20058408 | 6 months ago | | | 0 | 0.00093284189 |
ABI
ABI objects
Getter at block 21384449
asset() view returns (address)
0x4be2b2c45b432ba362f198c08094017b61e3bdc6
asset2() view returns (address)
0x9813037ee2218799597d83d4a5b6f3b6778218d9
getOwner() view returns (address)
0x0de2035e9619a137ba4ca77c89afc2c70954f2e9
interest_rate() view returns (uint16)
4
interest_rate2() view returns (uint16)
2
lower_amount() view returns (uint256)
0
maturity() view returns (uint256)
5184000
penalization() view returns (uint8)
5
ratio1() view returns (uint256)
1000000
ratio2() view returns (uint256)
1
Read-only
get_gains(address _address, uint256 _rec_number) view returns (uint256)
get_gains2(address _address, uint256 _rec_number) view returns (uint256)
ledger(address, uint256) view returns (uint256 from, uint256 amount, uint256 gain, uint256 gain2, uint256 penalization, uint256 to, bool ended)
ledger_length(address _address) view returns (uint256)
State-modifying
Events changeOwner(address newOwner)
end(uint256 i)
set(address _erc20, address _erc20_2, uint256 _lower, uint256 _maturity, uint16 _rate, uint16 _rate2, uint8 _penalization, uint256 _ratio1, uint256 _ratio2)
start(uint256 _value)
OwnerSet(address indexed oldOwner, address indexed newOwner)
StakeEnd(address indexed user, uint256 value, uint256 penalty, uint256 interest, uint256 index)
StakeStart(address indexed user, uint256 value, uint256 index)
constructor(address _erc20, address _erc20_2, address _owner, uint16 _rate, uint16 _rate2, uint256 _maturity, uint8 _penalization, uint256 _lower, uint256 _ratio1, uint256 _ratio2)
This contract contains no fallback and receive objects.
This contract contains no error objects.