TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 451 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
0x996d…db90
0x9f28…7149
0x0974…f5ff
0x2603…8a11
0xaaef…e238
0xdbb7…1bfa
Balances ($384,815.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZENT | ERC-20 | 19.198378M | $0.020044 |
$384,815.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21174113 | a day ago | | | 0 | 0.0042426070 | |
| 21170430 | 2 days ago | | | 0 | 0.0032392923 | |
| 21170156 | 2 days ago | | | 0 | 0.0032678602 | |
| 21168813 | 2 days ago | | | 0 | 0.0026198943 | |
| 21166672 | 2 days ago | | | 0 | 0.0062223263 | |
| 21165377 | 2 days ago | | | 0 | 0.0054898855 | |
| 21164842 | 2 days ago | | | 0 | 0.0025247827 | |
| 21162878 | 3 days ago | | | 0 | 0.0015138077 | |
| 21154773 | 4 days ago | | | 0 | 0.0013660500 | |
| 21134492 | 7 days ago | | | 0 | 0.0014176407 |
ABI
ABI objects
Getter at block 21182556
emergencyReturn() view returns (address)
0x8ee03eea321b87d7ee8e9e25220ab056afe3cd6a
gfMigrator() view returns (address)
0x9f28c9c2da4a833cbfaaacbf7eb62267334d7149
gfToken() view returns (address)
0xaaef88cea01475125522e117bfe45cf32044e238
merkleRoot() view returns (bytes32)
0x086560c4801c2ada0d9a719e2dd159a6ebf526eed623952dbf0aa857b857a00c
migrationEnabled() view returns (bool)
true
owner() view returns (address)
0x9de6de21007312eeb6cd90500ffecafec297b70d
rewardManager() view returns (address)
0x26034cc54f92ca04400d84bc1b9e09a1d8ba8a11
stakedZentry() view returns (address)
0x996d67aa9b37df96428ad3608cb21352bf1fdb90
xGF() view returns (address)
0x0974b3d99ed291ac4cd3f6059d24929e5e3af5ff
zentryToken() view returns (address)
0xdbb7a34bf10169d6d2d0d02a6cbb436cf4381bfa
Read-only
This contract contains no read-only function objects.
State-modifying
Events emergencyWithdraw()
enableMigration()
initialize(bytes32 _merkleRoot, address _gfMigrator, address _xGF, address _rewardManager, address _owner, address _emergencyReturn)
migrateToStakedZentry(uint256 _index, uint256 _lockAmount, uint256 _rewardAmount, bytes32[] _proof)
migrateToStakedZentryFor(uint256 _index, address _for, uint256 _lockAmount, uint256 _rewardAmount, bytes32[] _proof)
migrateToken()
renounceOwnership()
setStakedZentry(address _stakedZentry)
transferIn()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyMigrated(uint256 index)
InsufficientGFBalance()
InvalidProof()
MigrationAlreadyEnabled()
MigrationDisabled()