AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 540 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xa4ba…9307
0x284f…cf77
0xa9cf…4c78
0x1c58…5151
0xadfe…a0d8
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 7.909543 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12854903 | 3 years ago | | | 0 | 0.0023307150 | |
| 12683606 | 3 years ago | | | 0 | 0.0026037660 | |
| 12540846 | 3 years ago | | | 0 | 0.0027651800 | |
| 12540326 | 3 years ago | | | 0 | 0.0019383520 | |
| 12532096 | 3 years ago | | | 0 | 0.0023139077 | |
| 12513122 | 4 years ago | | | 0 | 0.0077679500 | |
| 12513036 | 4 years ago | | | 0 | 0.0065316000 | |
| 12513020 | 4 years ago | | | 0 | 0.0076628500 | |
| 12512614 | 4 years ago | | | 0 | 0.0038705802 | |
| 12512557 | 4 years ago | | | 0 | 0.0055924920 |
ABI
ABI objects
Getter at block 21290520
MAX_PERCENTAGE() view returns (uint256)
100
bannedContractList() view returns (address)
0xadfe24dea1e94247642fdb8a6077ec91aad6a0d8
decreaseRateMultiplier() view returns (uint256)
0
devRewardAddress() view returns (address)
0x4f8fdc5d03b21ae85c5e451efe454d6e550ff761
devRewardPercentage() view returns (uint256)
10
enokiDaoAgent() view returns (address)
0x0000000000000000000000000000000000000000
increaseRateMultiplier() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1732849067
lastUpdateTime() view returns (uint256)
1626669082
lastVoteNonce() view returns (uint256)
319104441482484461340949461466389987439180652500
mission() view returns (address)
0x1c586b2ff4e13211aae187244aef8d4312515151
mushroomFactory() view returns (address)
0xa9cfcc5a540724f95d72df490e4f55d79bb14c78
nextVoteAllowedAt() view returns (uint256)
0
owner() view returns (address)
0x4f8fdc5d03b21ae85c5e451efe454d6e550ff761
paused() view returns (bool)
false
rewardPerToken() view returns (uint256)
38182229501151248268258
rewardPerTokenStored() view returns (uint256)
1336465155923683441569
sporeToken() view returns (address)
0xa4bad5d040d4464ec5ce130987731f2f428c9307
sporesPerSecond() view returns (uint256)
2744708994708994
stakingEnabledTime() view returns (uint256)
1604253600
stakingToken() view returns (address)
0x284fa4627af7ad1580e68481d0f9fc7e5cf5cf77
totalSupply() view returns (uint256)
7909543065981038437
voteDuration() view returns (uint256)
0
votingEnabledTime() view returns (uint256)
840817724441791435422693870570938006280533714812
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
emergencyWithdraw()
increaseRate(uint256 voteNonce)
initialize(address _sporeToken, address _stakingToken, address _mushroomFactory, address _mission, address _bannedContractList, address _devRewardAddress, address daoAgent_, uint256[5] uintParams)
recoverERC20(address tokenAddress, uint256 tokenAmount)
reduceRate(uint256 voteNonce)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.