Marketplace
Verified contract
Active on
Ethereum with 1,186 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 "Marketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16941535 | 2 years ago | | | 0.25 | 0.0055665397 | |
| 16907382 | 2 years ago | | | 0.5 | 0.0023669942 | |
| 16857911 | 2 years ago | | | 0.5 | 0.0019228024 | |
| 16795262 | 2 years ago | | | 0.25 | 0.0037800615 | |
| 16749487 | 2 years ago | | | 0.25 | 0.0081117532 | |
| 16737751 | 2 years ago | | | 0.25 | 0.0030610045 | |
| 16328952 | 2 years ago | | | 1 | 0.0064423697 | |
| 16247317 | 2 years ago | | | 0.25 | 0.0022074624 | |
| 16240573 | 2 years ago | | | 0.25 | 0.0031624422 | |
| 16238463 | 2 years ago | | | 0.25 | 0.0019791932 |
ABI
ABI objects
Getter at block 21317511
UniqueSaleIndex() view returns (uint256)
20
owner() view returns (address)
0xb96e81f80b3aeef65cb6d0e280b15fd5dbe71937
Read-only
BRTOperators(address) view returns (bytes32)
MarketplacePurchased(uint256, address) view returns (bool)
PurchasedAmountBrightList(uint256, address) view returns (uint256)
PurchasedAmountPublic(uint256, address) view returns (uint256)
SaleProceeds(uint256) view returns (uint256)
viewBrightListAllocation(address Recipient, uint256 SaleIndex, bytes32[] Proof) view returns (bool)
viewSaleState(uint256 SaleIndex) view returns (struct MarketplaceSale)
viewSaleStates(uint256[] SaleIndexes) view returns (struct MarketplaceSale[])
State-modifying
Events MarketplacePurchase(uint256 SaleIndex, uint256 Amount) payable
MarketplacePurchaseBrightList(uint256 SaleIndex, uint256 Amount, bytes32[] Proof) payable
_ChangeSaleActiveStateBrightList(uint256 SaleIndex, bool State)
_ChangeSaleActiveStatePublic(uint256 SaleIndex, bool State)
_ChangeSaleActiveStatesBrightList(uint256[] SaleIndexes, bool[] States)
_ChangeSaleActiveStatesPublic(uint256[] SaleIndexes, bool[] States)
_ChangeSaleAllocationBrightList(uint256 SaleIndex, uint256 Amount)
_ChangeSaleAllocationPublic(uint256 SaleIndex, uint256 Amount)
_ChangeSaleContract(uint256 SaleIndex, address Contract)
_ChangeSaleERC_TYPE(uint256 SaleIndex, uint256 ERC_TYPE)
_ChangeSaleEndingIndex(uint256 SaleIndex, uint256 Index)
_ChangeSaleName(uint256 SaleIndex, string Name)
_ChangeSaleOperator(uint256 SaleIndex, address Operator)
_ChangeSalePriceBrightList(uint256 SaleIndex, uint256 Price)
_ChangeSalePricePublic(uint256 SaleIndex, uint256 Price)
_ChangeSaleRoot(uint256 SaleIndex, bytes32 RootHash)
_ChangeSaleStartingIndex(uint256 SaleIndex, uint256 Index)
_EndSale(uint256 SaleIndex)
_StartSale(struct MarketplaceSale NewSaleInstance)
_StartSales(struct MarketplaceSale[] NewSaleInstance)
__OperatorAdd(address Operator)
__OperatorRemove(address Operator)
__Withdraw()
__WithdrawAmountToAddress(address Recipient, uint256 Amount)
__WithdrawERC20ToAddress(address Recipient, address ContractAddress)
__WithdrawSaleProceeds(uint256 SaleIndex)
__WithdrawSaleProceedsToAddress(address Recipient, uint256 SaleIndex)
__WithdrawToAddress(address Recipient)
renounceOwnership()
transferOwnership(address newOwner)
MarketplacePurchaseEvent(address indexed recipientAddress, uint256 indexed SaleIndex, uint256 amount)
MarketplacePurchaseEventBrightList(address indexed recipientAddress, uint256 indexed SaleIndex, uint256 amount)
OperatorAdded(address Operator)
OperatorRemoved(address Operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleChangedActiveState(uint256 indexed SaleIndex, bool OldState, bool NewState)
SaleChangedActiveStateBrightList(uint256 indexed SaleIndex, bool OldState, bool NewState)
SaleChangedActiveStatesBrightList(uint256[] SaleIndexes, bool[] States)
SaleChangedActiveStatesPublic(uint256[] SaleIndexes, bool[] States)
SaleChangedAllocationBrightList(uint256 indexed SaleIndex, uint256 OldAllocation, uint256 NewAllocation)
SaleChangedAllocationPublic(uint256 indexed SaleIndex, uint256 OldAllocation, uint256 NewAllocation)
SaleChangedContract(uint256 indexed SaleIndex, address OldContract, address NewContract)
SaleChangedERC_TYPE(uint256 indexed SaleIndex, uint256 OLD_ERC_TYPE, uint256 NEW_ERC_TYPE)
SaleChangedEndingIndex(uint256 indexed SaleIndex, uint256 OldEndingIndex, uint256 NewEndingIndex)
SaleChangedName(uint256 indexed SaleIndex, string OldName, string NewName)
SaleChangedOperator(uint256 indexed SaleIndex, address OldOperator, address NewOperator)
SaleChangedPriceBrightList(uint256 indexed SaleIndex, uint256 OldPrice, uint256 NewPrice)
SaleChangedPricePublic(uint256 indexed SaleIndex, uint256 OldPrice, uint256 NewPrice)
SaleChangedRoot(uint256 indexed SaleIndex, bytes32 OldRoot, bytes32 NewRoot)
SaleChangedStartingIndex(uint256 indexed SaleIndex, uint256 OldStartingIndex, uint256 NewStartingIndex)
SaleEnded(uint256 SaleIndex)
SaleStarted(string Name, address ContractAddress, bytes32 RootHash, address Operator, bool ActivePublic, bool ActiveBrightList, bool AllowMultiplePurchases)
SalesStarted(uint256 StartingSaleIndex, uint256 EndingSaleIndex)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.