Staking
Verified contract
Active on
Ethereum with 1,462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPENAI | ERC-20 | 96.180273 | $0.00388 |
$0.37 | |
ChatGPT | ERC-20 | 220.905454M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16559542 | 2 years ago | | | 0 | 0.0014445345 | |
| 16538094 | 2 years ago | | | 0 | 0.0015796844 | |
| 16537018 | 2 years ago | | | 0 | 0.0029870477 | |
| 16536839 | 2 years ago | | | 0 | 0.0030842334 | |
| 16536768 | 2 years ago | | | 0 | 0.0022832299 | |
| 16536737 | 2 years ago | | | 0 | 0.0024169553 | |
| 16536729 | 2 years ago | | | 0 | 0.0024090165 | |
| 16536693 | 2 years ago | | | 0 | 0.0026698212 | |
| 16536687 | 2 years ago | | | 0 | 0.0025113471 | |
| 16536687 | 2 years ago | | | 0 | 0.0025113471 |
ABI
ABI objects
Getter at block 21333243
endPeriod() view returns (uint256)
1703104043
fixedAPY() view returns (uint8)
50
lockupDuration() view returns (uint256)
0
lockupPeriod() view returns (uint256)
1671568043
owner() view returns (address)
0xcd1c4d52bc5c2a06051a8fa51886a3af4a4af00c
stakingDuration() view returns (uint256)
31536000
stakingMax() view returns (uint256)
100000000000000000
startPeriod() view returns (uint256)
1671568043
token() view returns (address)
0x6a6aa13393b7d1100c00a57c76c39e8b6c835041
totalDeposited() view returns (uint256)
646264376977685
Read-only
amountStaked(address stakeHolder) view returns (uint256)
rewardOf(address stakeHolder) view returns (uint256)
staked(address) view returns (uint256)
State-modifying
Events claimRewards()
deposit(uint256 amount)
renounceOwnership()
startStaking()
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
withdrawResidualBalance()
Claim(address indexed stakeHolder, uint256 amount)
Deposit(address indexed owner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartStaking(uint256 startPeriod, uint256 lockupPeriod, uint256 endingPeriod)
Withdraw(address indexed owner, uint256 amount)
constructor(address _token, uint8 _fixedAPY, uint256 _durationInDays, uint256 _lockDurationInDays, uint256 _maxAmountStaked)
This contract contains no fallback and receive objects.
This contract contains no error objects.