MarketContractProxy
Verified contract
Implementation
Active on
Ethereum with 47 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1fdb…bcef
-
variable spans 6 additional slots
0x72de…3171
Balances ($0.00)
No balances found for "MarketContractProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10798034 | 4 years ago | | | 0 | 0.32215408 | |
| 10765395 | 4 years ago | | | 0 | 0.35466648 | |
| 10758816 | 4 years ago | | | 0 | 0.24235346 | |
| 10752333 | 4 years ago | | | 0 | 0.22757766 | |
| 10745800 | 4 years ago | | | 0 | 0.15959927 | |
| 10739289 | 4 years ago | | | 0 | 0.18324435 | |
| 10732728 | 4 years ago | | | 0 | 0.17733252 | |
| 10726283 | 4 years ago | | | 0 | 0.18915546 | |
| 10719788 | 4 years ago | | | 0 | 0.16255481 | |
| 10713209 | 4 years ago | | | 0 | 0.20984433 |
ABI
ABI objects
Getter at block 21094936 getAllMarketContracts() view returns (address[])
COLLATERAL_TOKEN_ADDRESS() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
CONTRACT_COLLATERAL_RATIO() view returns (uint256)
125000000
CONTRACT_DURATION() view returns (uint256)
2419200
CONTRACT_DURATION_DAYS() view returns (uint256)
28
HONEY_LEMON_ORACLE_ADDRESS() view returns (address)
0x3b301aec1056d4c6535ceb805cd8a9fdb476e16b
MINTER_BRIDGE_ADDRESS() view returns (address)
0x5d35b6db6d6ff772a2f9b660d028aa671752b644
getExpiringMarketContract() view returns (address)
0x8215ced7f685a8f944b6f41fc00a503a32d5068b
getLatestMarketCollateralPool() view returns (address)
0x4fd0b30a721955bbaf60502a75a04a24dc466b08
getLatestMarketContract() view returns (address)
0xe2fb66a5ee1488aa76a6a274bd7eebd6b582a309
getLatestMri() view returns (uint256)
848
getTime() view returns (uint256)
1730489855
isDailyContractDeployed() view returns (bool)
false
isOwner() view returns (bool)
false
marketContractFactoryMPX() view returns (address)
0x1fdbe34ba19904102ae6b7923bdc682a8c6abcef
owner() view returns (address)
0x88b1c1b991bdddd4a41bc7be22e5eb1cc540170b
Read-only
addressToDSProxy(address) view returns (address)
balanceOf(address owner) view returns (uint256)
calculateRequiredCollateral(uint256 amount) view returns (uint256)
dSProxyToAddress(address) view returns (address)
generateContractSpecs(uint256 currentMRI, uint256 expiration) view returns (uint256[7])
getCollateralPool(address market) view returns (address)
getFillableAmount(address makerAddress) view returns (uint256)
getFillableAmounts(address[] makerAddresses) view returns (uint256[] fillableAmounts)
getUserAddressOrDSProxy(address inputAddress) view returns (address)
marketContractSpecs(uint256) view returns (uint256)
marketContracts(uint256) view returns (address)
State-modifying
Events batchRedeem(address[] tokenAddresses, uint256[] tokensToRedeem)
createDSProxyWallet() returns (address)
dailySettlement(uint256 lookbackIndexValue, uint256 currentIndexValue, bytes32[3] marketAndsTokenNames, uint256 newMarketExpiration)
mintPositionTokens(uint256 qtyToMint, address longTokenRecipient, address shortTokenRecipient)
renounceOwnership()
setMinterBridgeAddress(address _minterBridgeAddress)
setOracleAddress(address _honeyLemonOracleAddress)
settleMarketContract(uint256 mri, address marketContractAddress)
transferOwnership(address newOwner)
MarketContractDeployed(uint256 currentMRI, bytes32 contractName, uint256 expiration, uint256 indexed index, address contractAddress, uint256 collateralPerUnit)
MarketContractSettled(address indexed contractAddress, uint256 revenuePerUnit, uint256 index)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PositionTokensMinted(uint256 qtyToMint, uint256 indexed marketId, string contractName, address indexed longTokenRecipient, address longTokenDSProxy, address indexed shortTokenRecipient, address shortTokenDSProxy, address latestMarketContract, address longTokenAddress, address shortTokenAddress, uint256 time)
dSProxyCreated(address owner, address DSProxy)
constructor(address _marketContractFactoryMPX, address _honeyLemonOracle, address _minterBridge, address _wBTCTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.