fpWeirdoGhostGang
Verified contract
Proxy
Active on
Ethereum with 33 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 |
---|---|---|---|---|---|
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208281 | 3 hours ago | | | 0 | 0.0015679012 | |
| 21189549 | 3 days ago | | | 0 | 0.0027814133 | |
| 21185110 | 3 days ago | | | 0 | 0.0040816924 | |
| 21155865 | 7 days ago | | | 0 | 0.0014247006 | |
| 21154130 | 8 days ago | | | 0 | 0.0014345416 | |
| 21121836 | 12 days ago | | | 0 | 0.00055186971 | |
| 21114820 | 13 days ago | | | 0 | 0.00097656965 | |
| 21114594 | 13 days ago | | | 0 | 0.00088442358 | |
| 21113346 | 13 days ago | | | 0 | 0.00072106758 | |
| 21090970 | 17 days ago | | | 0 | 0.00067649744 |
ABI
ABI objects
Getter at block 21209305 proxiableUUID() view returns (bytes32)
baseERC20() view returns (address base)
0x000000008084a73fa6f738a63754ca8cf6701b50
baseERC721() view returns (address)
0x9401518f4ebba857baa879d9f76e1cc8b31ed197
name() view returns (string result)
fpWeirdoGhostGang
owner() view returns (address)
0x43800c438f5d639c8b865396cb83a4efa220091b
symbol() view returns (string result)
fpGHOST
totalSupply() view returns (uint256 result)
55
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()