fpCoolCats
Verified contract
Proxy
Active on
Ethereum with 35 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 |
---|---|---|---|---|---|
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- | |
COOL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288787 | 3 hours ago | | | 0 | 0.0022537482 | |
| 21288586 | 3 hours ago | | | 0 | 0.0017272329 | |
| 21288274 | 5 hours ago | | | 0 | 0.0022470087 | |
| 21288236 | 5 hours ago | | | 0 | 0.0025842275 | |
| 21287125 | 8 hours ago | | | 0 | 0.0023143731 | |
| 21284500 | 17 hours ago | | | 0 | 0.0013995918 | |
| 21276397 | 2 days ago | | | 0 | 0.0014437666 | |
| 21250443 | 5 days ago | | | 0 | 0.0019288049 | |
| 21243473 | 6 days ago | | | 0 | 0.0031265927 | |
| 21178274 | 16 days ago | | | 0 | 0.0046907724 |
ABI
ABI objects
Getter at block 21289626 proxiableUUID() view returns (bytes32)
baseERC20() view returns (address base)
0x000000001326d79898524c0129e38897d01a47fc
baseERC721() view returns (address)
0x1a92f7381b9f03921564a437210bb9396471050c
name() view returns (string result)
fpCoolCats
owner() view returns (address)
0x43800c438f5d639c8b865396cb83a4efa220091b
symbol() view returns (string result)
fpCOOL
totalSupply() view returns (uint256 result)
46
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()