ManagementBeta
Verified contract
Active on
Ethereum with 354 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "ManagementBeta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21327123 | 4 hours ago | | | 0 | 0.00066863530 | |
| 21320448 | a day ago | | | 0 | 0.00065790149 | |
| 21313069 | 2 days ago | | | 0 | 0.00042874810 | |
| 21306882 | 3 days ago | | | 0 | 0.00037856119 | |
| 21299719 | 4 days ago | | | 0 | 0.00034897452 | |
| 21291358 | 5 days ago | | | 0 | 0.00024690815 | |
| 21284160 | 6 days ago | | | 0 | 0.00038548892 | |
| 21277129 | 7 days ago | | | 0 | 0.00029018329 | |
| 21270453 | 8 days ago | | | 0 | 0.00032485169 | |
| 21264678 | 9 days ago | | | 0 | 0.00052964803 |
ABI
ABI objects
Getter at block 21328218
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
ORACLE() view returns (bytes32)
0x352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c8
SCALING_FACTOR() view returns (uint256)
100000000
depositFee() view returns (uint256 rate, uint256 minValue, uint256 maxValue)
(rate=500000, minValue=0, maxValue=1000000000000000000000)
getTokenPrice() view returns (struct ManagementPrice)
(124970000, 1733291003)
getWithdrawalFeeSize() view returns (uint256)
3
isCancelDeposit() view returns (bool)
false
isCancelWithdrawal() view returns (bool)
true
managementFeeRate() view returns (uint256)
2000000
minDepositAmount() view returns (uint256)
10000000000000000000
performanceFeeRate() view returns (uint256)
15000000
safeHouse() view returns (address)
0x5503aaeb0c81f482503d223147757fe120366fa2
tokenPrice() view returns (uint256 value, uint256 time)
(value=124970000, time=1733291003)
treasury() view returns (address)
0xa70fd08ea376bf9d9d3954afdc11a9759862cd43
Read-only
calculateWithdrawalFeeRate(uint256 holdTime_) view returns (uint256)
getDepositFee(uint256 amount_) view returns (uint256 fee_)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getWithdrawalFee(uint256 index_) view returns (struct ManagementFee fee_)
getWithdrawalFeeRate(uint256 holdTime_) view returns (uint256 feeRate_)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
withdrawalFee(uint256) view returns (uint256 rate, uint256 time)
State-modifying
Events addWithdrawalFee(uint256 rate_, uint256 time_)
deleteLastWithdrawalFee()
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateDepositFee(uint256 rate_, uint256 minValue_, uint256 maxValue_)
updateIsCancelDeposit(bool isCancelDeposit_)
updateIsCancelWithdrawal(bool isCancelWithdrawal_)
updateManagementFeeRate(uint256 managementFeeRate_)
updateMinDepositAmount(uint256 minDepositAmount_)
updatePerformanceFeeRate(uint256 performanceFeeRate_)
updateSafeHouse(address safeHouse_)
updateTokenPrice(uint256 price_)
updateTreasury(address treasury_)
updateWithdrawalFee(uint256 index_, uint256 rate_, uint256 time_)
AddWithdrawalFee(uint256 rate_, uint256 time_)
DeleteLastWithdrawalFee(uint256 rate_, uint256 time_)
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)
UpdateDepositFee(uint256 rate_, uint256 minValue_, uint256 maxValue_)
UpdateIsCancelDeposit(bool iscancelDeposit_)
UpdateIsCancelWithdrawal(bool isWithdrawalCancel_)
UpdateManagementFeeRate(uint256 managementFeeRate_)
UpdateMinDepositAmount(uint256 minDepositAmount_)
UpdatePerformanceFeeRate(uint256 performanceFeeRate_)
UpdateSafeHouse(address indexed safeHouse_)
UpdateTokenPrice(struct ManagementPrice price_)
UpdateTreasury(address indexed treasury_)
UpdateWithdrawalFee(uint256 index_, uint256 rate_, uint256 time_)
constructor(address admin_, address manager_, address treasury_)
This contract contains no fallback and receive objects.
This contract contains no error objects.