TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,730 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 131071 additional slots
4 additional
variables
Balances ($3,716,675.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALD | ERC-20 | 88.878122M | $0.041818 |
$3,716,675.08 | |
wxALD | ERC-20 | 51.86178M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21312873 | 6 hours ago | | | 0 | 0.0012514984 | |
| 21307365 | a day ago | | | 0 | 0.00098124803 | |
| 21298829 | 2 days ago | | | 0 | 0.00068917206 | |
| 21271352 | 6 days ago | | | 0 | 0.00096144652 | |
| 21271343 | 6 days ago | | | 0 | 0.0014996985 | |
| 21260138 | 8 days ago | | | 0 | 0.0010156638 | |
| 21260130 | 8 days ago | | | 0 | 0.0015981937 | |
| 21254725 | 8 days ago | | | 0 | 0.00091286245 | |
| 21254707 | 8 days ago | | | 0 | 0.0016842513 | |
| 21250548 | 9 days ago | | | 0 | 0.0016943122 |
ABI
ABI objects
Getter at block 21314787
ALD() view returns (address)
0xb26c4b3ca601136daf98593feaeff9e0ca702a8d
bondLockingPeriod() view returns (uint256)
5
defaultLockingPeriod() view returns (uint256)
9
directBondDepositor() view returns (address)
0x8ae2a7e0c8627d6fa476aa3f89e1804dafd2b7dd
distributor() view returns (address)
0x1cca80c17e9155eb1f5a1df52ef92cc551a4b816
enableWhitelist() view returns (bool)
false
governor() view returns (address)
0x28c921adac4c1072658eb01a28da06b5f651ef62
owner() view returns (address)
0xc40549aa1d05c30af23a1c4a5af6ba11fcafe23f
paused() view returns (bool)
false
rewardBondDepositor() view returns (address)
0xc6a477f1ef7b0ac7530b6b78f52e270a973b0198
wxALD() view returns (address)
0xbdc423927e70e4013a7906fe54ad8209643f734c
xALD() view returns (address)
0xb13b85363a25c7361877eebaecced99e353f2af9
Read-only
blacklist(address) view returns (bool)
fullyVestedBlock(address _user) view returns (uint256, uint256)
isWhitelist(address) view returns (bool)
lockingPeriod(address) view returns (uint256)
pendingBondXALD(address _user) view returns (uint256)
pendingStakedXALD(address _user) view returns (uint256)
pendingXALD(address _user) view returns (uint256)
pendingXALDByVault(address _user, address _vault) view returns (uint256)
rewardBondLocks(uint256) view returns (uint32 lockedBlock, uint32 unlockBlock)
unlockedBondXALD(address _user) view returns (uint256)
unlockedStakedXALD(address _user) view returns (uint256)
unlockedXALD(address _user) view returns (uint256)
unlockedXALDByVault(address _user, address _vault) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
bondFor(address _recipient, uint256 _amount)
initialize(address _ALD, address _xALD, address _wxALD, address _rewardBondDepositor)
rebase()
redeem(address _recipient, bool __unstake)
renounceOwnership()
rewardBond(address _vault, uint256 _amount)
stake(uint256 _amount)
stakeAll()
stakeFor(address _recipient, uint256 _amount)
transferOwnership(address newOwner)
unstake(address _recipient, uint256 _amount)
unstakeAll(address _recipient)
updateBlacklist(address[] _users, bool status)
updateBongLockingPeriod(uint256 _bondLockingPeriod)
updateDefaultLockingPeriod(uint256 _defaultLockingPeriod)
updateDirectBondDepositor(address _directBondDepositor)
updateDistributor(address _distributor)
updateEnableWhitelist(bool _enableWhitelist)
updateGovernor(address _governor)
updateLockingPeriod(address[] _users, uint256[] _periods)
updatePaused(bool _paused)
updateWhitelist(address[] _users, bool status)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Bond(address indexed recipient, uint256 aldAmount, uint256 wxALDAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address indexed caller, address indexed recipient, uint256 amount)
RewardBond(address indexed vault, uint256 aldAmount, uint256 wxALDAmount)
Stake(address indexed caller, address indexed recipient, uint256 amount)
Unstake(address indexed caller, address indexed recipient, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.