InscribeStakingV1

Verified contract

Active on Ethereum with 2,126 txns
Deployed by via 0xb7533b33 at 19346595
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $82,595.14
0x8c5d567a9d8816d211391ec9c0b5469b70cc3b9d84469803f69b3afc998ca100
0x4287669c890fbff4ed40e7ac3839096e7b5019d4644b3d6e42022e7060ce238e
0x17627cb297191a049ea847f32197653a7dfaf6c5351eb1124b9b9eea1165df71
0x828e5b7850ddd2b09815afd432e5b2ae650bc0fe6cc01c016df9509d86cae78f
0x641a3fdf00aa5f190b0b0641f59c79f9a1734288d98eb66ac703e6315f3e4484
0x99d66abe9fade8b0dffa009ccc0b7695fb845adfaa7c7d240891b9efe6912670
0x607a4ade408efbbed2d0d767c15a807bb397943e1329b10ed29ca5656aa2f151
0x1e4e033d575b09984636fb185ec40559fcaf7deb9cd349a0ae35ea48a37a7fb0
0xd733d88de41b65c33721586477404a32e50f49a4421a2b99bb1da7306ca8cbd4
0xb90a2206c89a733719e237927c780de793dafa284806b30577d3bd246081107f

Functions
Getter at block 21009652
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)
5905499049960000000000000
wethToken(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
calculateTotalStakeAt(address useruint256 timestampview returns (uint256)
deposits(uint256view returns (uint256 amountWETHuint256 totalStakeduint256 timestamp)
stakes(addressview returns (uint256 amountuint256 lastClaimedDepositIndexuint256 unlockTimeuint256 lastEntryTimestamp)
State-modifying
claimRewards(
depositWETH(uint256 _amount
pause(
renounceOwnership(
requestUnstake(
setSkipLock(bool _value
stake(uint256 _amount
transferOwnership(address newOwner
unpause(
unstake(uint256 _amount
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RewardPaid(address indexed useruint256 reward
Staked(address indexed useruint256 amount
Unpaused(address account
Unstaked(address indexed useruint256 amount
WETHDeposited(uint256 amountuint256 totalStakeduint256 timestamp
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
EnforcedPause(
ExpectedPause(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(