AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 157 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
0xf195…ae2f
0x1c58…5151
0xadfe…a0d8
6 additional
variables
Balances ($0.25)
Native
Value
$0.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $2,515.06 |
$0.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11356875 | 4 years ago | | | 0 | 0.0023289300 | |
| 11285745 | 4 years ago | | | 0 | 0.011494896 | |
| 11269545 | 4 years ago | | | 0 | 0.0042086240 | |
| 11258925 | 4 years ago | | | 0 | 0.00075007411 | |
| 11251142 | 4 years ago | | | 0 | 0.0020567230 | |
| 11239269 | 4 years ago | | | 0 | 0.0010865313 | |
| 11239165 | 4 years ago | | | 0 | 0.0011406874 | |
| 11239059 | 4 years ago | | | 0 | 0.00082806400 | |
| 11239052 | 4 years ago | | | 0 | 0.0055282006 | |
| 11237120 | 4 years ago | | | 0 | 0.0022863080 |
ABI
ABI objects
Getter at block 21087744
MAX_PERCENTAGE() view returns (uint256)
100
bannedContractList() view returns (address)
0xadfe24dea1e94247642fdb8a6077ec91aad6a0d8
devRewardAddress() view returns (address)
0x4f8fdc5d03b21ae85c5e451efe454d6e550ff761
devRewardPercentage() view returns (uint256)
10
enokiDaoAgent() view returns (address)
0x37e52356b6602028c7e6cb2803ea0e024a621fd4
enokiToken() view returns (address)
0x0000000000000000000000000000000000000000
lastTimeRewardApplicable() view returns (uint256)
1730403251
lastUpdateTime() view returns (uint256)
1606696720
mission() view returns (address)
0x1c586b2ff4e13211aae187244aef8d4312515151
mushroomFactory() view returns (address)
0xf19532a791a2eac4c1be5716831d5b948e5fae2f
owner() view returns (address)
0x4f8fdc5d03b21ae85c5e451efe454d6e550ff761
paused() view returns (bool)
true
rateVote() view returns (address)
0xfbf304ba4670622478ab7755058125a8df379826
rewardPerToken() view returns (uint256)
1950382991812362102
rewardPerTokenStored() view returns (uint256)
1950382991812362102
sporeToken() view returns (address)
0xa4bad5d040d4464ec5ce130987731f2f428c9307
sporesPerSecond() view returns (uint256)
0
stakingEnabledTime() view returns (uint256)
1604253600
stakingToken() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
100000000000000
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
changeRate(uint256 percentage)
emergencyWithdraw()
harvest(uint256 mushroomsToGrow) returns (uint256 toDev, uint256 toDao, uint256 remainingReward)
initialize(address _sporeToken, address _stakingToken, address _mission, address _bannedContractList, address _devRewardAddress, address _enokiDaoAgent, uint256[3] uintParams)
pauseStaking()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setMushroomFactory(address mushroomFactory_)
setRateVote(address _rateVote)
stake(uint256 amount)
stakeEth(uint256 amount) payable
transferOwnership(address newOwner)
unpauseStaking()
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DaoRewardPaid(address indexed user, uint256 reward)
DevRewardPaid(address indexed user, uint256 reward)
MushroomsGrown(address indexed user, uint256 number)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
SporeRateChange(uint256 newRate)
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.