MISOMarket
Verified contract
Active on
Ethereum with 46 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MISOMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13396694 | 3 years ago | | | 0 | 0.027206198 | |
| 13234896 | 3 years ago | | | 0 | 0.023504052 | |
| 13234811 | 3 years ago | | | 0 | 0.040996791 | |
| 13225489 | 3 years ago | | | 0 | 0.024068967 | |
| 13225152 | 3 years ago | | | 0 | 0.037553882 | |
| 13225005 | 3 years ago | | | 0 | 0.059615028 | |
| 13222458 | 3 years ago | | | 0 | 0.022681287 | |
| 13200206 | 3 years ago | | | 0 | 0.041665554 | |
| 13026511 | 3 years ago | | | 0 | 0.013265753 | |
0x | 13015139 | 3 years ago | | | 0 | 0.00071400000 |
ABI
ABI objects
Getter at block 21278932 getMarkets() view returns (address[])
MARKET_MINTER_ROLE() view returns (bytes32)
0x185f85149db0f205130703941d0f9ccd8133e50df5d5080231c7704337aa2c38
accessControls() view returns (address)
0xe5aa0215da6bdda22127af00a305d67bb06494d4
auctionTemplateId() view returns (uint256)
8
bentoBox() view returns (address)
0xf5bce5077908a1b7370b9ae04adc565ebd643966
locked() view returns (bool)
true
marketFees() view returns (uint128 minimumFee, uint32 integratorFeePct)
(minimumFee=0, integratorFeePct=0)
minimumFee() view returns (uint128)
0
misoDiv() view returns (address)
0x0000000000000000000000000000000000000000
numberOfAuctions() view returns (uint256)
28
Read-only
auctionInfo(address) view returns (bool exists, uint64 templateId, uint128 index)
auctions(uint256) view returns (address)
currentTemplateId(uint256) view returns (uint256)
getAuctionTemplate(uint256 _templateId) view returns (address)
getMarketTemplateId(address _auction) view returns (uint64)
getTemplateId(address _auctionTemplate) view returns (uint256)
hasMarketMinterRole(address _address) view returns (bool)
State-modifying
Events addAuctionTemplate(address _template)
createMarket(uint256 _templateId, address _token, uint256 _tokenSupply, address _integratorFeeAccount, bytes _data) payable returns (address newMarket)
deployMarket(uint256 _templateId, address _integratorFeeAccount) payable returns (address newMarket)
initMISOMarket(address _accessControls, address _bentoBox, address[] _templates)
removeAuctionTemplate(uint256 _templateId)
setCurrentTemplateId(uint256 _templateType, uint256 _templateId)
setDividends(address _divaddr)
setIntegratorFeePct(uint256 _amount)
setLocked(bool _locked)
setMinimumFee(uint256 _amount)
AuctionTemplateAdded(address newAuction, uint256 templateId)
AuctionTemplateRemoved(address auction, uint256 templateId)
MarketCreated(address indexed owner, address indexed addr, address marketTemplate)
MisoInitMarket(address sender)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.