BeyondStaking
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4bb3…c7ca
Balances ($2,272.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BYN | ERC-20 | 1.926986M | $0.001179 |
$2,272.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20575905 | 3 months ago | | | 0 | 0.00022249815 | |
| 20575838 | 3 months ago | | | 0 | 0.00030781902 | |
| 20539999 | 3 months ago | | | 0 | 0.000086749760 | |
| 19603977 | 7 months ago | | | 0 | 0.0040892815 | |
| 19603934 | 7 months ago | | | 0 | 0.0026763779 | |
| 19603895 | 7 months ago | | | 0 | 0.0023429853 | |
| 19567670 | 8 months ago | | | 0 | 0.0013139349 | |
| 19567573 | 8 months ago | | | 0 | 0.0011890355 | |
| 16204875 | 2 years ago | | | 0 | 0.0016695560 | |
| 16038273 | 2 years ago | | | 0 | 0.010975823 |
ABI
ABI objects
Getter at block 21216535 listPackage() view returns (struct BeyondStakingPackageStaking[])
_decimals() view returns (uint256)
18
_packageCount() view returns (uint256)
4
bynToken() view returns (address)
0x4bb3205bf648b7f59ef90dee0f1b62f6116bc7ca
earlyFeePercentage() view returns (uint256)
400000000000000000
isOwner() view returns (bool)
false
owner() view returns (address)
0x9cc9b6ae21f2ac2e270fdb31fde8b2e39b4431de
totalStackingAmount() view returns (uint256)
2366183440793012463317908
Read-only
calculatorClaim(address a) view returns (uint256 amountReward, uint256 totalDivideReward, uint256 timeDivide)
doStakingOf(address a) view returns (bool doStaking)
packageInfo(uint256 idPackage) view returns (struct BeyondStakingPackageStaking)
stakingInfoOf(address a) view returns (uint256 amountDeposit, uint256 registerTime, uint256 lastTimeClaim, uint256 expireTime, uint256 packageId, uint256 nextTimeClaim, uint256 lastTimeUnstake, bool isUnstake)
State-modifying
Events addPackage(uint256 duration, uint256 percentage, bool active)
changeEarlyFeePercentage(uint256 percent)
deactivePackage(uint256 idPackage)
deposit(uint256 amount, uint256 packageId)
ownerWithdrawAll()
transferOwnership(address newOwner)
unstake()
withdraw()
AddPackage(address a, uint256 duration, uint256 percentage, bool active)
ChangeEarlyFeePercentage(address a, uint256 percent)
Claim(address a, uint256 amountClaim, uint256 timeClaim)
DeactivePackage(address a, uint256 idPackage)
Deposit(address a, uint256 amount, uint256 idPackage)
OwnerWithdrawAll(address a)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address a, uint256 amountDeposit, uint256 amountReceive, uint256 idPackage)
constructor(address _bynToken, uint8 decimals_, uint256 earlyFeePercentage_)
This contract contains no fallback and receive objects.
This contract contains no error objects.