ArchitexMegaPool
Verified contract
Active on
Ethereum with 1,229 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($678,827.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARCX | ERC-20 | 1.324579M | $0.507555 |
$672,296.49 | |
WBTC | ERC-20 | 0.048482 | $98,362.00 |
$4,768.8 | |
wTAO | ERC-20 | 3.420753 | $515.09 |
$1,762 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247623 | 6 minutes ago | | | 0 | 0.0032829333 | |
| 21244843 | 9 hours ago | | | 0 | 0.0029138077 | |
| 21241739 | 20 hours ago | | | 0 | 0.0027058434 | |
| 21238490 | a day ago | | | 0 | 0.0023121077 | |
| 21238479 | a day ago | | | 0 | 0.0058690726 | |
| 21235801 | 2 days ago | | | 0 | 0.0028937823 | |
| 21235196 | 2 days ago | | | 0 | 0.0046182989 | |
| 21234702 | 2 days ago | | | 0 | 0.0022275982 | |
| 21225450 | 3 days ago | | | 0 | 0.013185640 | |
| 21221369 | 4 days ago | | | 0 | 0.0021162326 |
ABI
ABI objects
Getter at block 21247652
adjustmentDuration() view returns (uint256)
3
adjustmentsLength() view returns (uint256)
57
allowUnstaking() view returns (bool)
false
getRates() view returns (uint256[])
[4234355449389812, 10, 5000]
getRewards() view returns (address[])
[0x8E4d27d772099e18900CAF5Dcc36Cb612DcEE886, 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0x77E06c9eCCf2E797fd462A92B6D7642EF85b0A44]
lockDuration() view returns (uint256)
14
owner() view returns (address)
0x9b378d17f539bf85dd777cc1dfbbee62945f4bee
pauseClaim() view returns (bool)
false
pauseStake() view returns (bool)
false
pauseUnstake() view returns (bool)
false
stakedAddr() view returns (address)
0x8e4d27d772099e18900caf5dcc36cb612dcee886
stakedERC20() view returns (address)
0x8e4d27d772099e18900caf5dcc36cb612dcee886
totalStaked() view returns (uint256)
1357168168400000000000000
Read-only
adjustments(uint256) view returns (uint256 timestamp, uint256 totalStaked)
earned(address _user) view returns (uint256[])
rates(uint256) view returns (uint256)
rewards(uint256) view returns (address)
usersInfo(address) view returns (uint256 balanceStaked, uint256 unlockTime, uint256 lastClaimTimestamp, uint256 lastClaimAdjustmentIndex)
State-modifying
Events adjustRewards(address _reward, uint256 _newRate)
claim()
editAdjustementRate(uint256 _indexAdjustement, address _reward, uint256 _newRate)
emergencyWithdraw(bool _staked, bool _allReward, address _oneReward)
pause(bool _stakeValue, bool _claimValue, bool _unstakeValue)
renounceOwnership()
setAdjustementDuration(uint256 _duration)
setAllowUnstaking(bool _value)
setLockDuration(uint256 _duration)
stake(uint256 _amount)
transferOwnership(address newOwner)
unstake(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPaid(address indexed user, address[] rewards, uint256[] amounts)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount)
constructor(address _stakedAddr, address[] _rewards, uint256[] _rates)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()