DualStaking
Verified contract
Active on
Ethereum with 61 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x34ba…4483
0x4be2…bdc6
Balances ($1,290.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB2.0 | ERC-20 | 11.164557M | $0.000116 |
$1,290.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18142648 | a year ago | | | 0 | 0.0089965196 | |
| 18058403 | a year ago | | | 0 | 0.0034275368 | |
| 18038967 | a year ago | | | 0 | 0.0036737615 | |
| 18016922 | a year ago | | | 0 | 0.0039869673 | |
| 18011657 | a year ago | | | 0 | 0.0039566059 | |
| 18011655 | a year ago | | | 0 | 0.0039567929 | |
| 18011651 | a year ago | | | 0 | 0.0042229738 | |
| 17988465 | a year ago | | | 0 | 0.0013068921 | |
| 17968932 | a year ago | | | 0 | 0.0034492775 | |
| 17954361 | a year ago | | | 0 | 0.0036048589 |
ABI
ABI objects
Getter at block 21327302
asset() view returns (address)
0x34ba042827996821cffeb06477d48a2ff9474483
asset2() view returns (address)
0x4be2b2c45b432ba362f198c08094017b61e3bdc6
getOwner() view returns (address)
0x0de2035e9619a137ba4ca77c89afc2c70954f2e9
interest_rate() view returns (uint16)
3
interest_rate2() view returns (uint16)
3
lower_amount() view returns (uint256)
0
maturity() view returns (uint256)
2592000
penalization() view returns (uint8)
4
ratio1() view returns (uint256)
1
ratio2() view returns (uint256)
10
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.