NFTEscrow
Verified contract
Active on
Ethereum with 501 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2fea…5337
Balances ($0.00)
No balances found for "NFTEscrow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278342 | 6 hours ago | | | 0 | 0.0024504098 | |
| 21261964 | 3 days ago | | | 0 | 0.0013196025 | |
| 21261762 | 3 days ago | | | 0 | 0.0020915668 | |
| 21260713 | 3 days ago | | | 0 | 0.0012651401 | |
| 21256794 | 3 days ago | | | 0 | 0.0029101228 | |
| 21247789 | 4 days ago | | | 0 | 0.0035868613 | |
| 21247785 | 4 days ago | | | 0 | 0.0039596582 | |
| 21243926 | 5 days ago | | | 0 | 0.0053511442 | |
| 21233580 | 6 days ago | | | 0 | 0.0011323796 | |
| 21233470 | 6 days ago | | | 0 | 0.0034299067 |
ABI
ABI objects
Getter at block 21279997
makerAddress() view returns (address)
0x2fea74160714a5cbc556a24fae5cca5f29a05337
marketplaceAddress() view returns (address)
0x2fea74160714a5cbc556a24fae5cca5f29a05337
owner() view returns (address)
0x4aceb6e23c1b9f5a4f320b2c0c741e679a4f5344
Read-only
addressToString(address _addr) pure returns (string)
getCoinBalance(address walletAddress) view returns (uint256)
getTokenBalance(address tokenAddress, address accountAddress) view returns (uint256)
isERC20Token(address token) view returns (bool)
listings(string) view returns (string listingGuid, address sellerAddress, string buyerGuid, address tokenAddress, uint256 amount, string currency, uint256 marketplaceFee, uint256 makerFee, uint256 endDate, bool isPayed, bool isCompleted, bool IsTokenNonErc20)
readListing(string listingGuid) view returns (struct NFTEscrowListing)
requiresTokens(string) view returns (bool)
State-modifying
Events createListing(string listingGuid, string buyerGuid, uint256 amount, string currency, uint256 marketplaceFee, uint256 makerFee, uint256 endDate, address tokenAddress, uint256 IsTokenNonErc20) returns (bool)
paySeller(string listingGuid, string buyerGuid, string currency) payable returns (bool)
removeListing(string listingGuid) returns (bool)
withdrawTokens(address tokenAddress, address to, uint256 amount)
ListingCreated(address indexed sellerAddress, string listingGuid, uint256 amount, string currency, uint256 marketplaceFee, uint256 makerFee)
PaymentProcessed(string listingGuid, address buyer, address seller, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.