STRNIncentivizer
Verified contract
Active on
Ethereum with 1,450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x90b4…3b5f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRN | ERC-20 | 62.223477K | -- | -- | |
UNI-V2 | ERC-20 | 125.992522 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11473752 | 4 years ago | | | 0 | 0.0017904150 | |
| 11473747 | 4 years ago | | | 0 | 0.0014468000 | |
| 11473480 | 4 years ago | | | 0 | 0.0014517812 | |
| 11473480 | 4 years ago | | | 0 | 0.0011337120 | |
| 11473373 | 4 years ago | | | 0 | 0.014844337 | |
| 11473275 | 4 years ago | | | 0 | 0.0029081780 | |
| 11473268 | 4 years ago | | | 0 | 0.0043144040 | |
| 11473246 | 4 years ago | | | 0 | 0.0028342800 | |
| 11473236 | 4 years ago | | | 0 | 0.0043144040 | |
| 11473216 | 4 years ago | | | 0 | 0.0038420240 |
ABI
ABI objects
Getter at block 21100869
DURATION() view returns (uint256)
86400
MAX_REWARD() view returns (uint256)
8000000000000000000000000
RATE_INCREASE_DURATION() view returns (uint256)
2592000
initialized() view returns (bool)
false
initreward() view returns (uint256)
78928501790980229227422
inittreasuryreward() view returns (uint256)
7892850179098022922720
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1608259800
lastUpdateTime() view returns (uint256)
1608244386
owner() view returns (address)
0x2bfa927fbe9510efc8b7d34fc9947783b39ec42f
periodFinish() view returns (uint256)
1608259800
rateIncreasePeriodFinish() view returns (uint256)
1606531800
rewardPerToken() view returns (uint256)
645199329682580379583
rewardPerTokenStored() view returns (uint256)
533438220406363986681
rewardRate() view returns (uint256)
913524326284493393
starttime() view returns (uint256)
1603939800
strn() view returns (address)
0x90b426067be0b0ff5de257bc4dd6a4815ea03b5f
totalRewardMinted() view returns (uint256)
4015625602426144756511472
totalSupply() view returns (uint256)
125992521517909967530
treasury() view returns (address)
0x2bfa927fbe9510efc8b7d34fc9947783b39ec42f
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events addPool(address pool)
exit(uint256 poolID)
getReward()
initialize(address _treasury)
renounceOwnership()
rescueTokens(address _token, uint256 amount, address to)
stake(uint256 amount, uint256 poolID)
transferOwnership(address newOwner)
updateReward(address account)
updateRewardRate()
withdraw(uint256 amount, uint256 poolID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAdded(address pool, uint256 poolSize)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _strn)
This contract contains no fallback and receive objects.
This contract contains no error objects.