TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,180 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x69fa…e71c
0xebcd…31ed
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 49 additional slots
2 additional
variables
Balances ($119,861.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XRUNE | ERC-20 | 8.889633M | $0.013483 |
$119,861.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161069 | 44 minutes ago | | | 0 | 0.0023121441 | |
| 21097762 | 9 days ago | | | 0 | 0.00057620000 | |
| 21054237 | 15 days ago | | | 0 | 0.00068131491 | |
| 20833173 | 2 months ago | | | 0 | 0.0055332897 | |
| 20531854 | 3 months ago | | | 0 | 0.00050991438 | |
| 20503724 | 3 months ago | | | 0 | 0.00019385869 | |
| 20503711 | 3 months ago | | | 0 | 0.00019229880 | |
| 20327801 | 4 months ago | | | 0 | 0.0017501800 | |
| 20224994 | 4 months ago | | | 0 | 0.00074399601 | |
| 20161978 | 5 months ago | | | 0 | 0.00099379475 |
ABI
ABI objects
Getter at block 21161285
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
CONFIG_ROLE() view returns (bytes32)
0x0085368fcead87b7a1f74b5b9926f0e299edbb8150bcfc16333ff99e346562bb
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
dao() view returns (address)
0x29965c56d54e82ebc232e554f1218d881f89c904
lastFeeGrowth() view returns (uint256)
8623599
pausedDeposit() view returns (bool)
false
pausedWithdraw() view returns (bool)
false
rewardToken() view returns (address)
0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c
totalAmount() view returns (uint256 total)
7785877770105456099153331
votersToken() view returns (address)
0xebcd3922a199cd1358277c6458439c13a93531ed
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nftRates(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenRates(address) view returns (uint256)
totalAmounts(address) view returns (uint256)
userInfoAmounts(address user) view returns (uint256, uint256, address[], uint256[], uint256[])
userInfoPendingFees(address user, uint256 tokensOnlyTotal) view returns (uint256)
userInfoTotal(address user) view returns (uint256, uint256)
userInfos(address) view returns (uint256 lastFeeGrowth, uint256 lastDeposit, uint256 lastWithdraw)
users(uint256) view returns (address)
usersList(uint256 page, uint256 pageSize) view returns (address[])
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
deposit(address token, uint256 amount)
donate(uint256 amount)
grantRole(bytes32 role, address account)
initialize(address _owner, address _dao, address _rewardToken, address _votersToken)
migrateRewards(uint256 amount)
onTokenTransfer(address user, uint256 amount, bytes _data)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
togglePausedDeposit()
togglePausedWithdraw()
updateDao(address _dao)
updateNft(address _token, uint256 _rate)
updateToken(address[] _tokens, uint256[] _rates)
updateVotersToken(address _token)
updateVotersTokenRate(uint256 _rate)
withdraw(address token, uint256 amount, address to)
withdrawNow(address token, uint256 amount, address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 amount)
DepositPaused(bool paused)
Donate(address indexed user, uint256 amount)
NftUpdated(address token, uint256 rate)
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)
TokenUpdated(address token, uint256 rate)
Withdraw(address indexed user, uint256 amount, address indexed to)
WithdrawNow(address indexed user, uint256 amount, address indexed to)
WithdrawPaused(bool paused)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.