MarginRequirements
Verified contract
Active on
Ethereum with 320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc69c…332e
Balances ($0.00)
No balances found for "MarginRequirements"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18720256 | a year ago | | | 0 | 0.0016299894 | |
| 17990234 | a year ago | | | 0 | 0.00052773496 | |
| 17971669 | a year ago | | | 0 | 0.0023540580 | |
| 17971669 | a year ago | | | 0 | 0.0023540580 | |
| 17971669 | a year ago | | | 0 | 0.0023540580 | |
| 17971669 | a year ago | | | 0 | 0.0023540580 | |
| 17971669 | a year ago | | | 0 | 0.0023540580 | |
| 17971669 | a year ago | | | 0 | 0.0023540580 | |
| 17971669 | a year ago | | | 0 | 0.0023540580 | |
| 17971668 | a year ago | | | 0 | 0.0023540580 |
ABI
ABI objects
Getter at block 21288032
MAX_INITIAL_MARGIN() view returns (uint256)
10000
NOTIONAL_DECIMALS() view returns (uint256)
6
ORACLE_DECIMALS() view returns (uint256)
8
addressBook() view returns (address)
0x8be7687884111f62ec088a81cf2f7d39263f060c
oracle() view returns (address)
0xc69c49bac000e6310aa055af5593e0ebf603332e
owner() view returns (address)
0xf8368119bb1073cf01b841848725d81b542a4c19
Read-only
checkMintCollateral(address _account, uint256 _notional, address _underlying, bool _isPut, uint256 _collateralAmount, address _collateralAsset) view returns (bool)
checkWithdrawCollateral(address _account, uint256 _notional, uint256 _withdrawAmount, address _otokenAddress, uint256 _vaultID, struct MarginVaultVault _vault) view returns (bool)
initialMargin(bytes32, address) view returns (uint256)
maintenanceMargin(uint256) view returns (uint256)
State-modifying
Events refreshConfiguration()
renounceOwnership()
setInitialMargin(address _underlying, address _collateralAsset, bool _isPut, address _account, uint256 _initialMargin)
setMaintenanceMargin(uint256 _vaultID, uint256 _maintenanceMargin)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _addressBook)
This contract contains no fallback and receive objects.
This contract contains no error objects.