AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 88,670 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xcc43…4efe
Balances ($1,135,109.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWAP | ERC-20 | 10.449397M | $0.108464 |
$1,133,383.39 | |
USDC | ERC-20 | 1.648701K | $0.999546 |
$1,647.95 | |
USDT | ERC-20 | 69.214576 | $1.00 |
$69.21 | |
UNI | ERC-20 | 1 | $9.32 |
$9.32 | |
TKX | ERC-20 | 0.000051 | $11.88 |
$0 | |
PCA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158980 | 9 hours ago | | | 0 | 0.0037284016 | |
| 21156681 | 16 hours ago | | | 0 | 0.0017263824 | |
| 21154255 | a day ago | | | 0 | 0.0012142210 | |
| 21148133 | 2 days ago | | | 0 | 0.0014412444 | |
| 21146323 | 2 days ago | | | 0 | 0.0011108538 | |
| 21141453 | 3 days ago | | | 0 | 0.00036035854 | |
| 21141453 | 3 days ago | | | 0 | 0.00036035854 | |
| 21141448 | 3 days ago | | | 0 | 0.0012168714 | |
| 21139224 | 3 days ago | | | 0 | 0.0023043405 | |
| 21137238 | 3 days ago | | | 0 | 0.0027646559 |
ABI
ABI objects
Getter at block 21161519
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
currentTotalStake() view returns (uint256)
8027321317646999136628933
maxStakingAmount() view returns (uint256)
50000000000000000000000000
paused() view returns (bool)
false
rewardsAddress() view returns (address)
0x5869d1ee6d0917b786188547788566b25283ff6b
rewardsDistributed() view returns (uint256)
526708643933433364933574
rewardsWithdrawn() view returns (uint256)
233964385188470032098085
token() view returns (address)
0xcc4304a31d09258b0029ea7fe63d032f52e44efe
totalRewardsDistributed() view returns (uint256)
2394194961423943940633684
unstakingPeriod() view returns (uint256)
7
version() pure returns (string)
v2
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getStakeDetails(address account) view returns (uint256 initialDeposit, uint256 startDate, uint256 endDate, uint256 rewards)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
deposit(uint256 amount)
distributeRewards()
executeWithdrawal()
grantRole(bytes32 role, address account)
initialize(address _token, address _rewardsAddress, uint256 _maxStakingAmount, uint256 _unstakingPeriod)
initiateWithdrawal(uint256 withdrawAmount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setRewardAddress(address _rewardsAddress)
setTokenAddress(address _token)
unpause()
withdrawRewards()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Paused(address account)
RewardsDistributed(uint256 amount)
RewardsWithdrawn(address indexed account, uint256 reward)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StakeDeposited(address indexed account, uint256 amount)
Unpaused(address account)
WithdrawExecuted(address indexed account, uint256 amount, uint256 reward)
WithdrawInitiated(address indexed account, uint256 amount, uint256 initiateDate)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.