O3Staking
Verified contract
Active on
Ethereum with 5,312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT_LP | ERC-20 | 18.724227K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19448721 | 8 months ago | | | 0 | 0.0045846281 | |
| 19448648 | 8 months ago | | | 0 | 0.0038621200 | |
| 16924844 | 2 years ago | | | 0 | 0.0022189256 | |
| 16050129 | 2 years ago | | | 0 | 0.0010762645 | |
| 16050125 | 2 years ago | | | 0 | 0.0014424694 | |
| 15910998 | 2 years ago | | | 0 | 0.0014169500 | |
| 15683699 | 2 years ago | | | 0 | 0.0027801175 | |
| 15238115 | 2 years ago | | | 0 | 0.0029043901 | |
| 15238114 | 2 years ago | | | 0 | 0.0035226948 | |
| 15225168 | 2 years ago | | | 0 | 0.0017275301 |
ABI
ABI objects
Getter at block 21287739
O3Token() view returns (address)
0xee9801669c6138e84bd50deb500827b776777d28
ONE() view returns (uint256)
1000000000000000000
StakingToken() view returns (address)
0x61415f9060b1a81bbda3b79baa11acd27cddd83d
getSharePerBlock() view returns (uint256)
0
owner() view returns (address)
0x56e52b8f2af160cf6da1259facf77bd7eb7aec44
startClaimBlockIndex() view returns (uint256)
12433250
startStakingBlockIndex() view returns (uint256)
12431100
startUnstakeBlockIndex() view returns (uint256)
12431100
totalStaked() view returns (uint256)
18724226710060649241688
Read-only
getStakingAmount(address staker) view returns (uint256)
getTotalProfit(address staker) view returns (uint256)
State-modifying
Events claimProfit()
collect(address token, address to)
pauseClaimProfit()
pauseStaking()
pauseUnstake()
renounceOwnership()
setSharePerBlock(uint256 sharePerBlock)
setStakingToke(address _token)
setStartClaimBlockIndex(uint256 _startClaimBlockIndex)
setStartUnstakeBlockIndex(uint256 _startUnstakeBlockIndex)
stake(uint256 amount)
transferOwnership(address newOwner)
unpauseClaimProfit()
unpauseStaking()
unpauseUnstake()
unstake(uint256 amount)
LOG_CALL(bytes4 indexed sig, address indexed caller, bytes data) anonymous
LOG_CLAIM_PROFIT(address indexed staker, uint256 profit)
LOG_STAKE(address indexed staker, uint256 stakeAmount)
LOG_UNSTAKE(address indexed staker, uint256 withdrawAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _stakingToken, address _o3Token, uint256 _startStakingBlockIndex, uint256 _startUnstakeBlockIndex, uint256 _startClaimBlockIndex)
This contract contains no fallback and receive objects.
This contract contains no error objects.