TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,689 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
0x3e98…9f85
0x3e98…9f85
2 additional
variables
Balances ($1,265,856.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZENT | ERC-20 | 141.983264M | $0.008916 |
$1,265,856.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171378 | 4 hours ago | | | 0 | 0.0021755599 | |
| 21171374 | 4 hours ago | | | 0 | 0.0023355357 | |
| 21171373 | 4 hours ago | | | 0 | 0.0029418218 | |
| 21171369 | 4 hours ago | | | 0 | 0.0027518415 | |
| 21169093 | 12 hours ago | | | 0 | 0.0028307153 | |
| 21169085 | 12 hours ago | | | 0 | 0.0026368501 | |
| 21169077 | 12 hours ago | | | 0 | 0.0026310949 | |
| 21169069 | 12 hours ago | | | 0 | 0.0025491419 | |
| 21161877 | 2 days ago | | | 0 | 0.0023361974 | |
| 21161669 | 2 days ago | | | 0 | 0.0026803006 |
ABI
ABI objects
Getter at block 21172639
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
20224900
contractStakingBalance() view returns (uint256)
99100860940873941022150779
dPoolLength() view returns (uint256)
1
getRewardTokenBalance() view returns (uint256 balance)
42882403348223453130754927
masterWallet() view returns (address)
0x0fecfff8fd3b0665396865e3db16fe7ce183db0b
owner() view returns (address)
0x5ca6e4eee064893976f44ba691dc98fc5a9dc0b6
rewardToTransfer() view returns (uint256)
42869410435014751563214677
serviceFee() view returns (uint256)
0
stakedTxLimit() view returns (uint256)
10
stakingToken() view returns (address)
0x3e985250cb137fc1ff55922116934c5982d29f85
startBlock() view returns (uint256)
20224900
zentu() view returns (address)
0x3e985250cb137fc1ff55922116934c5982d29f85
Read-only
dPoolInfo(uint256) view returns (uint256 zentuPerBlock, uint256 lastRewardBlock, uint256 accZentuPerShare, uint256 dPoolPeriod)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingZentu(uint256 _pid, address _user, uint256 _txID) view returns (uint256)
stakeCount(uint256 _pid, address _user) view returns (uint256)
stakingBalances(uint256) view returns (uint256)
totalStakeCount(address _user) view returns (uint256[] _did, uint256[] _totalStakes)
userAllInfo(address _user, uint256 _pid) view returns (struct ZentuSimpleStakeUserGeneralInfo[] _userGInfo)
userAllPending(address _user, uint256 _pid) view returns (struct ZentuSimpleStakeUserRewardInfo[] _userRewardInfo)
userInfo(uint256, address, uint256) view returns (uint256 amount, uint256 rewardDebt, uint256 endStaking)
userTxStakedCount(address, uint256) view returns (uint256)
State-modifying
Events addDPool(uint256 _zentuPerBlock, uint256 _blocksPeriod)
addRewardToTransfer(uint256 _rewardAmount)
completeWithdraw(uint256 _pid)
deposit(uint256 _pid, uint256 _amount) payable
emergencyWithdrawAll(uint256 _pid)
emergencyWithdrawById(uint256 _pid, uint256 _txID)
initialize(address _zentu, address _stakingToken, address _masterWallet, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _serviceFee, uint256 _stakedTxLimit)
massUpdateDPools()
removeOtherERC20Tokens(address _tokenAddress)
renounceOwnership()
setDPool(uint256 _pid, uint256 _zentuPerBlock)
setServiceFee(uint256 _serviceFee)
setTxStakedLimit(uint256 _stakedTxLimit)
transferOwnership(address newOwner)
updateDPool(uint256 _pid)
withdraw(uint256 _pid, uint256 _txID)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claim(address indexed user, uint256 indexed pid, uint256 rewardAmount)
DPoolCreated(uint256 indexed pid, uint256 blocksPeriod, uint256 rewardPerBlock)
DPoolUpdated(uint256 indexed pid, uint256 rewardPerBlock)
Deposit(address indexed user, uint256 indexed pid, uint256 txID, uint256 stakeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 unStakeAmount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.