NFTFloorMarket
Verified contract
Active on
Ethereum with 6 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 "NFTFloorMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14265709 | 3 years ago | | | 0 | 0.0047275440 | |
| 14265668 | 3 years ago | | | 0.09 | 0.0095052761 | |
| 13572688 | 3 years ago | | | 0 | 0.0057512640 | |
| 13538083 | 3 years ago | | | 0.32 | 0.038225070 | |
| 13537990 | 3 years ago | | | 0 | 0.033756609 | |
| 13537980 | 3 years ago | | | 0.31 | 0.026817021 |
ABI
ABI objects
Getter at block 21212799
MANIFOLD_ROYALTY_ENGINE() view returns (address)
0x0385603ab55642cb4dd5de3ae9e306809991804f
MINIMUM_BUY_OFFER() view returns (uint256)
10000000000000000
lastOfferId() view returns (uint256)
3
owner() view returns (address)
0xee90d9ea5e427d0275753c189b940f9ed9c71ddd
Read-only
getOffersByContract(address _contract, uint256 _limit, uint256 _offset) view returns (struct NFTFloorMarketOfferDetails[] _offers)
getOffersByContractCount(address _contract) view returns (uint256 _length)
getOffersByOfferer(address _offerer, uint256 _limit, uint256 _offset) view returns (struct NFTFloorMarketOfferDetails[] _offers)
getOffersByOffererCount(address _offerer) view returns (uint256 _length)
getRoyalties(address _contract, uint256 _tokenId, uint256 _value) view returns (address[] recipients, uint256[] amounts)
offers(uint256) view returns (address _contract, address _offerer, uint256 _value, uint128 _contractListIndex, uint128 _offererListIndex)
offersByContract(address, uint256) view returns (uint128)
offersByOfferer(address, uint256) view returns (uint128)
State-modifying
Events makeOffer(address _contract) payable
renounceOwnership()
setMinimumBuyOffer(uint256 _minValue)
setRoyaltyEngineAddress(address _addr)
takeOffer(uint256 _offerId, uint256 _tokenId)
transferOwnership(address newOwner)
withdrawOffer(uint256 _offerId)
OfferAccepted(uint256 _offerId, address indexed _contract, address _offerer, address _seller, uint256 _tokenId, uint256 _value)
OfferPlaced(uint256 _offerId, address indexed _contract, address _offerer, uint256 _value)
OfferWithdrawn(uint256 _offerId, address indexed _contract, address _offerer, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _MANIFOLD_ROYALTY_ENGINE, uint256 _MINIMUM_BUY_OFFER)
receive()
This contract contains no error objects.