InscribeStakingV1
Verified contract
Active on
Ethereum with 2,162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe957…b841
Balances ($95,469.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INS | ERC-20 | 5.696952M | $0.016758 |
$95,469.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230379 | 3 days ago | | | 0 | 0.0016070230 | |
| 21228663 | 3 days ago | | | 0 | 0.00086794796 | |
| 21224542 | 3 days ago | | | 0 | 0.00087860655 | |
| 21221109 | 4 days ago | | | 0 | 0.00034988794 | |
| 21210322 | 5 days ago | | | 0 | 0.00048748142 | |
| 21208801 | 6 days ago | | | 0 | 0.0015446674 | |
| 21206632 | 6 days ago | | | 0 | 0.00044610361 | |
| 21206617 | 6 days ago | | | 0 | 0.00072255268 | |
| 21188505 | 8 days ago | | | 0 | 0.0038577608 | |
| 21184253 | 9 days ago | | | 0 | 0.0015307466 |
ABI
ABI objects
Getter at block 21248796
insToken() view returns (address)
0xe9572938bcbf08adcee86fd12a7c0d08dc4ab841
nbDeposits() view returns (uint256)
0
owner() view returns (address)
0x4f0a780cca79e9c5b943ffbbc0e629665ed13922
paused() view returns (bool)
false
skipLock() view returns (bool)
false
totalStaked() view returns (uint256)
5696951829960000000000000
wethToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
calculateTotalStakeAt(address user, uint256 timestamp) view returns (uint256)
deposits(uint256) view returns (uint256 amountWETH, uint256 totalStaked, uint256 timestamp)
stakes(address) view returns (uint256 amount, uint256 lastClaimedDepositIndex, uint256 unlockTime, uint256 lastEntryTimestamp)
State-modifying
Events claimRewards()
depositWETH(uint256 _amount)
pause()
renounceOwnership()
requestUnstake()
setSkipLock(bool _value)
stake(uint256 _amount)
transferOwnership(address newOwner)
unpause()
unstake(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Unstaked(address indexed user, uint256 amount)
WETHDeposited(uint256 amount, uint256 totalStaked, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()