MigratorProxy
Verified contract
Proxy
Active on
Ethereum with 613 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,895,695.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OGN | ERC-20 | 56.66008M | $0.139352 |
$7,895,695.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21311975 | 2 hours ago | | | 0 | 0.0062994281 | |
| 21309786 | 9 hours ago | | | 0 | 0.0074327496 | |
| 21308613 | 13 hours ago | | | 0 | 0.0043556682 | |
| 21308426 | 14 hours ago | | | 0 | 0.0051607783 | |
| 21308402 | 14 hours ago | | | 0 | 0.0012158951 | |
| 21308373 | 14 hours ago | | | 0 | 0.0074067391 | |
| 21308351 | 14 hours ago | | | 0 | 0.0062833255 | |
| 21307469 | 17 hours ago | | | 0 | 0.0047393739 | |
| 21305122 | a day ago | | | 0 | 0.00060612229 | |
| 21304207 | a day ago | | | 0 | 0.0012770440 |
ABI
ABI objects
Getter at block 21312472
admin() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
governor() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
implementation() view returns (address)
0x936b7855c3f20b09685770467f7621ac41b03063
isGovernor() view returns (bool)
false
CONVERSION_RATE() view returns (uint256)
91370000000000000
endTime() view returns (uint256)
1748458823
governor() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
isGovernor() view returns (bool)
false
isMigrationActive() view returns (bool)
true
ogn() view returns (address)
0x8207c1ffc5b6804f6024322ccf34f29c3541ae26
ognStaking() view returns (address)
0x63898b3b6ef3d39332082178656e9862bee45c57
ogv() view returns (address)
0x9c354503c38481a7a7a51629142963f98ecc12d0
ogvStaking() view returns (address)
0x0c4576ca1c365868e162554af8e385dc3e7c66d9
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimGovernance()
initialize(address _logic, address _initGovernor, bytes _data) payable
transferGovernance(address _newGovernor)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimGovernance()
migrate(uint256 ogvAmount) returns (uint256 ognReceived)
migrate(uint256[] lockupIds, uint256 ogvAmountFromWallet, uint256 ognAmountFromWallet, bool migrateRewards, uint256 newStakeAmount, uint256 newStakeDuration)
start()
transferExcessTokens(address treasury)
transferGovernance(address _newGovernor)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
Upgraded(address indexed implementation)
Decommissioned()
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
LockupsMigrated(address indexed user, uint256[] ogvLockupIds, uint256 newStakeAmount, uint256 newDuration)
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
TokenExchanged(uint256 ogvAmountIn, uint256 ognAmountOut)
This contract contains no constructor objects.
fallback()
ContractInsolvent(uint256 expectedOGN, uint256 availableOGN)
InvalidStakeAmount()
MigrationAlreadyStarted()