Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x36e4…c7fd
Balances ($0.00)
No balances found for "Gabriel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14698134 | 3 years ago | | | 0 | 0.012535000 | |
| 14684109 | 3 years ago | | | 0 | 0.016032073 | |
| 14683096 | 3 years ago | | | 0 | 0.0077549566 | |
| 14682860 | 3 years ago | | | 0 | 0.0077628224 | |
| 14682557 | 3 years ago | | | 0 | 0.016215722 | |
| 14680376 | 3 years ago | | | 0 | 0.015323357 | |
| 14679812 | 3 years ago | | | 0 | 0.017150608 | |
| 14679783 | 3 years ago | | | 0 | 0.011976856 | |
| 14677728 | 3 years ago | | | 0 | 0.0054165129 | |
| 14677665 | 3 years ago | | | 0 | 0.0092173205 |
ABI
ABI objects
Getter at block 21316883
archa() view returns (address)
0x36e43065e977bc72cb86dbd8405fae7057cdc7fd
canStake() view returns (bool)
false
canUnstake() view returns (bool)
true
devaddr() view returns (address)
0xe06f3f083b44980e05e0ffa9d349e03d42f516bd
growthFundAddr() view returns (address)
0x7de86e55b84ec14be4e319d54c8596975669dc10
inWaitPeriod() view returns (bool)
false
lockDuration() view returns (uint256)
7776000
lockTime() view returns (uint256)
1643000400
openTime() view returns (uint256)
1642741200
owner() view returns (address)
0x7de86e55b84ec14be4e319d54c8596975669dc10
poolLength() view returns (uint256)
1
totalRewards() view returns (uint256)
150000000000000000000000
unlockTime() view returns (uint256)
1650776400
waitPeriod() view returns (uint256)
259200
Read-only
pendingArcha(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 lastRewardBlock, uint256 totalStaked, uint256 totalValLocked, uint256 emergencyUnstaked, uint256 rewardsInPool)
userInfo(uint256, address) view returns (uint256 amount)
State-modifying
Events add(address _lpToken)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
growthFund(address _growthFundAddr)
release(address tokenAddress)
renounceOwnership()
setPoolReward(uint256 _value)
setTimeValues(uint256 _openTime, uint256 _waitPeriod, uint256 _lockDuration, bool _updateLockTime)
stake(uint256 _pid, uint256 _amount)
transferOwnership(address newOwner)
unstake(uint256 _pid)
updatePool()
withdraw(uint256 _pid)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, uint256 indexed pid, uint256 amount)
Unstake(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _archa, address _devaddr, address _growthFundAddr, uint256 _openTime, uint256 _waitPeriod, uint256 _lockDuration, bool _updateLockTime, uint256 _poolReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.