AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 13,399 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x0258…434a
5 additional
variables
Balances ($77,998.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORN | ERC-20 | 55.317947K | $1.41 |
$77,998.31 | |
TKX | ERC-20 | 0.000056 | $12.12 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276687 | 4 hours ago | | | 0 | 0.00050375563 | |
| 21276679 | 4 hours ago | | | 0 | 0.00088495658 | |
| 21276655 | 5 hours ago | | | 0 | 0.00066979356 | |
| 21270886 | a day ago | | | 0 | 0.0010947187 | |
| 21265209 | 2 days ago | | | 0 | 0.00086440069 | |
| 21265066 | 2 days ago | | | 0 | 0.0021974363 | |
| 21264747 | 2 days ago | | | 0 | 0.0011529050 | |
| 21261895 | 2 days ago | | | 0 | 0.00046306719 | |
| 21261884 | 2 days ago | | | 0 | 0.00072529627 | |
| 21252810 | 4 days ago | | | 0 | 0.0010476175 |
ABI
ABI objects
Getter at block 21278005
basic_fee_percent() view returns (uint16)
1
burn_vote_end_() view returns (uint64)
1640962800
extra_fee_percent() view returns (uint16)
1
extra_fee_seconds() view returns (uint64)
1
fee_total() view returns (uint56)
19215494035519
getRewardForDuration() view returns (uint256)
1650790368000
getTotalBalance() view returns (uint56)
50614958647227
lastTimeRewardApplicable() view returns (uint256)
1702449059
lastUpdateTime() view returns (uint256)
1702449059
owner() view returns (address)
0x33459acd9ca8493c0e0163eac92a928e293b2218
periodFinish() view returns (uint256)
1702449059
rewardPerToken() view returns (uint256)
245643330524299898
rewardPerTokenStored() view returns (uint256)
245643330524299898
rewardRate() view returns (uint256)
1273758
rewardsDuration() view returns (uint256)
1296000
staking_token_() view returns (address)
0x0258f474786ddfd37abce6df6bbb1dd5dfc4434a
total_balance_() view returns (uint56)
50614958647227
total_votes_burn_() view returns (uint56)
233907621576229
total_votes_dont_burn_() view returns (uint56)
61471034429528
voteBurnAvailable() view returns (bool)
false
voting_contract_address_() view returns (address)
0x6de30790fc6feee84b0a908709ad8a81c67814f9
Read-only
balances_(address) view returns (uint56 balance, uint56 locked_balance)
earned(address account) view returns (uint256)
getAvailableWithdrawBalance(address user) view returns (uint56)
getBalance(address user) view returns (uint56)
getLockedBalance(address user) view returns (uint56)
getTotalLockedBalance(address user) view returns (uint56)
getVaults(address wallet) view returns (struct OrionGovernanceUserVault[])
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
user_burn_votes_(address) view returns (uint56)
vaults_(address, uint256) view returns (uint56 amount, uint64 created_time)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptLock(address user, uint56 lock_increase_amount)
acceptNewLockAmount(address user, uint56 new_lock_amount)
acceptUnlock(address user, uint56 lock_decrease_amount)
burn(uint56 burn_size, address to)
emergencyAssetWithdrawal(address asset)
exit()
getReward()
initialize(address staking_token)
notifyRewardAmount(uint256 reward, uint256 _rewardsDuration)
renounceOwnership()
setBurnVoteEnd(uint64 burn_vote_end)
setVaultParameters(uint16 extra_fee_percent_, uint64 extra_fee_seconds_, uint16 basic_fee_percent_)
setVotingContractAddress(address voting_contract_address)
stake(uint56 adding_amount)
transferOwnership(address newOwner)
vaultWithdraw(uint256 index)
voteBurn(uint56 voting_amount, bool vote_for_burn)
withdraw(uint56 removing_amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.