0xfb5bb77c20be279f83ded74438a574e666e118b4
Unverified contract
Proxy
Active on
Ethereum with 433 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($936.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUDO | ERC-20 | 3.460104K | $0.270553 |
$936.14 | |
UNI-V2 | ERC-20 | 373.216403 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20369015 | 4 months ago | | | 0 | 0.00036431219 | |
| 18993775 | 10 months ago | | | 0 | 0.0052748805 | |
| 18943828 | a year ago | | | 0 | 0.0019093994 | |
| 18756491 | a year ago | | | 0 | 0.0036241443 | |
| 18626207 | a year ago | | | 0 | 0.0037741139 | |
| 18515332 | a year ago | | | 0 | 0.0045114740 | |
| 18447174 | a year ago | | | 0 | 0.00089211645 | |
| 18423963 | a year ago | | | 0 | 0.0021514187 | |
| 18229380 | a year ago | | | 0 | 0.0015406970 | |
| 18162127 | a year ago | | | 0 | 0.00048703308 |
ABI
ABI objects
Getter at block 21267783
DURATION() pure returns (uint64 DURATION_)
7884864
lastTimeRewardApplicable() view returns (uint64)
1684652615
lastUpdateTime() view returns (uint64)
1684652615
owner() view returns (address)
0x98e1c4e34ccded4760ef8da63bcccdf4a75b3c4b
periodFinish() view returns (uint64)
1684652615
rewardPerToken() view returns (uint256)
3138925440866593569139080283068546598838
rewardPerTokenStored() view returns (uint256)
3138925440866593569139080283068546598838
rewardRate() view returns (uint256)
23779737989139698
rewardToken() pure returns (address rewardToken_)
0x3446dd70b2d52a6bf4a5a192d9b0a161295ab7f9
stakeToken() pure returns (address stakeToken_)
0x1533f61facb7cc3a632b12ea9f55d3fbb57309e0
totalSupply() view returns (uint256)
373216403023260811277
Read-only
balanceOf(address) view returns (uint256)
earned(address account) view returns (uint256)
isRewardDistributor(address) view returns (bool)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
initialize(address initialOwner)
multicall(bytes[] data) payable returns (bytes[] results)
notifyRewardAmount(uint256 reward)
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
setRewardDistributor(address rewardDistributor, bool isRewardDistributor_)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Error_AlreadyInitialized()
Error_AmountTooLarge()
Error_NotRewardDistributor()
Error_ZeroOwner()
Ownable_NewOwnerZeroAddress()
Ownable_NotOwner()