AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2 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 48 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PBJ-V3 | ERC-20 | 234.045859K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11472355 | 4 years ago | | | 0 | 0.089972500 | |
| 11472328 | 4 years ago | | | 0 | 0.092417000 |
ABI
ABI objects
Getter at block 21382798
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MIGRATOR_ROLE() view returns (bytes32)
0x600e5f1c60beb469a3fa6dd3814a4ae211cc6259a6d033bae218a742f2af01d3
PERCENT_DENOMINATOR() view returns (uint256)
100
SUBBALANCE_ROLE() view returns (bytes32)
0x5ecd2724736dbffa13fc106d48085533b157bb52d3eb871694923987da750b2f
SWAP_ROLE() view returns (bytes32)
0x499b8dbdbe4f7b12284c4a222a9951ce4488b43af4d09f42655d67f73b612fe1
getClosestPoolAmount() view returns (uint256 poolAmount)
23404585895478479193090
getPoolYearAmounts() view returns (uint256[5] poolAmounts)
[23404585895478479193090, 35106878843217718789635, 46809171790956958386180, 58511464738696197982725, 70213757686435437647701]
init_() view returns (bool)
true
mainToken() view returns (address)
0x0d3516183b8a7f6af742cae6d8d06ceabc4a1d6d
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
poolTransferred(uint256) view returns (bool)
poolYearAmounts(uint256) view returns (uint256)
poolYearPercentages(uint256) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
callIncomeTokensTrigger(uint256 incomeAmountToken)
grantRole(bytes32 role, address account)
init(address _mainToken, address _foreignSwap, address _subBalancePool)
initialize(address _manager, address _migrator)
renounceRole(bytes32 role, address account)
restoreState(bool[5] _poolTransferred, uint256[5] _poolYearAmounts)
revokeRole(bytes32 role, address account)
transferYearlyPool(uint256 poolNumber) returns (uint256 transferAmount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.