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 "GigaMart"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18678685 | a year ago | | | 0 | 0.0023432394 | |
| 18678683 | a year ago | | | 0 | 0.0024317348 | |
| 18678662 | a year ago | | | 0 | 0.0027091587 | |
| 18678615 | a year ago | | | 0 | 0.0024038252 | |
| 18678607 | a year ago | | | 0 | 0.0025036402 | |
| 18667550 | a year ago | | | 0.25 | 0.0019652254 | |
| 18652946 | a year ago | | | 0.84889 | 0.011520570 | |
| 18652760 | a year ago | | | 0.116 | 0.0013860542 | |
| 18652751 | a year ago | | | 0.127 | 0.0013487587 | |
| 18652664 | a year ago | | | 0.7654 | 0.0051253671 |
ABI
ABI objects
Getter at block 21325344
currentProtocolFee() view returns (address, uint256)
(0x6969b5d5bd910aaaf2b153fc3e2231b81d5d928a, 0)
name() view returns (string)
GigaMart
owner() view returns (address)
0x13005b07848211ba139a2d5a636d0ef603f2f7a2
version() pure returns (string)
1
Read-only
currentRoyalties(address _collection) view returns (address, uint256)
hasRightUntil(address _address, bytes32 _circumstance, bytes32 _right) view returns (uint256)
indices(address _collection) view returns (uint256)
readOrderStatus(struct Order _order) view returns (uint256, uint256)
State-modifying
Events cancelAllOrders(uint256 _minNonce)
cancelOrder(struct Order _order)
cancelOrders(struct Order[] _orders)
changeProtocolFees(address _newProtocolFeeRecipient, uint256 _newProtocolFeePercent)
changeValidator(address _validator)
exchangeMultipleItems(struct Execution[] _executions, bytes[] _signatures, address _recipient, struct Fulfillment[] _fulfillments) payable
exchangeSingleItem(struct Order _order, bytes _signature, address _recipient, struct Fulfillment _fulfillment) payable
renounceOwnership()
setManagerRight(bytes32 _managedRight, bytes32 _managerRight)
setMultipleRoyalties(address[] _collections, uint256 _deadline, uint256[] _newRoyalties, bytes _signature)
setPermit(address _address, bytes32 _circumstance, bytes32 _right, uint256 _expirationTime)
setRoyalties(address _collection, uint256 _deadline, uint256 _newRoyalties, bytes _signature)
transferOwnership(address newOwner)
AllOrdersCancelled(address indexed sender, uint256 minNonce)
ManagementUpdated(address indexed manager, bytes32 indexed managedRight, bytes32 indexed managerRight)
OrderCancelled(address indexed maker, bytes32 hash, bytes data)
OrderResult(bytes32 order, address indexed maker, address indexed taker, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermitUpdated(address indexed updater, address indexed updatee, bytes32 circumstance, bytes32 indexed role, uint256 expirationTime)
ProtocolFeeChanged(address oldProtocolFeeRecipient, address newProtocolFeeRecipient, uint256 oldProtocolFeePercent, uint256 newProtocolFeePercent)
RoyaltyChanged(address indexed setter, address indexed collection, uint256 oldRoyalties, uint256 newRoyalties)
constructor(address _assetHandler, address _validator, address _protocolFeeRecipient, uint96 _protocolFeePercent)
This contract contains no fallback and receive objects.
BadSignature()
CallerHasNoAccess()
InvalidAmount()
InvalidMaker()
InvalidNonce()
InvalidOrderPeriod()
InvalidPaymentToken()
InvalidRecipient()
InvalidSaleKind()
ItemTransferFailed()
LengthMismatch()
ManagedRightNotSpecified()
NotEnoughValueSent()
OrderAlreadyCancelled()
OrderAlreadyFulfilled()
OrderTakerNotMatched()
OrderValidationFailed()
ProtocolFeeRecipientCannotBeZero()
RightNotSpecified()
SignatureExpired()
TransferFailed()
ValidatorAddressCannotBeZero()