AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 962 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
0x39ea…6e09
0x3fa7…324c
0x6363…da6c
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12107619 | 4 years ago | | | 0 | 0.0032228350 | |
| 12107597 | 4 years ago | | | 0 | 0.0032228350 | |
| 12012551 | 4 years ago | | | 0 | 0.0031962000 | |
| 12005879 | 4 years ago | | | 0 | 0.0042407520 | |
| 12005858 | 4 years ago | | | 0 | 0.0041176080 | |
| 12004862 | 4 years ago | | | 0 | 0.0041783880 | |
| 12004232 | 4 years ago | | | 0 | 0.0086663500 | |
| 11996954 | 4 years ago | | | 0 | 0.0080355600 | |
| 11996892 | 4 years ago | | | 0 | 0.0096598550 | |
| 11996032 | 4 years ago | | | 0 | 0.0058300900 |
ABI
ABI objects
Getter at block 21185988
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
bonusClaimEnabled() view returns (bool)
false
getClaimableBonus() view returns (uint256)
0
getClaimableMigrationBonus() view returns (uint256)
0
migrationEnabled() view returns (bool)
true
migrationEndTimestamp() view returns (uint256)
1614556800
migrationStartTimestamp() view returns (uint256)
1611071655
newToken() view returns (address)
0x3fa729b4548becbad4eab6ef18413470e6d5324c
oldToken() view returns (address)
0x39eae99e685906ff1c11a962a743440d0a1a6e09
Read-only
claimedBonusTokens(address) view returns (uint256)
getClaimableBonusForAddress(address _account) view returns (uint256)
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)
migratedTokens(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
airdropBonuses(address[] addresses)
claimBonus()
claimBonusForAddress(address _address)
emergencyMigrate()
emergencyTransfer(address _token, address _destination, uint256 _amount)
grantRole(bytes32 role, address account)
initialize(address _oldToken, address _newToken)
migrate()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBonusClaimEnabled(bool _enableBonusClaim)
setClaimedBonusAmounts(address[] _accounts, uint256[] _claimedBonusAmounts)
setHolyVisor(address _visorAddress)
setMigratedAmounts(address[] _accounts, uint256[] _migratedAmounts)
setMigrationEnabled(bool _enableMigration)
setMigrationWindow(uint256 _fromTimestamp, uint256 _toTimestamp)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ClaimedBonus(address indexed user, uint256 amount)
Migrated(address indexed user, uint256 amount)
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.