fpCloneX
Unverified contract
Proxy
Active on
Ethereum with 42 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- | |
CloneX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282460 | 20 hours ago | | | 0 | 0.0018767449 | |
| 21282444 | 20 hours ago | | | 0 | 0.0025292139 | |
| 21258443 | 4 days ago | | | 0 | 0.0013749773 | |
| 21240789 | 7 days ago | | | 0 | 0.0014004020 | |
| 21199172 | 12 days ago | | | 0 | 0.0014533260 | |
| 21193134 | 13 days ago | | | 0 | 0.0031488887 | |
| 21182509 | 15 days ago | | | 0 | 0.0042966827 | |
| 21112060 | 25 days ago | | | 0 | 0.00023657653 | |
| 21112057 | 25 days ago | | | 0 | 0.0010522401 | |
| 21070953 | a month ago | | | 0 | 0.0012699740 |
ABI
ABI objects
Getter at block 21288334 proxiableUUID() view returns (bytes32)
baseERC20() view returns (address base)
0x00000000ed2f49bb097e6d6085e161b74cf146b3
baseERC721() view returns (address)
0x49cf6f5d44e70224e2e23fdcdd2c053f30ada28b
name() view returns (string result)
fpCloneX
owner() view returns (address)
0x43800c438f5d639c8b865396cb83a4efa220091b
symbol() view returns (string result)
fpCLNX
totalSupply() view returns (uint256 result)
150
Read-only
balanceOf(address nftOwner) view returns (uint256 result)
getApproved(uint256 id) view returns (address)
isApprovedForAll(address nftOwner, address operator) view returns (bool result)
lockedIds(address account, uint256 begin, uint256 end) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownedIds(address account, uint256 begin, uint256 end) view returns (uint256[])
ownerAt(uint256 id) view returns (address result)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events acceptBid(struct BT404MirrorNFTOrder[] orders)
acceptOffer(struct BT404MirrorNFTOrder[] orders) payable
approve(address spender, uint256 id)
bidForBuy(struct BT404MirrorNFTOrder[] orders) payable
cancelBid(uint256[] ids)
cancelOffer(uint256[] ids)
exchange(uint256 idX, uint256 idY) returns (uint256 exchangeFee)
initialize(address _baseERC721, uint256 _startBaseId, uint256 _endBaseId) payable
offerForSale(struct BT404MirrorNFTOrder[] orders)
pullOwner()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
unwrapBatch(uint256[] ids)
updateLockState(uint256[] ids, bool lock)
upgradeToAndCall(address newImplementation, bytes data) payable
wrapBatch(uint256[] ids)
wrapBatch(uint256[] ids, bool lock)
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Bid(uint256 indexed id, address indexed from, uint256 price, address bidToken)
Bought(uint256 indexed id, address indexed from, address indexed to, uint256 price, address token, address maker)
CancelBid(uint256 indexed id, address indexed from)
CancelOffer(uint256 indexed id, address indexed owner)
Exchange(uint256 indexed idX, uint256 indexed idY, uint256 exchangeFee)
Offer(uint256 indexed id, address indexed to, uint256 minPrice, address offerToken)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
UpdateLockState(address indexed owner, uint256 indexed id, bool lockStatus)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
fallback()
receive()
AlreadyLinked()
CannotLink()
EmptyNFTIds()
InvalidIdInRange()
NotLinked()
Reentrancy()
SenderNotBase()
SenderNotDeployer()
TransferToNonERC721ReceiverImplementer()
Unauthorized()
UnauthorizedCallContext()
UpgradeFailed()