PlatformManagementFee
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "PlatformManagementFee"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PlatformManagementFee"
ABI
ABI objects
Getter at block 21157973 getVaultNAV() view returns (uint256) tokenValueInUSD() view returns (uint256)
APContract() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
emergencyConditions() view returns (uint8)
0
emergencyVault() view returns (address)
0x0000000000000000000000000000000000000000
eth() view returns (address)
0x0000000000000000000000000000000000000000
isTimeLocked() view returns (bool)
false
lockedDuration() view returns (uint256)
0
managementBeneficiary() view returns (address)
0x0000000000000000000000000000000000000000
managementFeeInterest() view returns (uint256)
0
managementPercentage() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
performanceFeeInterest() view returns (uint256)
0
platformFeeInterest() view returns (uint256)
0
strategyBeneficiary() view returns (address)
0x0000000000000000000000000000000000000000
strategyPercentage() view returns (uint256)
0
symbol() view returns (string)
threshold() view returns (uint256)
0
totalSupply() view returns (uint256)
0
vaultAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
assetList(uint256) view returns (address)
balanceOf(address account) view returns (uint256)
etherDepositors(uint256) view returns (address)
getEtherDepositor(address _address) view returns (uint256)
getTokenBalance(address _tokenAddress) view returns (uint256)
latestDeposit(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
vaultTokensUnlockedForUser(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMasterCopy(address _masterCopy)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeSafeCleanUp(uint256 blockDifference, uint256 vaultCurrentNAV) payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
setBeneficiaryAndPercentage(address _beneficiary, uint256 _percentage)
setManagementFeeBeneficiaryAndPercentage(address _beneficiary, uint256 _percentage)
setWithdrawLockPeriod(uint256 _lockDuration, bool _isTimeLocked)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unlockWithdraw()
unlockWithdrawableAllowance(address _user, uint256 _unlocked)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangedMasterCopy(address masterCopy)
LOG(string message)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.