SINStaking
Verified contract
Active on
Ethereum with 44 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
0x231b…ea1f
0x5c76…13f8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sSIN | ERC-20 | 6.113722M | -- | -- | |
SIN | ERC-20 | 13.677056K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14185839 | 3 years ago | | | 0 | 0.036434712 | |
| 14185515 | 3 years ago | | | 0 | 0.011256177 | |
| 14185083 | 3 years ago | | | 0 | 0.0070476273 | |
| 14184913 | 3 years ago | | | 0 | 0.0074680457 | |
| 14184308 | 3 years ago | | | 0 | 0.0047722249 | |
| 14184114 | 3 years ago | | | 0 | 0.013248769 | |
| 14183938 | 3 years ago | | | 0 | 0.017092587 | |
| 14183761 | 3 years ago | | | 0 | 0.0076096547 | |
| 14182361 | 3 years ago | | | 0 | 0.029558096 | |
| 14181468 | 3 years ago | | | 0 | 0.045920328 |
ABI
ABI objects
Getter at block 21315178
SIN() view returns (address)
0x804a4f2705f7bd08b1d84ae8698014a18c708dbc
contractBalance() view returns (uint256)
13677055595389
distributor() view returns (address)
0x231b69814c5a7c2d4f191da138202d7702efea1f
epoch() view returns (uint256 number, uint256 distribute, uint32 length, uint32 endTime)
(number=13, distribute=283075497044, length=28800, endTime=1644606000)
index() view returns (uint256)
1225423185
owner() view returns (address)
0x7ef1615fc734e4df0553d8e5636db6e8538ab29f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sSIN() view returns (address)
0x64a9f1ac6ae2d424ed0dcc6ce32ae3fe53159042
totalBonus() view returns (uint256)
0
warmupContract() view returns (address)
0x5c769840e42fdf382a0daa51935067858cbe13f8
warmupPeriod() view returns (uint256)
0
Read-only
lockupInfo(address) view returns (uint256 gonsWarmup, uint256 gonsAccount, uint256 initialDeposit, uint256 multiplier, uint256 lockTimestamp)
warmupInfo(address) view returns (uint256 deposit, uint256 gons, uint256 expiry, bool lock)
State-modifying
Events claim(address _recipient)
claimOwnership()
forfeit()
rebase()
setContract(uint8 _contract, address _address)
setWarmup(uint256 _warmupPeriod)
stake(uint256 _amount, address _recipient, uint8 _lockup) returns (bool)
toggleDepositLock()
transferOwnership(address newOwner, bool direct, bool renounce)
unstake(uint256 _amount, bool _trigger)
unstakeLocked(bool _trigger)
LogClaim(address indexed recipient, uint256 amount)
LogDepositLock(address indexed user, bool locked)
LogForfeit(address indexed recipient, uint256 memoAmount, uint256 timeAmount)
LogRebase(uint256 distribute)
LogSetContract(uint8 contractType, address indexed _contract)
LogStake(address indexed recipient, uint256 amount)
LogUnstake(address indexed recipient, uint256 amount)
LogWarmupPeriod(uint256 period)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _SIN, address _sSIN, uint32 _epochLength, uint256 _firstEpochNumber, uint32 _firstEpochTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.