DualStaking
Verified contract
Active on
Ethereum with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4be2…bdc6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MSWAP | ERC-20 | 2.332705B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20378659 | 4 months ago | | | 0 | 0.0010540042 | |
| 20378650 | 4 months ago | | | 0 | 0.0011028257 | |
| 20378620 | 4 months ago | | | 0 | 0.00080988247 | |
| 20378516 | 4 months ago | | | 0 | 0.00068278435 | |
| 20374917 | 4 months ago | | | 0 | 0.00056119797 | |
| 20302954 | 4 months ago | | | 0 | 0.00045554069 | |
| 20155491 | 5 months ago | | | 0 | 0.00094186882 | |
| 20106350 | 5 months ago | | | 0 | 0.00081062358 | |
| 20094333 | 5 months ago | | | 0 | 0.00075638464 | |
| 20072296 | 5 months ago | | | 0 | 0.0013410856 |
ABI
ABI objects
Getter at block 21220833
asset() view returns (address)
0x4be2b2c45b432ba362f198c08094017b61e3bdc6
asset2() view returns (address)
0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce
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)
0
ratio1() view returns (uint256)
7
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.