AssetSignedAuction
Verified contract
Active on
Ethereum with 66,093 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa342…8db5
0x0eb0…8510
Balances ($3,486.75)
Native
Value
$3,209.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1 | $3,209.65 |
$3,209.65 | |
SAND | ERC-20 | 932.202909 | $0.297254 |
$277.1 | |
SHIB | ERC-20 | 1 | $0.000027 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139476 | 3 days ago | | | 0 | 0.0020834714 | |
| 21134382 | 3 days ago | | | 0 | 0.0016376087 | |
| 21129474 | 4 days ago | | | 0 | 0.0031329736 | |
| 21129470 | 4 days ago | | | 0 | 0.0032132471 | |
| 21117761 | 6 days ago | | | 0 | 0.00027385240 | |
| 21113548 | 6 days ago | | | 0 | 0.00066469654 | |
| 21095989 | 9 days ago | | | 0 | 0.00067210714 | |
| 21095092 | 9 days ago | | | 0 | 0.00083812353 | |
| 21095045 | 9 days ago | | | 0 | 0.00066612705 | |
| 21089140 | 10 days ago | | | 0 | 0.00032363930 |
ABI
ABI objects
Getter at block 21158725
getAdmin() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
Read-only
isMetaTransactionProcessor(address who) view returns (bool)
State-modifying
Events cancelSellerOffer(uint256 offerId)
changeAdmin(address newAdmin)
claimSellerOffer(address buyer, address seller, address token, uint256[] purchase, uint256[] auctionData, uint256[] ids, uint256[] amounts, bytes signature) payable
claimSellerOfferUsingBasicSig(address buyer, address seller, address token, uint256[] purchase, uint256[] auctionData, uint256[] ids, uint256[] amounts, bytes signature) payable
claimSellerOfferUsingBasicSigViaEIP1271(address buyer, address seller, address token, uint256[] purchase, uint256[] auctionData, uint256[] ids, uint256[] amounts, bytes signature) payable
claimSellerOfferUsingBasicSigViaEIP1654(address buyer, address seller, address token, uint256[] purchase, uint256[] auctionData, uint256[] ids, uint256[] amounts, bytes signature) payable
claimSellerOfferViaEIP1271(address buyer, address seller, address token, uint256[] purchase, uint256[] auctionData, uint256[] ids, uint256[] amounts, bytes signature) payable
claimSellerOfferViaEIP1654(address buyer, address seller, address token, uint256[] purchase, uint256[] auctionData, uint256[] ids, uint256[] amounts, bytes signature) payable
init712()
setFee(address feeCollector, uint256 fee10000th)
setMetaTransactionProcessor(address metaTransactionProcessor, bool enabled)
AdminChanged(address oldAdmin, address newAdmin)
FeeSetup(address feeCollector, uint256 fee10000th)
MetaTransactionProcessor(address metaTransactionProcessor, bool enabled)
OfferCancelled(address indexed seller, uint256 indexed offerId)
OfferClaimed(address indexed seller, address indexed buyer, uint256 indexed offerId, uint256 amount, uint256 pricePaid, uint256 feePaid)
constructor(address asset, address admin, address initialMetaTx, address feeCollector, uint256 fee10000th)
This contract contains no fallback and receive objects.
This contract contains no error objects.