Asks: v1.1
Verified contract
Active on
Ethereum with 23,256 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($66.36)
Native
Value
$4.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001425 | $3,100.63 |
$4.42 | |
WETH | ERC-20 | 0.02 | $3,097.09 |
$61.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20744626 | 2 months ago | | | 0 | 0.00012037001 | |
| 20686007 | 2 months ago | | | 0 | 0.00075416375 | |
| 20686004 | 2 months ago | | | 0 | 0.00026786298 | |
| 20686001 | 2 months ago | | | 0 | 0.00025030628 | |
| 20685997 | 2 months ago | | | 0 | 0.00027645405 | |
| 20593521 | 3 months ago | | | 0 | 0.00034535652 | |
| 20592530 | 3 months ago | | | 0.1 | 0.00032341540 | |
| 20592514 | 3 months ago | | | 0 | 0.00029438061 | |
| 20591751 | 3 months ago | | | 0 | 0.00033488196 | |
| 20590818 | 3 months ago | | | 0 | 0.00010330178 |
ABI
ABI objects
Getter at block 21230335
erc20TransferHelper() view returns (address)
0xcca379fdf4beda63c4bb0e2a3179ae62c8716794
erc721TransferHelper() view returns (address)
0x909e9efe4d87d1a6018c2065ae642b6d0447bc91
name() view returns (string)
Asks: v1.1
registrar() view returns (address)
0xd1d1d4e36117ab794ec5d4c78cbd3a8904e691d0
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 indexed 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.