Marketplace
Verified contract
Active on
Base with 1,504 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x42c4…9867
0xd8d4…d0f5
0x7a2b…8d84
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- | |
CAMNFT | ERC-721 | 1 | -- | -- | |
CAMNFT | ERC-721 | 1 | -- | -- | |
CAMNFT | ERC-721 | 1 | -- | -- | |
CAMNFT | ERC-721 | 1 | -- | -- | |
CAMNFT | ERC-721 | 1 | -- | -- | |
CAMNFT | ERC-721 | 1 | -- | -- | |
CAMNFT | ERC-721 | 1 | -- | -- | |
CAMNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17310288 | 4 months ago | | | 0 | 0.0000011531752 | |
| 17241569 | 4 months ago | | | 0 | 1.5639042e-7 | |
| 17241563 | 4 months ago | | | 0 | 1.5633814e-7 | |
| 17241557 | 4 months ago | | | 0 | 1.5641761e-7 | |
| 17241549 | 4 months ago | | | 0 | 1.5641764e-7 | |
| 17236400 | 4 months ago | | | 0.00002 | 0.0000064349430 | |
| 17236390 | 4 months ago | | | 0.00002 | 0.0000065379415 | |
| 17236382 | 4 months ago | | | 0.00002 | 0.0000063569732 | |
| 17236372 | 4 months ago | | | 0.00002 | 0.0000065379415 | |
| 17236365 | 4 months ago | | | 0.00002 | 0.0000063569732 |
ABI
ABI objects
Getter at block 22772646
copaAmericaNFT() view returns (address)
0x42c4117fc19f7842de2f16f79ecdb76430439867
getTotalListedTokens() view returns (uint256)
451
owner() view returns (address)
0x9a893c383c7eac5e06da224314239edb191f0d09
wallet1() view returns (address)
0xd8d446acbcf25ed4a1375fd0b83aadd5a749d0f5
wallet2() view returns (address)
0x7a2bcd1762a9722a1e608dc9c824e6caac5e8d84
Read-only
getListedTokenIds(uint256 startIndex, uint256 endIndex) view returns (uint256[], uint256[])
getSellerTokenIds(address seller, uint256 startIndex, uint256 endIndex) view returns (uint256[], uint256[])
listedTokenIds(uint256) view returns (uint256)
listings(uint256) view returns (address seller, uint256 tokenId, uint256 price)
sellerTokenIds(address, uint256) view returns (uint256)
State-modifying
Events buyItem(uint256 tokenId) payable
cancelListing(uint256 tokenId)
listItem(uint256 tokenId, uint256 price)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
transferOwnership(address newOwner)
updateListing(uint256 tokenId, uint256 newPrice)
Listed(address indexed seller, uint256 indexed tokenId, uint256 price)
ListingCancelled(address indexed seller, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sale(address indexed buyer, uint256 indexed tokenId, uint256 price)
constructor(address nftContract, address _wallet1, address _wallet2)
This contract contains no fallback and receive objects.
This contract contains no error objects.