MetaWealthModerator
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
Balances ($0.00)
No balances found for "MetaWealthModerator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MetaWealthModerator"
ABI
ABI objects
Getter at block 21249899
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
assetDepositShareholdersFee() view returns (uint32)
0
defaultCurrency() view returns (address)
0x0000000000000000000000000000000000000000
defaultUnlockPeriod() view returns (uint64)
0
exchangeFee() view returns (uint32)
0
fundraiseInvestorFee() view returns (uint32)
0
fundraiseVendorFee() view returns (uint32)
0
getAllSupportedCurrencies() view returns (address[])
[]
treasuryWallet() view returns (address)
0x0000000000000000000000000000000000000000
vendorWhitelistRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
version() pure returns (string _version)
V2
whitelistRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
calculateAssetDepositShareholdersFee(uint256 value) view returns (uint256)
calculateExchangeFee(uint256 value) view returns (uint256)
calculateFundraiseInvestorFee(uint256 value) view returns (uint256)
calculateFundraiseVendorFee(uint256 value) view returns (uint256)
checkVendorWhitelist(bytes32[] _merkleProof, address wallet) view returns (bool)
checkWhitelist(bytes32[] _merkleProof, address wallet) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address _account) view returns (bool)
isAssetManager(address _account) view returns (bool)
isSuperAdmin(address _account) view returns (bool)
isSupportedCurrency(address token) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address defaultCurrency_, bytes32 _initialRoot, bytes32 _initialVendorRoot)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAdmin(address newAccount)
setAssetDepositShareholdersFee(uint32 _fee)
setAssetManager(address _account, bool enabled)
setDefaultCurrency(address newCurrency)
setDefaultUnlockPeriod(uint64 newPeriod)
setExchangeFee(uint32 eFee)
setFundraiseInvestorFee(uint32 _fee)
setFundraiseVendorFee(uint32 _fee)
setSuperAdmin(address newAccount)
setTreasuryWallet(address treasury)
toggleSupportedCurrency(address token) returns (bool newState)
updateVendorWhitelistRoot(bytes32 _newRoot)
updateWhitelistRoot(bytes32 _newRoot)
AdminChanged(address changedBy, address newAccount, bool isSuper)
CurrencySupportToggled(address currency, bool supported, bool isDefault)
Initialized(uint8 version)
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)
UnlockPeriodChanged(uint64 oldPeriod, uint64 newPeriod)
VendorWhitelistRootUpdated(bytes32 oldRoot, bytes32 newRoot)
WhitelistRootUpdated(bytes32 oldRoot, bytes32 newRoot)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.