Asks: v1.1
Verified contract
Active on
Ethereum with 105 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 "Asks: v1.1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20592548 | 3 months ago | | | 0 | 0.00010503752 | |
| 20592524 | 3 months ago | | | 0 | 0.00010593647 | |
| 20592503 | 3 months ago | | | 0 | 0.00011209285 | |
| 20592495 | 3 months ago | | | 0 | 0.00011500741 | |
| 20528776 | 3 months ago | | | 0 | 0.00023009226 | |
| 20528737 | 3 months ago | | | 0 | 0.00021241690 | |
| 20478226 | 4 months ago | | | 0 | 0.00076008450 | |
| 20478223 | 4 months ago | | | 0 | 0.00070120392 | |
| 20478219 | 4 months ago | | | 0 | 0.00066044887 | |
| 20478216 | 4 months ago | | | 0 | 0.00065259895 |
ABI
ABI objects
Getter at block 21279659
erc20TransferHelper() view returns (address)
0xe242a9227814859784950d8b6a1af997ee67e7bd
erc721TransferHelper() view returns (address)
0x40848b3fe4262c5778684d7273fec35e5071abb4
name() view returns (string)
Asks: v1.1
registrar() view returns (address)
0xfa36de276d0ebfb9bcb9e64f386822ddd7d45814
Read-only
askForNFT(address, uint256) view returns (address seller, address sellerFundsRecipient, address askCurrency, uint16 findersFeeBps, uint256 askPrice)
State-modifying
Events _handleRoyaltyEnginePayout(address _tokenContract, uint256 _tokenId, uint256 _amount, address _payoutCurrency) payable returns (uint256)
cancelAsk(address _tokenContract, uint256 _tokenId)
createAsk(address _tokenContract, uint256 _tokenId, uint256 _askPrice, address _askCurrency, address _sellerFundsRecipient, uint16 _findersFeeBps)
fillAsk(address _tokenContract, uint256 _tokenId, address _fillCurrency, uint256 _fillAmount, address _finder) payable
setAskPrice(address _tokenContract, uint256 _tokenId, uint256 _askPrice, address _askCurrency)
setRoyaltyEngineAddress(address _royaltyEngine)
AskCanceled(address indexed tokenContract, uint256 indexed tokenId, struct AsksV1_1Ask ask)
AskCreated(address indexed tokenContract, uint256 indexed tokenId, struct AsksV1_1Ask ask)
AskFilled(address indexed tokenContract, uint256 indexed tokenId, address indexed buyer, address finder, struct AsksV1_1Ask ask)
AskPriceUpdated(address indexed tokenContract, uint256 indexed tokenId, struct AsksV1_1Ask ask)
ExchangeExecuted(address indexed userA, address indexed userB, struct UniversalExchangeEventV1ExchangeDetails a, struct UniversalExchangeEventV1ExchangeDetails b)
RoyaltyPayout(address indexed tokenContract, uint256 indexed tokenId, address recipient, uint256 amount)
constructor(address _erc20TransferHelper, address _erc721TransferHelper, address _royaltyEngine, address _protocolFeeSettings, address _wethAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.